﻿
.repeat-section { border: 1px solid #ccc; padding: 1.5rem; margin: 2rem 0; }

    .repeat-section legend { padding: 0 0.5rem; }

.inputWrapper { margin-bottom: 1rem; }

.repeat-placeholder { font-style: italic; color: #666; margin-top: 1rem; }

.tdc-header { background-color: #028468; }

.tdc-logo { height: 74px; width:165px }


.new-award { animation: award-highlight 1.5s ease-out; }

@keyframes award-highlight {
    0% { background-color: #fff3cd; /* Bootstrap warning tint */ box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
    100% { background-color: transparent; box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); }
}


/* Blazor validation styling upgrade */
.input-validation-error,
.is-invalid { border-width: 3px !important; border-color: #dc3545; }

    .input-validation-error:focus,
    .is-invalid:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.3); }


.award-select { font-size: 1.1rem; /* slightly larger */ font-weight: 600; /* semi-bold */ }


.file-upload-wide { width: 50vw; /* half viewport width */ max-width: 600px; /* stop it getting silly on large screens */ min-width: 300px; /* avoid being too narrow on small layouts */ }
