.gva-app-enabled .site-header__inner { grid-template-columns: 220px auto 1fr auto; }
.cyd-install-button { min-height: 40px; padding: 7px 12px; font-size: 12px; white-space: nowrap; }
.cyd-install-button[hidden] { display: none !important; }
.cyd-app-dialog { position: fixed; z-index: 10000; inset: auto 20px 20px; max-width: 410px; margin: auto; padding: 24px; border: 1px solid #ddd; border-radius: 12px; background: #fff; box-shadow: 0 12px 45px #0004; color: #292929; text-align: center; }
.cyd-app-dialog[hidden] { display: none; }
.cyd-app-dialog { max-height: calc(100vh - 40px); overflow-y: auto; }
.gva-install-message { margin: 12px 0; }
.gva-ios-steps { margin: 10px 0 0; padding-left: 24px; text-align: left; }
.gva-ios-steps li { margin-bottom: 8px; }
.gva-share-icon { width: 24px; height: 24px; vertical-align: middle; fill: none; stroke: #1677cf; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gva-tutorial-overlay { position: fixed; z-index: 10002; inset: 0; display: grid; place-items: center; padding: 12px; background: #000d; }
.gva-tutorial-panel { box-sizing: border-box; width: min(440px, 100%); max-height: calc(100dvh - 24px); display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 8px; padding: 12px; border-radius: 12px; background: #fff; color: #222; text-align: center; }
.gva-tutorial-panel > strong { grid-column: 1 / 3; text-align: left; }
.gva-tutorial-close { grid-column: 3; padding: 8px; border: 0; border-radius: 6px; background: #edf0e9; color: #222; cursor: pointer; }
.gva-tutorial-image { grid-column: 1 / 4; grid-row: 2; display: block; max-width: 100%; max-height: calc(100dvh - 145px); margin: auto; object-fit: contain; }
.gva-tutorial-counter { grid-column: 2; grid-row: 3; }
.gva-tutorial-arrow { grid-row: 3; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #669900; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.gva-tutorial-prev { grid-column: 1; }
.gva-tutorial-next { grid-column: 3; }
.gva-tutorial-arrow:disabled { opacity: .35; cursor: default; }
.cyd-app-dialog .button { margin: 8px 4px 0; }
.cyd-app-splash { position: fixed; z-index: 10001; inset: 0; display: grid; place-items: center; background: #fff; }
.cyd-app-splash img { display: block; max-width: min(90vw, 680px); max-height: 80vh; object-fit: contain; }
.woocommerce span.onsale.gva-app-badge { display: flex; align-items: center; justify-content: center; min-width: 54px; min-height: 54px; padding: 5px; border-radius: 50%; background: #669900; color: #fff; font-size: 11px; line-height: 1.15; text-align: center; }
.woocommerce .gva-purchase-source th, .woocommerce .gva-purchase-source td { background: #f3f7ed; color: #365800; font-size: 14px; }
@media (max-width: 900px) {
  .gva-app-enabled .site-header__inner { grid-template-columns: minmax(0, 1fr) auto auto auto; }
  .cyd-install-button { padding: 6px 8px; font-size: 10px; }
}
