/*
Theme Name: Astra Child
Theme URI: http://localhost:8080/
Description: Child theme for Astra
Author: Maria
Author URI: http://localhost:8080/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ==========================================================================
   UNIFIED FRONTEND BUTTON SYSTEM
   ========================================================================== */

/* Base state — explicit selectors carry real specificity, overriding theme/plugin rules */
/* Remove shadow only when the OneTap accessibility sidebar is closed */
/* OneTap - remove all shadow only when closed */
/* Remove right shadow when OneTap toolbar is closed */
/* Remove shadow only when the OneTap toolbar is closed */
#onetap-toolbar[inert],
#onetap-toolbar[inert]::before,
#onetap-toolbar[inert]::after,
#onetap-toolbar[inert] *,
#onetap-toolbar[inert] *::before,
#onetap-toolbar[inert] *::after {
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

#onetap-toolbar[inert] {
  overflow: hidden !important;
}
