.dr9ohm-ss-fab {
  position: fixed;
  top: max(10px, env(safe-area-inset-top));
  right: 12px;
  z-index: 99970;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #c9daf0;
  background: #f4f8fb;
  color: #0b3d66;
  font: 700 14px/1.3 'Sarabun', 'Kanit', system-ui, sans-serif;
  box-shadow: 0 8px 20px rgba(11, 61, 102, 0.14);
  cursor: pointer;
}
.dr9ohm-ss-fab:hover,
.dr9ohm-ss-fab:focus {
  background: #eef4fb;
  outline: none;
}
.dr9ohm-ss-overlay {
  position: fixed;
  inset: 0;
  z-index: 99985;
  background: rgba(15, 32, 48, 0.45);
  display: flex;
  justify-content: flex-end;
}
.dr9ohm-ss-overlay[hidden],
.dr9ohm-ss-fab[hidden] {
  display: none !important;
}
.dr9ohm-ss-panel {
  width: min(440px, 100%);
  height: 100%;
  background: #f7fafc;
  box-shadow: -12px 0 32px rgba(11, 61, 102, 0.18);
  overflow: auto;
  padding: 18px 16px 28px;
  font-family: 'Sarabun', 'Kanit', system-ui, sans-serif;
  color: #1e3a4c;
}
.dr9ohm-ss-panel.is-inline {
  width: auto;
  height: auto;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.dr9ohm-ss-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 10px;
}
.dr9ohm-ss-panel h2 {
  margin: 0;
  font-size: 20px;
  color: #0b3d66;
  line-height: 1.35;
}
.dr9ohm-ss-x {
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #5b6b7c;
  cursor: pointer;
}
.dr9ohm-ss-panel p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: #3d5163;
}
.dr9ohm-ss-form {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
}
.dr9ohm-ss-form input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 1px solid #d1d9e0;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  font-size: 15px;
}
.dr9ohm-ss-form button {
  border: 0;
  border-radius: 10px;
  background: #0b3d66;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
}
.dr9ohm-ss-hubs {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}
.dr9ohm-ss-hubs a,
.dr9ohm-ss-google {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #dce8f0;
  background: #fff;
  color: #0b3d66;
  text-decoration: none;
  font-weight: 650;
  font-size: 14px;
}
.dr9ohm-ss-kicker {
  font-size: 13px;
  font-weight: 700;
  color: #5b6b7c;
  margin: 0 0 8px;
}
.dr9ohm-ss-results {
  display: grid;
  gap: 10px;
}
.dr9ohm-ss-results a {
  display: block;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #c9daf0;
  text-decoration: none;
  color: inherit;
}
.dr9ohm-ss-results strong {
  display: block;
  color: #0b3d66;
  margin: 0 0 4px;
  font-size: 15px;
}
.dr9ohm-ss-results span {
  font-size: 13px;
  line-height: 1.55;
  color: #5b6b7c;
}
.dr9ohm-ss-status {
  font-size: 14px;
  color: #5b6b7c;
  margin: 0 0 10px;
}
@media (max-width: 720px) {
  .dr9ohm-ss-fab span {
    display: none;
  }
  .dr9ohm-ss-fab {
    padding: 10px;
    border-radius: 50%;
  }
}
