.geo-collection-guide {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(249, 250, 251, 0.96), rgba(255, 255, 255, 0.98)),
    linear-gradient(90deg, rgba(17, 24, 39, 0.03), rgba(17, 24, 39, 0));
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.04);
}

.geo-collection-guide__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b7355;
}

.geo-collection-guide__title {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.geo-collection-guide__desc {
  margin-top: 6px;
  max-width: 720px;
  font-size: 13px;
  line-height: 1.75;
  color: #4b5563;
}

.geo-collection-guide__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  align-items: center;
}

.geo-collection-guide__chips-label {
  margin-right: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.geo-collection-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all 160ms ease;
}

.geo-collection-chip:hover {
  border-color: rgba(17, 24, 39, 0.24);
  background: #f8fafc;
}

.geo-collection-chip--soft {
  background: #fafaf9;
}

.geo-collection-guide__tip {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(17, 24, 39, 0.08);
  font-size: 11px;
  line-height: 1.65;
  color: #9ca3af;
}

.geo-collection-fallback {
  margin: 8px 0 18px;
  padding: 12px 14px;
  border: 1px dashed rgba(17, 24, 39, 0.14);
  border-radius: 14px;
  background: #fff;
}

.geo-collection-fallback__title {
  margin-bottom: 8px;
  font-size: 12px;
  color: #6b7280;
}

.geo-signal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.geo-signal-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  color: #374151;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 768px) {
  .geo-collection-guide {
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 14px;
  }

  .geo-collection-guide__title {
    font-size: 17px;
  }

  .geo-collection-guide__desc {
    font-size: 12px;
    line-height: 1.7;
  }

  .geo-collection-guide__chips,
  .geo-signal-badges {
    gap: 6px;
  }

  .geo-collection-guide__chips-label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }

  .geo-collection-chip {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }
}
