/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Custom W24 plugin */
#dc-result-1 {
    display: flex;
    justify-content: center;
}
#dc-result-1 .table{
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 30px;
    display: flex !important;
    width: 80%;
}
#dc-result-1 .table .table-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 20px;
    gap: 30px;
    width: 100%;
}

#dc-result-1 .table .table-row .table-cell-purchase {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#dc-result-1 .table .table-row .table-cell-purchase a {
    padding: 10px;
    background: var(--color-content-link);
    color: #fff;
    border-radius: 10px;
    margin-top: 5px;
}
#dc-result-1 .table .table-row .table-cell-purchase a:hover {
    background: var(--color-content-link-hover);
    color: #000;
}

#info_domain .w-pricing-item-footer .w-btn.us-btn-style_1{
	display: none;	
}

#dc-form-1 select {
	width: 250px;
}

#dc-form-1 input[type="submit"] {
	border-color: #fff;
}

@media (max-width: 768px) {
    #dc-result-1 .table .table-row {
        flex-direction: column;
    }
}

