/* --- Tabla de datos rápidos --- */
.gpm-datos-rapidos {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
}
.gpm-datos-rapidos caption {
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  color: #1a3a4a;
}
.gpm-datos-rapidos th,
.gpm-datos-rapidos td {
  padding: 0.65rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.gpm-datos-rapidos th {
  width: 38%;
  font-weight: 600;
  color: #2e4057;
  white-space: nowrap;
}
.gpm-datos-rapidos tr:nth-child(even) {
  background: #f7f9fa;
}
@media (max-width: 600px) {
  .gpm-datos-rapidos th,
  .gpm-datos-rapidos td {
    display: block;
    width: 100%;
    padding: 0.4rem 0.75rem;
  }
  .gpm-datos-rapidos th {
    background: #f0f4f7;
    border-bottom: none;
    padding-bottom: 0.2rem;
    font-size: 0.85rem;
  }
  .gpm-datos-rapidos td {
    padding-top: 0.1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e0e0e0;
  }
}

/* --- Tabla de precios --- */
.gpm-precios {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.95rem;
}
.gpm-precios thead th {
  background: #1a3a4a;
  color: #fff;
  padding: 0.6rem 1rem;
  text-align: left;
  font-weight: 600;
}
.gpm-precios td {
  padding: 0.55rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.gpm-precios tr:nth-child(even) {
  background: #f7f9fa;
}
.gpm-precios .precio-gratis {
  color: #2e7d32;
  font-weight: 600;
}

/* --- Info box (nota de actualización, fuente) --- */
.gpm-info-box {
  background: #eef6fb;
  padding: 0.85rem 1.1rem;
  margin: 1rem 0 1.5rem;
  font-size: 0.9rem;
  color: #1a3a4a;
  border-radius: 0 6px 6px 0;
}
.gpm-info-box a {
  color: #1565C0;
  text-decoration: underline;
}

/* --- Autor / E-E-A-T box --- */
.gpm-author-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f7f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}
.gpm-author-box img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.gpm-author-box .author-info strong {
  display: block;
  color: #1a3a4a;
  font-size: 0.95rem;
}
.gpm-author-box .author-info span {
  color: #666;
  font-size: 0.85rem;
}

/* --- Fecha de actualización --- */
.gpm-updated {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1rem;
}
.gpm-updated time {
  font-weight: 600;
  color: #555;
}

/* --- FAQ section --- */
.gpm-faq {
  margin: 2rem 0;
}
.gpm-faq details {
  border-bottom: 1px solid #e0e0e0;
}
.gpm-faq details:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.gpm-faq summary {
  padding: 1rem 2rem 1rem 0;
  font-weight: 600;
  font-size: 1.05rem;
  color: #1a3a4a;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.gpm-faq summary::-webkit-details-marker {
  display: none;
}
.gpm-faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: #999;
  transition: transform 0.2s;
}
.gpm-faq details[open] summary::after {
  content: '−';
  color: #1a3a4a;
}
.gpm-faq details .faq-answer {
  padding: 0 0 1.2rem;
  color: #444;
  line-height: 1.65;
}

/* --- CTA cards --- */
.gpm-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
.gpm-cta-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

.calafate-page .gpm-cta-card a{
    color: #fff;
    text-decoration:none;
}

.gpm-cta-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.gpm-cta-card h4 {
  margin: 0 0 0.4rem;
  color: #1a3a4a;
  font-size: 1.05rem;
}
.gpm-cta-card p {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 0.8rem;
}
.gpm-cta-card a {
  display: inline-block;
  background: #1a3a4a;
  color: #fff;
  padding: 0.55rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.gpm-cta-card a:hover {
  background: #2e5a6e;
}

/* --- Consejos lista con iconos --- */
.gpm-consejos li {
  margin-bottom: 0.6rem;
  padding-left: 0.3rem;
}

/* --- Tabla de clima/épocas --- */
.gpm-epocas {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.9rem;
}
.gpm-epocas thead th {
  background: #2e4057;
  color: #fff;
  padding: 0.55rem 0.8rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.85rem;
}
.gpm-epocas td {
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.gpm-epocas tr:nth-child(even) {
  background: #f7f9fa;
}
.gpm-epocas .recomendado {
  background: #e8f5e9;
}