/**
 * P1: ẩn leftover điện máy đã đánh dấu + kiểu khối driver PDP.
 */
html.storefront-root [data-giasy-offtopic-hidden="1"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#giasy-pdp-driver-20260911 {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 40;
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #ffffff;
  color: #122033;
  border: 1px solid rgba(8, 145, 178, 0.28);
  box-shadow: 0 10px 28px rgba(18, 32, 51, 0.12);
  font-family: 'Be Vietnam Pro', Segoe UI, system-ui, sans-serif;
}

#giasy-pdp-driver-20260911[hidden] { display: none !important; }

#giasy-pdp-driver-20260911 .giasy-pdp-driver-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0891b2;
}

#giasy-pdp-driver-20260911 a {
  display: block;
  color: #0f766e;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 6px;
  text-decoration: underline;
}

#giasy-pdp-driver-20260911 a.giasy-pdp-driver-all {
  margin-top: 4px;
  color: #122033;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  #giasy-pdp-driver-20260911 {
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-width: none;
  }
}
