/* =================================================================
 * Page Specific Styles for Credit Card Breakeven Calculator
 * ================================================================= */

/* 結果表示エリアを追従させる */
.preview-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    /* ヘッダーの高さ + 余白 */
}

/* 総合判定エリアのスタイル */
#final-judgement {
    transition: all 0.3s ease;
}

/* [REMOVED] Redundant Bootstrap overrides removed as RGB values are now in style-default.css */

/* 入力欄の微調整 */
.input-group-text {
    width: 45px;
    justify-content: center;
}