.sm-market-widget {
    width: 78%;
    max-width: 1040px;
    margin: 0 auto;
    font-family: inherit;
}

.sm-market-widget__badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #223a5e;
    background: #E2E5F6;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.sm-market-widget__card {
    background: #fff;
    border: 1px solid #e1e0d9;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
}

.sm-market-widget__tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e1e0d9;
    padding-bottom: 12px;
}

.sm-market-widget__tile-btn {
    flex: 1 1 0;
    text-align: center;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 6px 10px !important;
    border-radius: 20px !important;
    border: 1px solid #e1e0d9 !important;
    background: #fff !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    white-space: nowrap;
}

.sm-market-widget__tile-btn.is-active {
    background: #223a5e !important;
    color: #fff !important;
    border-color: #223a5e !important;
}

.sm-market-widget__panel + .sm-market-widget__panel {
    margin-top: 0;
}

.sm-market-widget__title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #223a5e;
}

.sm-market-widget__subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 2px 0 14px;
}

.sm-market-widget__chart-wrap {
    position: relative;
    width: 100%;
    height: 260px;
}

.sm-market-widget__explanation {
    font-size: 13px;
    line-height: 1.5;
    color: #374151;
    margin: 14px 0 0;
}

.sm-market-widget__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e1e0d9;
}

.sm-market-widget__source {
    font-size: 12px;
    color: #9ca3af;
}

.sm-market-widget__slider {
    margin: 20px 8px 4px;
}

.noUi-tooltip {
    font-size: 11px;
    padding: 2px 7px;
    background: #223a5e;
    color: #fff;
    border: none;
    border-radius: 6px;
}

.noUi-target {
    background: #e1e0d9;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    height: 4px;
}

.noUi-connect {
    background: #223a5e;
}

.noUi-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #223a5e;
    box-shadow: none;
    top: -6px !important;
    right: -8px !important;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.sm-market-widget__empty {
    font-size: 13px;
    color: #9ca3af;
    text-align: center;
    padding-top: 80px;
}

.sm-market-widget__group {
    margin-bottom: 14px;
}

.sm-market-widget__group-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #9ca3af;
    margin-bottom: 6px;
}

.sm-market-widget__periods {
    display: flex;
    gap: 6px;
}

.sm-market-widget__period-btn {
    font-size: 12px !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    border: 1px solid #e1e0d9 !important;
    background: #fff !important;
    color: #6b7280 !important;
    cursor: pointer !important;
}

.sm-market-widget__period-btn.is-active {
    background: #223a5e !important;
    color: #fff !important;
    border-color: #223a5e !important;
}

.sm-market-widget__stats-row {
    display: flex;
    gap: 28px;
    margin-bottom: 14px;
}

.sm-market-widget__amount {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sm-market-widget__amount-input {
    font-size: 16px;
    font-weight: 500;
    color: #223a5e;
    border: 1px solid #e1e0d9;
    border-radius: 8px;
    padding: 6px 10px;
    width: 160px;
}

.sm-market-widget__amount-suffix {
    font-size: 14px;
    color: #6b7280;
}

.sm-market-widget__stat-block {
    display: flex;
    flex-direction: column;
}

.sm-market-widget__stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #9ca3af;
    margin-bottom: 2px;
}

.sm-market-widget__stat-block--primary .sm-market-widget__stat-value {
    font-size: 28px;
    font-weight: 600;
    color: #223a5e;
}

.sm-market-widget__stat-value {
    font-size: 20px;
    font-weight: 500;
    color: #374151;
}

.sm-market-widget__countries,
.sm-market-widget__currencies {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sm-market-widget__country-btn {
    font-size: 12px !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    border: 1px solid #e1e0d9 !important;
    background: #fff !important;
    color: #6b7280 !important;
    cursor: pointer !important;
}

.sm-market-widget__country-btn.is-active {
    background: #223a5e !important;
    color: #fff !important;
    border-color: #223a5e !important;
}

.sm-market-widget__cta {
    background: #E2E5F6;
    border-radius: 12px;
    padding: 0.9rem 1.1rem;
    margin-top: 14px;
}

.sm-market-widget__cta-question {
    font-size: 14px;
    font-weight: 600;
    color: #223a5e;
    margin: 0 0 4px;
}

.sm-market-widget__cta-note {
    font-size: 12.5px;
    color: #4b5563;
    margin: 0 0 10px;
    line-height: 1.4;
}

.sm-market-widget__cta-button {
    display: inline-block;
    background: #FFC300 !important;
    color: #412402 !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 8px 14px !important;
    cursor: pointer !important;
    text-decoration: none;
}

.sm-market-widget__countries,
.sm-market-widget__currencies,
.sm-market-widget__tenors {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}