.star-rate__five,
.star-rate__one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-rate__five svg,
.star-rate__one svg,
.star-rate__five img,
.star-rate__one img {
    width: 18px;
    height: 18px;
}

.star-rate__five svg,
.star-rate__five img {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.breadcrumbs-disclaimer {
    background: transparent;
    border: none;
    padding: 0 0 24px 0;
    margin-bottom: 24px;
    margin-top: -8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.disclaimer-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.disclaimer-summary::-webkit-details-marker {
    display: none;
}

.disclaimer-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.age-badge {
    background: rgba(239, 68, 68, 0.2);
    color: #fff;
    border: 1px solid rgba(239, 68, 68, 0.4);
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

.disclaimer-title {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.bt-arrow-legal_block_text {
    transform: rotate(90deg);
    transition: transform 0.3s;
    opacity: 0.5;
    fill: currentColor;
}

.breadcrumbs-disclaimer[open] .bt-arrow-legal_block_text {
    transform: rotate(270deg) !important;
}

.disclaimer-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.disclaimer-content p {
    margin: 0;
}

.disclaimer-content strong {
    color: rgba(255, 255, 255, 0.6);
}

.disclaimer-content a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-decoration: underline;
}

.disclaimer-content a:hover {
    text-decoration: none;
}