.rm-apply-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1.25rem;
}

.rm-apply-steps__item {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--rm-muted, #888);
    background: var(--rm-light, #f6f8fa);
    border: 1px solid var(--rm-border, rgba(0, 0, 0, 0.08));
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
}

.rm-apply-steps__item.is-active {
    color: #fff;
    background: var(--rm-primary, #1cc5cc);
    border-color: var(--rm-primary, #1cc5cc);
}

.rm-apply-info {
    background: rgba(28, 197, 204, 0.08);
    border: 1px solid rgba(28, 197, 204, 0.25);
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

.rm-apply-info ul {
    margin: 0;
    padding-left: 1.1rem;
}

.rm-apply-section {
    border: 1px solid var(--rm-border, rgba(0, 0, 0, 0.08));
    border-radius: 0.75rem;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    background: #fff;
}

.rm-apply-section__title {
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--rm-primary-dark, #14a3a9);
    margin: 0 0 0.85rem;
}

.rm-apply-sector-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.rm-apply-sector-summary:empty::before {
    content: 'Henüz sektör seçilmedi';
    color: var(--rm-muted, #888);
    font-size: 0.8rem;
}

.rm-apply-sector-chip {
    font-size: 0.75rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(28, 197, 204, 0.15);
    color: var(--rm-primary-dark, #14a3a9);
    font-weight: 600;
}

.rm-apply-sold-sector.is-hidden {
    display: none !important;
}

.rm-apply-file-hint {
    font-size: 0.8rem;
    color: var(--rm-muted, #888);
    margin-top: 0.35rem;
}

.rm-apply-email-verify {
    margin-top: 0.35rem;
}

.rm-apply-email-code {
    max-width: 260px;
}

.rm-apply-email-code .form-control {
    min-width: 7.5rem;
}

.rm-apply-form .btn-rm.is-loading {
    pointer-events: none;
    opacity: 0.85;
}

.rm-apply-switch-link {
    font-size: 0.875rem;
    margin-top: 1rem;
    text-align: center;
}

.rm-apply-form .btn-rm.w-100 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}
