.editorial-edition-score,
.editorial-edition-score *,
.editorial-edition-score *::before,
.editorial-edition-score *::after {
    box-sizing: border-box !important;
}

.editorial-edition-score {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin: 18px 0 22px !important;
    padding: 0 !important;
    font-family: inherit !important;
}

.editorial-edition-score .ees-card {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(219, 39, 85, .15) !important;
    border-radius: 17px !important;
    background:
        linear-gradient(
            135deg,
            #fff8fa 0%,
            #ffffff 58%,
            #fff9ed 100%
        ) !important;
    box-shadow:
        0 10px 28px rgba(35, 45, 65, .075) !important;
}

.editorial-edition-score .ees-icon {
    display: flex !important;
    flex: 0 0 45px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 14px !important;
    background:
        linear-gradient(
            135deg,
            #ed0046,
            #ff7458
        ) !important;
    box-shadow:
        0 9px 19px rgba(237, 0, 70, .20) !important;
    color: #ffffff !important;
}

.editorial-edition-score .ees-icon svg {
    width: 23px !important;
    height: 23px !important;
    fill: currentColor !important;
    stroke: none !important;
}

.editorial-edition-score .ees-content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.editorial-edition-score .ees-heading {
    display: flex !important;
    align-items: baseline !important;
    gap: 9px !important;
    margin: 0 0 5px !important;
}

.editorial-edition-score .ees-title {
    color: #263244 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.editorial-edition-score .ees-score {
    color: #d7194e !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
}

.editorial-edition-score .ees-stars {
    position: relative !important;
    display: inline-block !important;
    overflow: hidden !important;
    width: 116px !important;
    height: 24px !important;
    margin: 0 0 4px !important;
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}

.editorial-edition-score .ees-stars-background {
    position: absolute !important;
    inset: 0 !important;
    color: #e3e6eb !important;
}

.editorial-edition-score .ees-stars-fill {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    overflow: hidden !important;
    height: 100% !important;
    color: #ffad43 !important;
    white-space: nowrap !important;
}

.editorial-edition-score .ees-description {
    margin: 0 !important;
    color: #697386 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.editorial-edition-score .ees-description strong {
    color: #4a5568 !important;
    font-weight: 750 !important;
}

.editorial-edition-score .ees-badge {
    flex: 0 0 auto !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    background: #fff0f4 !important;
    color: #d7194e !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

@media (max-width: 600px) {
    .editorial-edition-score {
        margin: 15px 0 20px !important;
    }

    .editorial-edition-score .ees-card {
        align-items: flex-start !important;
        gap: 11px !important;
        padding: 14px !important;
        border-radius: 15px !important;
    }

    .editorial-edition-score .ees-icon {
        flex-basis: 40px !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 12px !important;
    }

    .editorial-edition-score .ees-icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .editorial-edition-score .ees-heading {
        flex-wrap: wrap !important;
        gap: 4px 8px !important;
    }

    .editorial-edition-score .ees-title,
    .editorial-edition-score .ees-score {
        font-size: 14px !important;
    }

    .editorial-edition-score .ees-stars {
        width: 105px !important;
        height: 22px !important;
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .editorial-edition-score .ees-description {
        font-size: 11px !important;
    }

    .editorial-edition-score .ees-badge {
        display: none !important;
    }
}
