.one-row-bookie-shortcode {
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
    color: #111111;
    margin-bottom: 26px;
}

.one-row-bookie-shortcode .one-row-bookie-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 24px;
    position: relative;
    background: #F6F9FF;
    border: 3px solid #027B5B;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.one-row-bookie-shortcode .one-row-bookie-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1px 1px 4px;
    width: 100%;
    height: 80px;
    background: #027B5B;
}

.one-row-bookie-shortcode .bookmaker-data {
    height: 100%;
}

.one-row-bookie-shortcode .one-row-bookie-shortcode-promo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.one-row-bookie-shortcode .one-row-bookie-shortcode-promo-text {
    display: flex;
    flex-direction: column;
    margin: 24px 32px 0;
    width: 100%;
}

.one-row-bookie-shortcode .promo-text-header p,
.one-row-bookie-shortcode .promo-text-header {
    font-style: normal;
    font-weight: 500;
    font-size: 30px !important;
    line-height: 125% !important;
}
.one-row-bookie-shortcode .promo-text-header p {
    margin-bottom: 0;
}

.one-row-bookie-shortcode .promo-text-header {
    margin-bottom: 4px;
}

.one-row-bookie-shortcode .promo-text-conditions p,
.one-row-bookie-shortcode .promo-text-conditions {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #222222;
}

.one-row-bookie-shortcode .promo-text-conditions p {
    margin-bottom: 0;
}

.one-row-bookie-shortcode .promo-text-conditions {
    margin-bottom: 8px;
}

.one-row-bookie-shortcode .promo-text-terms p,
.one-row-bookie-shortcode .promo-text-terms {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #777777;
}

.one-row-bookie-shortcode .one-row-bookie-shortcode-bonus {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    margin-right: 34px;
}

.one-row-bookie-shortcode .one-row-bookie-bonus-inner {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.one-row-bookie-shortcode .bonus-inner {
    right: 0;
    margin-top: -39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    width: 275px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.06);
}

.one-row-bookie-shortcode .bonus-inner-header {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #111111;
    margin-bottom: 8px;
}

.one-row-bookie-shortcode .cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10.5px 10px;
    width: 275px;
    height: 44px;
    background: #0E284E;
    border-radius: 100px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.one-row-bookie-shortcode .cta:hover {
    text-decoration: none;
}

.one-row-bookie-shortcode .cta-block {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 20px;
}

.one-row-bookie-shortcode .coupen_code_inner .no-coupon-code {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #404040;
    border: none;
    padding: 0;
    height: 18px;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
}

.one-row-bookie-shortcode .bookmaker-img {
    width: 150px;
    height: 100%;
    margin-bottom: 0;
}

.one-row-bookie-shortcode .coupon-code-field {
    border: 1px dashed #0E284E;
    border-radius: 6px;
    background: #FFFFFF;
    width: 243px;
    height: 40px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #060606;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 11px 16px;
}

.one-row-bookie-shortcode .coupon-code-field:focus {
    border-color: #1341B7 !important;
}

.one-row-bookie-shortcode .one-row-bookie-wrapper {
    padding: 0px 0px 24px;
}

