﻿/* Hide Google branding text & logo */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Remove top banner */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.announcement-bar {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    height: 50px;
    overflow: hidden;
    padding: 0 12px;
}

.announcement-icon {
    flex-shrink: 0;
    margin-right: 12px;
    font-size: 20px;
    color: #d63384;
}

.announcement-text {
    white-space: nowrap;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .whatsapp-text {
        display: none;
    }
}
