.home-pres-slot {
  margin-top: 18px;
  max-width: 28rem;
}

.home-pres-slot--calc {
  margin-top: 20px;
}

.home-pres-slot--lead {
  margin-top: 22px;
}

.geo-pres-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.1rem 0.45rem;
  align-items: center;
  padding: 0.62rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(29, 91, 55, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.geo-pres-btn:hover {
  border-color: rgba(23, 51, 38, 0.35);
  background: #fff;
  box-shadow: 0 10px 24px -16px rgba(15, 31, 23, 0.45);
  transform: translateY(-1px);
}

.geo-pres-btn-wide {
  max-width: 28rem;
}

.hero .geo-pres-btn {
  border-color: rgba(255, 250, 240, 0.22);
  background: rgba(255, 250, 240, 0.1);
  backdrop-filter: blur(8px);
}

.hero .geo-pres-btn:hover {
  background: rgba(255, 250, 240, 0.16);
  border-color: rgba(240, 200, 106, 0.45);
}

.hero .geo-pres-label {
  color: #fffaf0;
}

.hero .geo-pres-meta {
  color: rgba(255, 250, 240, 0.72);
}

.hero .geo-pres-ext {
  color: #f0c86a;
}

.lead-section .geo-pres-btn {
  border-color: rgba(255, 250, 240, 0.18);
  background: rgba(255, 250, 240, 0.08);
}

.lead-section .geo-pres-btn:hover {
  background: rgba(255, 250, 240, 0.14);
  border-color: rgba(240, 200, 106, 0.42);
}

.lead-section .geo-pres-label {
  color: #fffaf0;
}

.lead-section .geo-pres-meta {
  color: rgba(255, 250, 240, 0.7);
}

.lead-section .geo-pres-ext {
  color: #f0c86a;
}

.geo-pres-label {
  grid-column: 1;
  font-size: 0.82rem;
  font-weight: 700;
  color: #173326;
  line-height: 1.25;
}

.geo-pres-meta {
  grid-column: 1;
  font-size: 0.7rem;
  color: #607268;
  line-height: 1.3;
}

.geo-pres-ext {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 0.85rem;
  font-weight: 600;
  color: #173326;
  opacity: 0.85;
}