.one-row-bookie-shortcode .bonus-inner-item_coupon {
    grid-area: coupon;
    position: relative;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.one-row-bookie-shortcode .bonus-inner-item_couponcode {
    grid-area: coupon;
    position: relative;
}

.one-row-bookie-shortcode .bonus-inner-item_coupon .copiedtext,
.one-row-bookie-shortcode .bonus-inner-item_couponcode .copiedtext {
    display: none;
    position: absolute;
    left: 12px;
    top: 35px;
    text-transform: uppercase;
    color: #888888;
    padding-left: 15px;
    background: url(../images/copy-check.svg) left center no-repeat;
}

.one-row-bookie-shortcode .bonus-inner-item_coupon .country_code_right,
.one-row-bookie-shortcode .bonus-inner-item_couponcode .country_code_right {
    background: #E9EBEF;
    border-radius: 0 6px 6px 0;
    border-right: 1px dashed #0E284E;
    border-top: 1px dashed #0E284E;
    border-bottom: 1px dashed #0E284E;
    position: absolute;
    right: 0;
    top: 28px;
    width: 40px;
    height: 40px;
    padding: 10px 12px;
    cursor: pointer;
}

.one-row-bookie-shortcode .country_code_right:hover ~ .tooltip-inner-adv {
    visibility: visible;
}

.one-row-bookie-shortcode .bonus-inner-item_coupon.copyedtextcustom .copiedtext,
.one-row-bookie-shortcode .bonus-inner-item_couponcode.copyedtextcustom .copiedtext {
    display: block;
}

.one-row-bookie-shortcode .bonus-inner-item_coupon.copyedtextcustom input,
.one-row-bookie-shortcode .bonus-inner-item_couponcode.copyedtextcustom input {
    color: #f4f4f4;
}

.one-row-bookie-shortcode .tooltip-inner-adv {
    display: block;
    font-size: 12px;
    padding: 12px 16px;
    top: 50px;
    background: #060606;
    border-radius: 4px;
    color: white;
    margin: 0 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    right: -25px;
    width: 155px;
    height: auto;
    text-align: center;
}

.one-row-bookie-shortcode .tooltip-inner-adv {
    width: auto;
    right: -10px;
    top: 73px;
}

.one-row-bookie-shortcode .tooltip-inner-adv:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: calc(40% - 30px / 2 + 15px);
    top: -7px;
    background: #060606;
    transform: rotate(224deg);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.one-row-bookie-shortcode .promo-text-terms-mobile {
    display: none;
}

.one-row-bookie-shortcode .bonus-inner-item_couponcode .country_code_right img {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .one-row-bookie-shortcode .one-row-bookie-logo {
        height: 72px;
    }

    .one-row-bookie-shortcode .bookmaker-img {
        width: 133.33px;
    }

    .one-row-bookie-shortcode .one-row-bookie-logo {
        padding: 1px 1px 4px 1px;
    }

    .one-row-bookie-shortcode .one-row-bookie-shortcode-promo-text {
        margin: 0;
        width: 100%;
        padding: 16px 16px 12px 16px;
    }

    .one-row-bookie-shortcode .one-row-bookie-wrapper {
        padding: 0px 0px 16px;
    }

    .one-row-bookie-shortcode .bonus-inner-item_coupon .country_code_right,
    .one-row-bookie-shortcode .bonus-inner-item_couponcode .country_code_right {
        top: 28px;
    }

    .one-row-bookie-shortcode .tooltip-inner-adv {
        display: none;
    }

    .one-row-bookie-shortcode .one-row-bookie-shortcode-bonus {
        width: 100%;
        margin-right: 0;
    }

    .one-row-bookie-shortcode .one-row-bookie-bonus-inner {
        justify-content: center;
    }

    .one-row-bookie-shortcode .one-row-bookie-shortcode-promo-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .one-row-bookie-shortcode .promo-text-header p,
    .one-row-bookie-shortcode .promo-text-header {
        line-height: 125%;
    }

    .one-row-bookie-shortcode .promo-text-header p {
        margin-bottom: 0;
    }
    .one-row-bookie-shortcode .promo-text-header {
        margin-bottom: 4px;
    }

    .one-row-bookie-shortcode .promo-text-header p,
    .one-row-bookie-shortcode .promo-text-header {
        font-weight: 600;
        font-size: 24px !important;
    }

    .one-row-bookie-shortcode .promo-text-conditions p,
    .one-row-bookie-shortcode .promo-text-conditions {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 0;
    }

    .one-row-bookie-shortcode .bonus-inner {
        margin: 0 16px 0 16px;
        width: 100%;
    }

    .one-row-bookie-shortcode .cta-block {
        justify-content: center;
        margin-top: 12px;
    }


    .one-row-bookie-shortcode .cta {
        width: 100%;
        margin: 0 16px 0 16px;
    }

    .one-row-bookie-shortcode .promo-text-terms {
        display: none;
    }

    .one-row-bookie-shortcode .promo-text-terms-mobile {
        display: block;
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        color: #737373;
        margin: 8px 16px 0 16px;
    }

    .one-row-bookie-shortcode .coupon-code-field {
        width: 279px;
        height: 40px;
    }

    .one-row-bookie-shortcode .bonus-inner-item_coupon .country_code_right {
        top: 25px;
        width: 40px;
        height: 40px;
    }

    .one-row-bookie-shortcode .bonus-inner-item_couponcode {
        width: 100%;
    }
}

@media (max-width: 376px) {
    .one-row-bookie-shortcode .coupon-code-field {
        width: 100%;
    }
}