.calculator-sticky {
    position: sticky;
    top: 12px;
    z-index: 1;
}

.max-w-760 {
    max-width: 760px;
}

.mini-metric {
    min-height: 104px;
}

.yield-meaning-table th,
.yield-meaning-table td {
    vertical-align: top;
}

.yield-meaning-table tbody th {
    min-width: 145px;
    color: #1f2937;
}

.formula-box {
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.step-number {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.14);
    color: #0d47a1;
    font-weight: 700;
}

.yield-callout {
    background: #eaf3ff;
    border: 1px solid rgba(13, 110, 253, 0.16);
    color: #17365d;
}

#rentalYieldResult[data-state="empty"] {
    opacity: 0.86;
}

@media (max-width: 991.98px) {
    .calculator-sticky {
        position: static;
        top: auto;
    }
}

@media (max-width: 575.98px) {
    .yield-meaning-table {
        font-size: 0.94rem;
    }

    .yield-meaning-table tbody th {
        min-width: 120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
