/* Simple fixes for hosting - Font Awesome 6.5.1 compatible */

/* Font Awesome 6.5.1 icon fixes */
.fa, .fas, .far, .fab, .fal, .fad {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    display: inline-block !important;
    text-decoration: inherit !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.far {
    font-weight: 400 !important;
}

/* Ensure Font Awesome icons display properly */
.fa:before, .fas:before, .far:before, .fab:before {
    font-style: normal !important;
}

/* Basic Vietnamese font support */
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif !important;
}

/* Visitor Counter Simple Styles */
.visitor-counter-simple {
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.visitor-counter-simple:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.visitor-count {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
}

.visitor-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    font-weight: 500;
}

.visitor-counter-simple i {
    font-size: 1.2em;
}
