/* Sponsor başvuru formu — hizmet talebi stiline ek */
.sponsor-apply-page .sr-form-card {
    max-width: 860px;
}

.sponsor-apply-preview {
    margin-bottom: 1.65rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(12, 35, 64, 0.04) 0%, rgba(30, 107, 138, 0.06) 100%);
    border: 1px dashed rgba(201, 162, 39, 0.45);
    text-align: center;
}

.sponsor-apply-preview-label {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sea);
}

.sponsor-apply-preview-frame {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.sponsor-apply-page input[type="file"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 0.9rem;
    border: 1px dashed rgba(30, 107, 138, 0.35);
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: inherit;
    color: var(--navy);
    background: #fff;
    cursor: pointer;
}

.sponsor-apply-page input[type="file"]:focus {
    outline: none;
    border-color: var(--sea);
    box-shadow: 0 0 0 3px rgba(30, 107, 138, 0.12);
}

.sr-alert--error {
    background: #fff5f5;
    border: 1px solid rgba(180, 40, 40, 0.25);
    color: #8b2020;
}

@media (max-width: 768px) {
    .sponsor-apply-preview-img {
        width: 100%;
    }
}
