::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
}

.sticky-nav-shadow {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}

input:invalid, textarea:invalid, select:invalid {
    border-color: #F06B35 !important;
}

body {
    font-family: 'Inter', sans-serif !important;
}

/* Preserve Font Awesome icons */
.fa, .fas, .far, .fal, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif !important;
}

.report-button {
    position: fixed;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    bottom: 16px !important;
    right: 16px !important;
}

.highlighted-section {
    outline: 2px solid #3F20FB;
    background-color: rgba(63, 32, 251, 0.1);
}

.edit-button {
    position: absolute;
    z-index: 1000;
}

::-webkit-scrollbar {
    display: none;
}

html, body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}