.topbar {
    background: #466954 !important;
    height: 40px !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 0.875rem !important;
    z-index: 1000;
}

.topbar-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.topbar a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.875rem !important;
}

.topbar a:hover {
    opacity: 0.8 !important;
}

.topbar-contact {
    display: flex !important;
    align-items: center !important;
    gap: 1.2rem !important;
}

.topbar-external-link {
    background: #fff !important;
    color: #466954 !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.topbar-external-link i {
    margin-left: 5px !important;
}

.topbar-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar-contact a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
}

.topbar-contact a:hover {
    opacity: 0.9;
}

.topbar-contact i {
    font-size: 14px;
}

.topbar-external-link {
    background: white;
    color: #466954 !important;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .topbar-contact {
        gap: 15px;
    }

    .topbar-contact a span {
        display: none;
    }

    .topbar-external-link span {
        display: inline-block;
        font-size: 0.75rem;
    }
}
