/* =========================================
   CR-CALC — OUTPUT OPTIONS (TIERS)
   ========================================= */

/* Tier block wrapper */
#crcalc-page #output-options .tier-block {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Section headers */
#crcalc-page #output-options strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 1rem;
}

#crcalc-page #output-options strong:first-of-type {
    margin-top: 0;
}

/* Label + radio alignment */
#crcalc-page #output-options .tier-block label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
}

/* Radio button styling */
#crcalc-page #output-options .tier-block input[type="radio"] {
    transform: scale(1.1);
    cursor: pointer;
}
