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

.stikliniai-pres-slot--hero {
  margin-top: 22px;
}

.stikliniai-pres-slot--systems {
  margin-top: 20px;
}

.stikliniai-pres-slot--catalog {
  margin-top: 4px;
}

.stikliniai-pres-slot--lead {
  margin-top: 20px;
}

.stikliniai-pres-slot--merkine {
  margin-top: 20px;
}

.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(201, 154, 85, 0.28);
  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(201, 154, 85, 0.5);
  background: #fff;
  box-shadow: 0 10px 24px -16px rgba(16, 24, 32, 0.35);
  transform: translateY(-1px);
}

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

.hero .geo-pres-btn {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(17, 27, 36, 0.55);
  backdrop-filter: blur(8px);
}

.hero .geo-pres-btn:hover {
  background: rgba(17, 27, 36, 0.72);
  border-color: rgba(201, 154, 85, 0.55);
}

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

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

.hero .geo-pres-ext {
  color: var(--gold2, #c99a55);
}

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

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

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