/* Settings Page Styles */

.logo-preview {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f9fa;
}

.logo-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-weight: 600;
    color: #212529;
}

.form-label {
    font-weight: 500;
    font-size: 0.9rem;
    color: #495057;
}

.btn-primary {
    background: #111827;
    border-color: #111827;
}

.btn-primary:hover {
    background: #1f2937;
    border-color: #1f2937;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}