.bonus-code-wrapper {
    margin: 15px 0;
    text-align: center;
}

.review-bottom-group__bonus-code {
    margin: 1px 0 18px;
    text-align: center;
}

.review-bottom-group--dif .review-bottom-group__bonus-code {
    margin-bottom: 0;
}

.poka-bonus-code-wrap {
    display: inline-flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}

.poka-bonus-code__label {
    margin-bottom: 5px;
    color: #2d2d2c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    opacity: 0.7;
    text-transform: uppercase;
}

.poka-bonus-code {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 132px;
    min-height: 36px;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px dashed rgba(255, 124, 60, 0.75);
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(45, 45, 44, 0.08);
    vertical-align: middle;
}

.poka-bonus-code__value {
    display: flex;
    min-width: 0;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    color: #ff7c3c;
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poka-bonus-code__copy {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 34px;
    min-width: 34px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 124, 60, 0.1);
    border-left: 1px solid rgba(255, 124, 60, 0.3);
    color: #ff7c3c;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.poka-bonus-code__copy:hover,
.poka-bonus-code__copy:focus-visible {
    background: #ff7c3c;
    color: #fff;
}

.poka-bonus-code__copy:focus-visible {
    box-shadow: inset 0 0 0 2px #fff;
}

.poka-bonus-code__copy svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.poka-bonus-code__check-icon {
    display: none;
}

.poka-bonus-code__copy.copied {
    background: #27ae60;
    color: #fff;
}

.poka-bonus-code__copy.copied .poka-bonus-code__copy-icon {
    display: none;
}

.poka-bonus-code__copy.copied .poka-bonus-code__check-icon {
    display: block;
}

.poka-bonus-code-empty {
    display: inline-flex;
    max-width: 100%;
    padding: 8px 11px;
    align-items: center;
    gap: 6px;
    background: rgba(45, 45, 44, 0.04);
    border: 1px solid rgba(45, 45, 44, 0.12);
    border-radius: 5px;
    color: rgba(45, 45, 44, 0.7);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.poka-bonus-code-empty svg {
    width: 15px;
    height: 15px;
    fill: none;
    flex: 0 0 auto;
    stroke: #27ae60;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

@media (max-width: 991px) {
    .poka-bonus-code {
        min-width: 180px;
        min-height: 40px;
    }

    .poka-bonus-code__value {
        padding-right: 13px;
        padding-left: 13px;
        font-size: 15px;
    }

    .poka-bonus-code__copy {
        width: 40px;
        min-width: 40px;
    }

    .poka-bonus-code-empty {
        padding: 10px 13px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .table-s1 .item .c3 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
