.custom-table {
width: 100%;
border: none;
margin-bottom: 20px;
border-collapse: separate;
}
.custom-table .thead .tr{
margin-bottom: 2px;
}
.custom-table .thead .th {
font-weight: bold;
text-align: center;
text-transform:uppercase;
border: none;
padding: 10px 15px;
background: #2d3645;
background-image: url(//desicasinos.com/wp-content/uploads/2025/04/bg6.png);
font-size: 14px;
border-top: 1px solid #ddd;
width: 50%;
color: #fff;
}
.custom-table .thead .tr {
display: flex;
gap: 2px;
}
.custom-table .tbody .tr{
color: #19232c;
display: flex;
gap: 2px;
margin-bottom: 2px;
}
.custom-table .thead .th:first-child, .custom-table .td:first-child {
border-left: 1px solid #ddd;
}
.custom-table .thead .th:last-child, .custom-table .td:last-child {
border-right: 1px solid #ddd;
}
.custom-table .thead .th:first-child {
border-radius: 20px 0 0 0;
}
.custom-table .thead .th:last-child {
border-radius: 0 20px 0 0;
}
.custom-table .tbody .td {
text-align: left;
border: none;
padding: 10px 15px;
font-size: 14px;
vertical-align: top;
width: 50%;
}
.custom-table .tbody .tr .td:first-child{
background: #ffffff;
}
.custom-table .tbody .tr .td:last-child{
background: #f3f3f3;
}
.custom-table .tbody .tr:last-child .td{
border-bottom: 1px solid #ddd;
}
.table__cell.promo-value-wrapper{
display: flex;
width: 100%;
gap: 0.5rem;
cursor: pointer;
padding: 8px 15px 8px 25px;
}  .custom-review-header{
background-color: #1d2832;
opacity: .88;
background-image: url(//desicasinos.com/wp-content/uploads/2025/04/bg6.png);
background-repeat: repeat;
background-position: center center;
font-weight: bold;
padding: 3px 0;
text-align: center;
font-size: 16px;
margin-bottom: 20px;
}
.custom-h2-inner{
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0.5em;
border-top: 3px solid #eee;
border-bottom: 3px solid #eee;
}
.wp-block-media-text h3.wp-block-heading, .kt-inside-inner-col h3.wp-block-heading, h2.kt-blocks-info-box-title{
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5rem;
margin-block-end: 1rem;
}  .card-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 23px;
margin: 0 -7px;
}
.card-col {
padding: 0 7px;
margin-bottom: 22px;
box-sizing: border-box;
width: 33.333%;
}
.card {
box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
height: 100%;
max-width: 372px;
margin: auto;
box-sizing: border-box;
line-height: 1.3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.card__img {
text-align: center;
min-height: 1px;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
.card__header {
text-align: center;
padding: 12px 10px 17px;
letter-spacing: 1px;
}
.card__header-subtitle {
color: #999;
font: 12px 'OpenSans', sans-serif;
margin-bottom: 9px;
}
.card__header-title:last-child {
margin-bottom: 0;
}
.card__content {
padding-bottom: 30px;
}
.table {
display: table;
width: 100%;
font: 13px 'OpenSans', sans-serif;
}
.table__row {
display: table-row;
}
.table__row:nth-child(odd) {
background-color: #eee;
}
.table__cell {
display: table-cell;
vertical-align: middle;
width: 50%;
box-sizing: border-box;
padding: 8px 25px;
}
.table__cell:last-child {
font-family: 'OpenSans-Semibold', sans-serif;
}
.cell_span{
font-weight:600;
color:#e53330;
}
.card__footer {
padding: 0 10px 30px;
margin-top: auto;
}
.card .btn-default {
width: 100%;
display: block;
padding-left: 15px;
padding-right: 15px;
}
.card .card__footer .btn-default{
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
padding: 10px 30px 9px;
letter-spacing: .04em;
color: #fff!important;
text-transform: uppercase;
text-align: center;
font: 14px / 1.1 'OpenSans-Semibold', sans-serif;
border-radius: 4px;
overflow: hidden;
background-color: #1db67e;
border-bottom: 4px solid #16895f;
text-decoration: none;
position: relative;
z-index: 0;
}
.btn-default:hover, .wpcf7-submit:hover{
text-decoration:none;
}
.btn-default:after, .wpcf7-submit:after {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #1c5376;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .3s;
transition: all .3s;
}  .promocode-wrapper{
margin-bottom:1rem;
max-width:100%;
}
.promocode-inner{
border-top: 3px dotted var(--global-palette7, #eeeeee);
border-right: 3px dotted var(--global-palette7, #eeeeee);
border-bottom: 3px dotted var(--global-palette7, #eeeeee);
border-left: 3px dotted var(--global-palette7, #eeeeee);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
background: #ffffff;
display: flex;
align-items: center;
padding:1rem;
justify-content: space-between;
gap:1rem;
box-sizing:border-box;
}
.promocode-img-wrapper img{
margin:auto;
border-radius:10px;
}
.promocode-left, .promocode-right{
width:20%;
}
.promocode-center{
width:60%;
}
.promocode-center-top{
border-bottom: 2px dashed #edf2f7;
}
.promocode-header{
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5rem;
margin-block-end: 1rem;
color:#23282d;
text-align:center;
text-transform:uppercase;
}
.promocode-sub-header{
display: flex;
width: 100%;
gap: 1rem;
justify-content: space-evenly;
}
.promocode-sub-header p{
color:#4a5568;
box-sizing: border-box;
font-family: "Exo 2", sans-serif;
font-feature-settings: normal;
font-size: 20px;
font-variation-settings: normal;
line-height: 30px;
}
.promocode-item-promo{
display: flex;
flex-direction: column;
text-align: center;
}
.promocode-right-header{
color: #4a5568;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
margin-bottom: 0.75em;
line-height: 30px;
}
.promocode-block{
padding: 10px 7px;
border: 2px dotted #edf2f7;
border-radius: 5px;
cursor: pointer;
display: flex;
justify-content: center;
}
.promocode-value{
color: #02abac;
text-transform: uppercase;
font-size: 18px;
margin-right: 0.35em;
font-weight: bold;
}
.ctc-block-copy{
align-self: center;
}
.promocode-center .promocode-button{
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
padding: 12px 30px;
letter-spacing: .04em;
color: #fff;
text-transform: uppercase;
text-align: center;
text-decoration:none;
font-family: "Exo 2", sans-serif;
border-radius: 4px;
overflow: hidden;
background-color: #02abac;
text-decoration: none;
position: relative;
z-index: 0;
width:90%;
font-weight: bold;
transition:all 0.5s ease;
}
.promocode-center-bottom{
text-align:center;
padding-top:10px;
}
.promocode-center .promocode-button:hover{
background-color: #018a8b;
} @media screen and (max-width: 700px) {
.card-wrap {
margin-left: -5px;
margin-right: -5px;
}
.card-col {
padding: 0 5px;
width:100%;
}
.promocode-inner, .promocode-sub-header{
flex-direction:column;
}
.promocode-left, .promocode-center, .promocode-right {
width:100%;
}
.promocode-left{
order:0;
}
.promocode-right{
order:1;
}
.promocode-center{
order:2;
}
.promocode-right-header{
display:none;
}
.promocode-sub-header{
gap:0.5rem;
}
.promocode-sub-header p{
display:flex;
padding:5px 0;
margin-block-end: 0!important;
width:100%;
}
.sub-header-span{
width:40%;
display:inline-block;
margin-left:auto;
}
.custom-table.flexible .tr{
flex-direction:column;
}
.custom-table.flexible .td{
width:100%;
}
.custom-table.flexible .td:first-child{
font-weight:bold;
font-size:16px;
}
}