Get Matched to the Right Evaluation
@media (max-width: 800px) { .custom-mobile-header-button { position: absolute !important; right: 16px !important; top: 73% !important; transform: translateY(-50%) !important; z-index: 999 !important; pointer-events: all !important; transition: top 0.3s ease !important; } .custom-mobile-header-button a { background: #0DAB8B !important; color: #fff !important; padding: 8px 14px !important; border-radius: 6px !important; text-decoration: none !important; font-size: 14px !important; font-weight: 500 !important; display: inline-block !important; white-space: nowrap !important; box-shadow: 0 2px 8px rgba(13,171,139,0.3) !important; } /* When announcement bar is closed */ .custom-mobile-header-button.bar-closed { top: 50% !important; } }