/* GEODOMAS Glamping – prezentacijų mygtukai (geo-pres-btn šeima) */

.glamp-pres-slot {
  margin-top: 0;
  width: 100%;
}

.glamp-pres-slot--card {
  margin-top: 4px;
}

.glamp-pres-slot--large-dome {
  margin-top: 0;
  max-width: 100%;
}

.geo-pres-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.1rem 0.45rem;
  align-items: center;
  width: 100%;
  padding: 0.62rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(23, 51, 38, 0.14);
  background: rgba(255, 255, 255, 0.96);
  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(240, 200, 106, 0.65);
  background: #fff;
  box-shadow: 0 10px 24px -16px rgba(23, 51, 38, 0.28);
  transform: translateY(-1px);
}

.geo-pres-btn-wide {
  max-width: 100%;
}

.product-card .geo-pres-btn {
  border-color: rgba(184, 121, 37, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 245, 0.92));
}

.product-card .geo-pres-btn:hover {
  border-color: rgba(184, 121, 37, 0.55);
  background: #fffdf8;
}

.product-card .geo-pres-btn--catalog {
  border-color: rgba(47, 109, 87, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 244, 0.94));
}

.product-card .geo-pres-btn--catalog:hover {
  border-color: rgba(47, 109, 87, 0.5);
  background: #f7fcf9;
}

.product-card .geo-pres-btn--catalog .geo-pres-ext {
  color: #2f6d57;
}

.large-dome-actions .geo-pres-btn {
  border-color: rgba(240, 200, 106, 0.45);
  background: rgba(255, 255, 255, 0.96);
}

.hero .geo-pres-btn {
  border-color: rgba(255, 255, 255, 0.22);
  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(240, 200, 106, 0.55);
}

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

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

.hero .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: #8b5719;
  opacity: 0.85;
}

/* Perrašome seną product-card <a> stilių, kai naudojamas geo-pres-btn */
.product-card .product-actions .geo-pres-btn {
  display: grid;
  min-height: auto;
  padding: 0.62rem 0.75rem;
  border-radius: 0.85rem;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.large-dome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.large-dome-actions .glamp-pres-slot--large-dome {
  flex: 1 1 16rem;
  min-width: min(100%, 14rem);
}

.large-dome-actions .button-secondary {
  flex: 0 1 auto;
  align-self: center;
}

.residential-copy .glamp-pres-slot--inline {
  margin-top: 18px;
  max-width: 28rem;
}
