.mini-table-shortcode {
    font-family: 'Arial', sans-serif;
}

.mini-table-shortcode_title {
    font-family: 'Arial', serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 125% !important;
    color: #111111;
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
}

.mini-table-shortcode_title:after {
    background-color: #F8CF64 !important;
}
.mini-table-shortcode_description {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #222222;
}
.mini-table-shortcode-offer {
    border-bottom: solid 1px hsla(0, 0%, 13%, 0.15);
    padding: 16px 0;
    align-items: center;
}

.mini-table-shortcode-offer td {
    padding-bottom: 12px;
    padding-top: 12px;
    border: none;
}

.mini-table-shortcode-offer.show-full-terms .offer-t-c-link {
    overflow: visible;
    white-space: normal;
}
.mini-table-shortcode-offer.show-full-terms .offer-t-c-tooltip {
    display: none !important;
}

@media only screen and (min-width: 1025px) {
    .mini-table-shortcode-offer {
        height: 82px;
    }
}

.mini-table-shortcode-offer.mini-table-shortcode-offer_head {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #060606;
    margin-bottom: 8px;
    border-bottom: 2px solid #F7CC5B;
    padding: 8px 0 12px;
}
.mini-table-shortcode-offer > td:nth-child(1){
    width: 111px;
}
.mini-table-shortcode-offer > td:nth-child(2){
    width: 51%;
    margin: 0 24px;
}
.mini-table-shortcode-offer > td:nth-child(3){
    width: 29%;
}

.mini-table-shortcode-offer_head > th:nth-child(1){
    width: 111px;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.mini-table-shortcode-offer_head > th:nth-child(2){
    width: 44%;
    margin: 0 24px;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.mini-table-shortcode-offer_head > th:nth-child(3){
    width: 33%;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}


.mini-table-shortcode-offer .logo {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #404040;
    text-decoration: none;
    white-space: nowrap;
}
.mini-table-shortcode-offer .logo img {
    width: auto;
    max-width: 91px;
    max-height: 44px;
    margin-left: 8px;
    margin-bottom: 0;
    border-radius: 4px;
}
.mini-table-shortcode-offer .highlights {
    flex-direction: column;
    margin: 0 24px;
}
.mini-table-shortcode-offer .highlights a {
    text-decoration: none !important;
}
.mini-table-shortcode-offer .offer-title {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #060606;
}
.mini-table-shortcode-offer .offer-title:hover {
    text-decoration: underline;
}

.mini-table-shortcode-offer .offer-title > * {
    font-weight: bold;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #060606 !important;
    margin-bottom: 0;
}
.mini-table-shortcode-offer .offer-t-c-link {
    font-size: 10px;
    line-height: 120%;
    text-decoration: none;
    color: #737373;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 307px;
    display: block;
    font-weight: 400;
}

.mini-table-shortcode-offer .offer-t-c-tooltip {
    display: none;
    position: absolute;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-family: 'Arial',sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 150% !important;
    z-index: 9;
    padding: 12px 16px;
    height: max-content;
    background: #060606;
    margin-top: 10px;
    width: 304px;
}

.mini-table-shortcode-offer .offer-t-c-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    top: -20px;
    left: calc(47% - 5px);
}

.mini-table-shortcode-offer .offer-t-c-link:hover .offer-t-c-tooltip {
    display: block;
    white-space: break-spaces;
}

.mini-table-shortcode-offer .register {

}

.mini-table-shortcode-offer .register-btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    width: 229px;
    display: block;
    text-align: center;
    padding: 10px 10px;
    background: #E90000;
    border-radius: 50px;
    text-decoration: none;
}
.mini-table-shortcode-offer .register-btn:hover {
    color: #FFFFFF;
    background-color: #bd0202;
    border-color: #bd0202;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .mini-table-shortcode-offer > div:nth-child(2) {
        width: 45%;
    }
    .mini-table-shortcode-offer > div:nth-child(3) {
        width: 32%;
    }
}

@media screen and (max-width: 767px) {
    .mini-table-shortcode-offer {
        padding: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    .mini-table-shortcode_title {
        font-size: 20px !important;
    }
    .mini-table-shortcode-offer td{
        display: flex;
        justify-content: center;
        border-top: none !important;
        border-bottom: none !important;
        padding: 0 !important;
    }
    .mini-table-shortcode-offer-thead {
        display: none;
    }
    .mini-table-shortcode-offer {
        flex-direction: column;
        display: flex;
    }
    .mini-table-shortcode .mini-table-shortcode-offer .logo ,
    .mini-table-shortcode .mini-table-shortcode-offer .highlights {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 100%;
        text-align: center;

    }
    .mini-table-shortcode .mini-table-shortcode-offer .logo {
        width: 33%;
        color: #222222;
        justify-content: center;
    }
    .mini-table-shortcode-offer .offer-title > * {
        color: #222222 !important;
    }
    .mini-table-shortcode .mini-table-shortcode-offer .register {
        width: 100%;
        margin-left: 0;
    }

    .mini-table-shortcode .mini-table-shortcode-offer .register .register-btn {
        width: 100%;
    }

    .mini-table-shortcode-offer .offer-t-c-link {
        margin: auto;
    }
}
