/* From stitch-export Material + utilities */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.active-nav-icon {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ปุ่ม Google — ปุ่ม pill ที่เห็นรับคลิก, ปุ่ม GIS ซ่อนนอกจอ */
.dlish-google-btn-host {
  position: relative;
  width: 100%;
}
.dlish-google-btn-host__chrome {
  display: flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  border: 1px solid rgb(226 232 240);
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  cursor: pointer;
  font: inherit;
  transition: border-color 0.2s, background-color 0.2s;
}
.dlish-google-btn-host__chrome:hover {
  border-color: rgb(203 213 225);
  background-color: rgb(248 250 252);
}
.dlish-google-btn-host__chrome:focus-visible {
  outline: 2px solid rgb(15 23 42);
  outline-offset: 2px;
}
.dlish-google-btn-host__hit {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
