/*
 * PuntaCanaSelect.com — excursion archive card enhancements
 * Shared by /excursions/ and /product-category/excursions/ (same
 * underlying WooCommerce loop template). See pcs-archive-cards.php.
 */

/* Positioning context for the badge overlay - figure already wraps the
   linked thumbnail in this theme's rendered markup. */
.woocommerce ul.products li.product figure {
  position: relative;
}

.pcs-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #0D6E8C;
  color: #FFFFFF;
  font-family: "Manrope", -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.3;
  padding: 5px 11px;
  border-radius: 50px;
  /* Border, not just shadow: on water-toned photos (turquoise, sky) the
     badge fill and background sit close enough in hue that the shadow
     alone left a soft edge (checked 2026-07-27 against all 6 real card
     images - Catamaran and Saona specifically). A light border reads as
     separation against any background without changing the fill color. */
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(10, 46, 77, 0.35);
  max-width: calc(100% - 24px);
}

.pcs-card-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  margin: 4px 0 0;
  font-family: "Manrope", -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #61707C;
}

.pcs-card-meta-row svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
