/* ===========================
   Deadline Update - Less Urgent Style
   締切を「当日まで」に変更したため、緊急性を緩和
   =========================== */

/* 締切バナーを少し落ち着いた色に */
.deadline-banner {
    background: linear-gradient(135deg, #FF8B3D 0%, #FFB627 100%) !important;
    box-shadow: 0 0 20px rgba(255, 139, 61, 0.4) !important;
    animation: none !important; /* パルスアニメーション停止 */
}

.deadline-banner i {
    animation: none !important; /* 震えアニメーション停止 */
}

/* 締切アイテムも少し控えめに */
.deadline-item .detail-icon {
    background: linear-gradient(135deg, #FF8B3D 0%, #FFB627 100%) !important;
    box-shadow: 0 0 20px rgba(255, 139, 61, 0.4) !important;
    animation: none !important; /* パルスアニメーション停止 */
}

/* フォームの締切通知も控えめに */
.form-deadline-notice {
    background: linear-gradient(135deg, #FFF5F0 0%, #FFFBF0 100%) !important;
    border: 2px solid #FFB627 !important;
}

.form-deadline-notice i {
    color: #FF8B3D !important;
    animation: none !important; /* 時計の揺れアニメーション停止 */
}

.form-deadline-notice strong {
    color: #FF6B35 !important;
}

/* 締切ハイライトの色調整 */
.deadline-highlight {
    color: #FF6B35 !important;
}

.deadline-highlight strong {
    text-shadow: none !important; /* 影を削除 */
}
