.brand-image {
    float: none !important;
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}

.brand-link {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px !important;
}

.brand-link .brand-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.1;
}

.brand-subtitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-link-muted {
    opacity: 0.6;
    cursor: default;
}

.content-wrapper {
    background: #f4f6f9;
}

.page-hero {
    background: linear-gradient(135deg, #1f4e79 0%, #3c8dbc 100%);
    color: #fff;
    border-radius: 0.75rem;
    padding: 2.25rem;
}

.hero-badge {
    font-size: 0.9rem;
}

.hero-title {
    font-size: 2.5rem;
}

.dropzone {
    border: 2px dashed #3c8dbc;
    border-radius: 0.75rem;
    background: #f8fbff;
    padding: 2.5rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.dropzone:hover,
.dropzone:focus,
.dropzone.is-dragover {
    border-color: #1f4e79;
    background: #eef6fd;
    transform: translateY(-1px);
}

.dropzone-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.selected-files {
    display: grid;
    gap: 0.75rem;
}

.selected-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.6rem;
    padding: 0.85rem 1rem;
    background: #fff;
}

.selected-file-name {
    font-weight: 600;
    word-break: break-all;
}

.selected-file-meta {
    color: #6c757d;
    font-size: 0.9rem;
}

.file-feedback-note {
    border-radius: 0.6rem;
    padding: 0.85rem 1rem;
}

.small-box .icon > i {
    font-size: 62px;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 1.5rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .dropzone {
        padding: 2rem 1rem;
    }

    .selected-file {
        flex-direction: column;
        align-items: flex-start;
    }
}

body.sidebar-collapse .brand-image {
    width: 36px !important;
    height: 36px !important;
}

body.sidebar-collapse .brand-link {
    padding: 4px !important;
}

body.sidebar-collapse .brand-subtitle {
    display: none;
}
