.gts-wf-today-date {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  color: #ff172a !important;
  text-align: left !important;
  margin-bottom: 12px !important;
  padding-left: 4px !important;
}

.gts-wf-app-container {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible !important;
  color: #1e293b;
  font-size: 16px;
  position: relative;
}

.gts-wf-chara-img {
  position: absolute;
  width: var(--gts-wf-chara-width, 240px);
  top: var(--gts-wf-chara-top, -135px);
  right: -20px;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.gts-wf-chara-img.gts-wf-chara-hidden {
  opacity: 0;
}

.gts-wf-body {
  padding: 0;
  overflow: visible !important;
}

.gts-wf-main-view-tabs {
  display: flex;
  background: #FFAB57;
  padding: 4px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.gts-wf-main-view-btn {
  flex: 1;
  padding: 12px 14px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gts-wf-main-view-btn.active {
  background: #ffffff;
  color: #d96b00;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.gts-wf-category-tabs {
  display: flex;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.gts-wf-tab-btn {
  flex: 1;
  padding: 10px 16px;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gts-wf-tab-btn.active {
  background: #ffffff;
  color: #0ea5e9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.gts-wf-loc-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  scroll-margin-top: 80px;
}

.gts-wf-loc-selector select {
  flex: 1;
  min-width: 200px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #303030;
  font-size: 1rem;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
}

.gts-wf-btn-gps {
  background: #0ea5e9;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.gts-wf-btn-gps:hover {
  background: #0284c7;
}

.gts-wf-map-wrapper {
  position: relative;
  width: 100%;
}

#gts-wf-map {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  z-index: 1;
}

.gts-wf-btn-scroll-forecast {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1000;
  background: rgba(2, 132, 199, 0.5);
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.gts-wf-btn-scroll-forecast:hover {
  background: rgba(2, 132, 199, 1.0);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.gts-wf-app-container .leaflet-popup-content-wrapper {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 2px solid #334155 !important;
  border-radius: 10px !important;
  padding: 2px 6px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.gts-wf-app-container .leaflet-popup-content {
  margin: 6px 10px !important;
  line-height: 1.2 !important;
}

.gts-wf-app-container .leaflet-popup-tip-container,
.gts-wf-app-container .leaflet-popup-tip {
  display: none !important;
}

.gts-wf-app-container .leaflet-container a.leaflet-popup-close-button {
  color: #64748b !important;
  padding: 4px 8px 0 0 !important;
  font-size: 16px !important;
}

.gts-wf-env-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0;
}

.gts-wf-env-card {
  background: #ffffff;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e2e8f0;
}

.gts-wf-env-label {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 6px;
}

.gts-wf-env-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.gts-wf-forecast-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  scroll-margin-top: 80px;
}

.gts-wf-forecast-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: nowrap;
  gap: 6px;
}

.gts-wf-forecast-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.gts-wf-mode-tabs {
  display: flex;
  background: #dbeafe;
  padding: 2px;
  border-radius: 8px;
  flex: 0 0 auto;
  border: none;
  box-shadow: none;
  outline: none;
}

.gts-wf-mode-btn {
  border: none;
  outline: none;
  background: transparent;
  padding: 6px 9px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #475569;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  box-shadow: none;
}

.gts-wf-mode-btn:hover {
  background: #bfdbfe;
  color: #075985;
}

.gts-wf-mode-btn:focus,
.gts-wf-mode-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.gts-wf-mode-btn.active {
  background: #0284c7;
  color: #ffffff;
  box-shadow: none;
}

.gts-wf-prediction-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-top: 8px;
}

@media (min-width: 640px) {
  .gts-wf-prediction-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gts-wf-hourly-links {
  margin-top: 14px;
  text-align: center;
  color: #334155;
  line-height: 1.6;
}

.gts-wf-hourly-day-link {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  color: #0284c7;
  text-decoration: underline;
  cursor: pointer;
}

.gts-wf-hourly-day-link:hover,
.gts-wf-hourly-day-link:focus-visible {
  color: #0369a1;
}

.gts-wf-pred-card {
  padding: 14px 10px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.gts-wf-pred-card-clickable {
  cursor: pointer;
}

.gts-wf-pred-card-clickable:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.gts-wf-pred-card.gts-wf-safe {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.gts-wf-pred-card.gts-wf-warning {
  background: #fef9c3 !important;
  border: 1px solid #fde047 !important;
  color: #854d0e !important;
}

.gts-wf-pred-card.gts-wf-danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.gts-wf-pred-time {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
}

.gts-wf-pred-status {
  font-size: 1.1rem;
  font-weight: 800;
}

.gts-wf-pred-desc {
  font-size: 0.85rem;
  margin-top: 6px;
  opacity: 0.9;
  line-height: 1.3;
}

.gts-wf-main-spots-container {
  display: none;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 16px 8px;
  border: 1px solid #e2e8f0;
}

.gts-wf-main-spots-row {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #64748b;
}

.gts-wf-main-spots-row:first-child {
  padding-top: 12px;
}

.gts-wf-main-spots-row:last-child {
  border-bottom: none;
  padding-bottom: 16px;
}

.gts-wf-spot-block {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-areas:
    "title title"
    "photo meta";
  column-gap: 16px;
  row-gap: 12px;
  align-items: start;
}

.gts-wf-spot-block--no-photo {
  grid-template-columns: 1fr;
  grid-template-areas:
    "title"
    "meta";
}

.gts-wf-spot-title-row {
  grid-area: title;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.gts-wf-main-spots-name {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.gts-wf-spot-name-en {
  font-size: 16px;
  font-weight: 600;
  color: #475569;
}

.gts-wf-spot-thumb-wrap {
  grid-area: photo;
  width: 240px;
  height: 135px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
}

.gts-wf-spot-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.gts-wf-spot-thumb-wrap:hover .gts-wf-spot-thumb {
  transform: scale(1.2);
}

.gts-wf-single-spot-info {
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}

.gts-wf-single-spot-info[hidden] {
  display: none !important;
}

.gts-wf-spot-meta {
  grid-area: meta;
  min-width: 0;
}

.gts-wf-main-spots-row .gts-wf-prediction-cards {
  margin-top: 18px;
}

.gts-wf-main-spots-row .gts-wf-hourly-links {
  margin-top: 12px;
}

.gts-wf-spot-nearest {
  margin-bottom: 6px;
  font-size: 0.88rem;
  color: #334155;
}

.gts-wf-spot-nearest-label {
  font-weight: 700;
  color: #64748b;
  margin-bottom: 2px;
}

.gts-wf-spot-nearest-list {
  margin: 0;
  padding-left: 1.1em;
}

.gts-wf-station-hotel-group {
  margin-bottom: 8px;
}

.gts-wf-station-hotel-group .gts-wf-spot-hotel {
  margin-bottom: 8px;
}

.gts-wf-station-spots {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.gts-wf-station-spot-row {
  margin: 0;
}

.gts-wf-station-spot-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  background: #fef3c7;
  color: #b45309;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.3;
}

.gts-wf-station-spot-link:hover {
  background: #fde68a;
}

.gts-wf-station-spot-pin,
.gts-wf-station-spot-ext {
  flex-shrink: 0;
}

.gts-wf-station-spot-label {
  min-width: 0;
}

.gts-wf-spot-hotel {
  margin-bottom: 8px;
  font-size: 0.88rem;
  color: #334155;
}

.gts-wf-spot-hotel-link {
  color: #0284c7;
  font-weight: 700;
  text-decoration: underline;
}

.gts-wf-spot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gts-wf-spot-btn {
  color: #0284c7;
  font-size: 12px;
  background: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #cbd5e1;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.gts-wf-spot-btn:hover {
  background: #e0f2fe;
}

.gts-wf-spot-btn-info {
  background: #fef3c7;
  color: #b45309;
  border-color: #fde68a;
  font-weight: 700;
}

.gts-wf-spot-btn-info:hover {
  background: #fde68a;
}

.gts-wf-pr-badge {
  display: inline-block;
  border: 1px solid #0284c7;
  color: #0284c7;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  margin-right: 4px;
  box-sizing: border-box;
  vertical-align: middle;
}

.gts-wf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(15, 23, 42, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.gts-wf-lightbox[hidden] {
  display: none !important;
}

.gts-wf-lightbox-dialog {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  max-width: min(600px, 100%);
  box-sizing: border-box;
}

.gts-wf-lightbox-img {
  width: 600px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.gts-wf-lightbox-intro {
  margin-top: 12px;
  color: #334155;
  line-height: 1.6;
  font-size: 0.92rem;
  white-space: pre-wrap;
}

.gts-wf-lightbox-intro[hidden] {
  display: none !important;
}

#gts-wf-lightbox-info[hidden] {
  display: none !important;
}

.gts-wf-lightbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  justify-content: flex-end;
}

body.gts-wf-lightbox-open,
body.gts-wf-hourly-open {
  overflow: hidden;
}

.gts-wf-notice {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  z-index: 1000100;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.gts-wf-notice[hidden] {
  display: none !important;
}

.gts-wf-notice-dialog {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
}

.gts-wf-notice-msg {
  font-weight: 700;
  margin-bottom: 16px;
}

.gts-wf-notice-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.gts-wf-notice-no,
.gts-wf-notice-yes,
.gts-wf-notice-close {
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

.gts-wf-notice-no {
  border: 1px solid #cbd5e1;
  background: #fff;
}

.gts-wf-notice-yes,
.gts-wf-notice-close {
  border: none;
  background: #1b7a45;
  color: #fff;
}

.gts-wf-notice-no,
.gts-wf-notice-yes {
  display: none;
}

.gts-wf-notice.is-confirm .gts-wf-notice-no,
.gts-wf-notice.is-confirm .gts-wf-notice-yes {
  display: inline-block;
}

.gts-wf-notice.is-notice .gts-wf-notice-no,
.gts-wf-notice.is-notice .gts-wf-notice-yes {
  display: none !important;
}

.gts-wf-notice.is-confirm .gts-wf-notice-close {
  display: none !important;
}

.gts-wf-hourly-overlay {
  position: fixed;
  inset: 0;
  z-index: 100001;
  background: rgba(15, 23, 42, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.gts-wf-hourly-overlay[hidden] {
  display: none !important;
}

.gts-wf-hourly-dialog {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  width: min(960px, 100%);
  height: auto;
  max-height: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #1e293b;
}

.gts-wf-hourly-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.gts-wf-hourly-place {
  font-size: 1.05rem;
  font-weight: 700;
}

.gts-wf-hourly-sub {
  font-size: 0.9rem;
  margin-top: 4px;
  opacity: 0.85;
}

.gts-wf-hourly-date {
  display: inline;
}

.gts-wf-hourly-close {
  flex-shrink: 0;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.gts-wf-hourly-squall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 7px 12px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  cursor: pointer;
}

.gts-wf-hourly-squall input {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: #dc2626;
}

.gts-wf-hourly-squall-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: #334155;
}

.gts-wf-hourly-track {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex: 0 0 auto;
  padding-top: 10px;
  padding-bottom: 14px;
}

.gts-wf-hourly-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.gts-wf-hourly-pc-row {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  cursor: grab;
  padding: 4px 2px 2px;
}

.gts-wf-hourly-pc-cell {
  flex: 0 0 72px;
  width: 72px;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-right: 6px;
  padding: 8px 4px;
  text-align: center;
  background: #ffffff;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.gts-wf-hourly-pc-cell:last-child {
  margin-right: 0;
}

.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell.is-light-rain,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row.is-light-rain {
  background: #fffbeb;
  border: 1px solid #eab308;
}

.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell.is-squall,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row.is-squall {
  background: #fef2f2;
  border: 1px solid #ef4444;
}

.gts-wf-hourly-pc-cell.is-now,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell.is-now {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 2px #7dd3fc;
  background: #f0f9ff;
}

.gts-wf-hourly-m-row.is-now,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row.is-now {
  background: #f0f9ff;
  border-radius: 8px;
  border-bottom-color: transparent;
  padding: 10px 8px;
}

.gts-wf-hourly-pc-cell:hover,
.gts-wf-hourly-pc-cell.is-now:hover,
.gts-wf-hourly-pc-cell.is-squall:hover,
.gts-wf-hourly-pc-cell.is-light-rain:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell.is-now:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell.is-squall:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-pc-cell.is-light-rain:hover {
  background: #fef9c3;
}

.gts-wf-hourly-m-row:hover,
.gts-wf-hourly-m-row.is-now:hover,
.gts-wf-hourly-m-row.is-squall:hover,
.gts-wf-hourly-m-row.is-light-rain:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row.is-now:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row.is-squall:hover,
.gts-wf-hourly-emphasize-squall .gts-wf-hourly-m-row.is-light-rain:hover {
  background: #fef9c3;
}

.gts-wf-hourly-pc-icon {
  font-size: 1.25rem;
  line-height: 1.2;
  min-height: 1.5rem;
}

.gts-wf-hourly-pc-label {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 4px;
}

.gts-wf-hourly-pc-mm {
  font-size: 0.8rem;
  margin-top: 4px;
}

.gts-wf-hourly-pc-time {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid #e2e8f0;
}

.gts-wf-hourly-m-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 4px;
  border-bottom: 1px solid #e2e8f0;
}

.gts-wf-hourly-m-row:last-child {
  border-bottom: none;
}

.gts-wf-hourly-m-time {
  font-weight: 700;
  font-size: 0.95rem;
}

.gts-wf-hourly-m-body {
  font-size: 0.95rem;
}

.gts-wf-hourly-alert {
  color: #991b1b;
  font-weight: 800;
}

.gts-wf-hourly-foot {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

@media (max-width: 959px) {
  .gts-wf-hourly-dialog {
    width: 100%;
    height: 80vh;
    max-height: 80vh;
  }

  .gts-wf-hourly-track {
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gts-wf-hourly-foot {
    justify-content: center;
  }
}

@media (max-width: 959px) {
  .gts-wf-spot-block {
    grid-template-columns: 1fr;
    grid-template-areas:
      "photo"
      "title"
      "meta";
  }

  .gts-wf-spot-block--no-photo {
    grid-template-areas:
      "title"
      "meta";
  }

  .gts-wf-spot-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .gts-wf-spot-thumb-wrap {
    width: 100%;
    height: auto;
    cursor: default;
  }

  .gts-wf-spot-thumb {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .gts-wf-spot-thumb-wrap:hover .gts-wf-spot-thumb {
    transform: none;
  }

  .gts-wf-lightbox {
    display: none !important;
  }
}

.gts-wf-footer {
  text-align: center;
}

.gts-wf-footer a {
  color: #64748b;
  text-decoration: underline;
}

.gts-wf-footer a:hover {
  color: #0284c7;
}

.gts-wf-unavailable {
  color: #64748b;
}
