/* Index Page Specific Styles */
.merge-control {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.merge-checkbox {
    width: 20px;
    height: 20px;
}

.resume-section {
    margin-top: 3rem;
}

.resume-select-container {
    margin-bottom: 2rem;
}

.upload-select-title {
    margin-top: 1rem;
}

.limit-text {
    font-size: 0.8rem;
    color: var(--text-muted);
}