
#iranian-translator-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'IRANYekan', sans-serif;
    font-size: 14px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#iranian-translator-button:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

#iranian-translator-button:active {
    transform: scale(0.95);
}

/* Hide Google top banner */
body .goog-te-banner-frame.skiptranslate,
body .goog-te-gadget-icon {
    display: none !important;
    height: 0 !important;
}
body {
    top: 0px !important;
}
