.iti--allow-dropdown {
    width: 100%;
}

.nomination-shell {
    max-width: 980px;
}

.nomination-hero,
.nomination-card {
    border: 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 45px rgba(59, 51, 44, 0.08);
}

.nomination-hero {
    overflow: hidden;
}

.nomination-logo {
    max-height: 120px;
    max-width: 320px;
    width: auto;
    object-fit: contain;
}

.nomination-logo:last-child {
    height: 190px;
    max-height: 190px;
}

.nomination-title {
    color: #3e3735;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
}

.nomination-subtitle {
    color: #3e3735;
    font-size: 1.35rem;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .nomination-logo {
        max-height: 65px;
        max-width: 160px;
    }

    .nomination-logo:last-child {
        height: 60px;
        max-height: 60px;
        max-width: 120px;
    }

    .nomination-title {
        font-size: 1.5rem;
    }

    .nomination-subtitle {
        font-size: 1rem;
    }
}

.nomination-shell.page-2-active #nomination-subtitle {
    display: none;
}

.section-title {
    color: #5c5554;
    font-size: 1.4rem;
    font-weight: 700;
}

.form-label {
    color: #3e3735;
    font-weight: 600;
}

.form-control,
.form-select {
    min-height: 52px;
    border: 1px solid #ded5cd;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    box-shadow: none;
}

textarea.form-control {
    min-height: 150px;
}

.form-check-wrapper {
    border: 1px solid #e7ddd4;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    background: #fffdfa;
}

.form-check + .form-check {
    margin-top: 0.85rem;
}

.upload-hint {
    color: #7a716b;
    font-size: 0.95rem;
}

.preview-container,
.preview-card {
    border-radius: 0;
    border: 1px solid #d8dbe3 !important;
    background: #f6f4ef;
}

.remove-upload-btn {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #9b702c;
    border: 1px solid #9b702c;
    color: #faf6ef !important;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

.remove-upload-btn svg {
    width: 20px;
    height: 20px;
}

.remove-upload-btn:active,
.remove-upload-btn:hover,
.remove-upload-btn:focus,
.remove-upload-btn:focus-visible {
    background: #9b702c !important;
    border-color: #9b702c !important;
    color: #faf6ef !important;
    box-shadow: none !important;
    outline: none !important;
}

.doc_counter {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #f1e0b8;
    color: #9b702c;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
}

.evidence-upload-item .form-control[type="file"] {
    border-radius: 0;
    min-height: auto;
    padding: 0;
}

.evidence-upload-item textarea.form-control {
    min-height: 124px;
    border-radius: 0;
}

.btn-nomination {
    width: 40%;
    border: 0;
    border-radius: 14px;
    background: #625858;
    color: #fff;
    font-weight: 700;
    padding: 0.95rem 1.5rem;
}

.btn-nomination:hover,
.btn-nomination:focus {
    background: #514949;
    color: #fff;
}

.btn-nomination:disabled {
    background: #7d7575;
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
}

.btn-nomination.is-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

.btn-loader {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: nomination-button-spin 0.75s linear infinite;
}

@keyframes nomination-button-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Success modal */
.success-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px 32px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

.success-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 0;
}

.success-modal-close:hover {
    color: #333;
}

.success-modal-icon {
    margin-bottom: 16px;
}

.success-modal-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2e7d32;
}

.success-modal-message {
    font-size: 1rem;
    color: #444;
    margin-bottom: 24px;
}

.success-modal-btn {
    min-width: 100px;
}
