/*
Theme Name:   oceanwp-hijo
Description:  Tema hijo (GBG Terapia Online)
Author:       GBG
Author URI:   https://gbgterapiaonline.com.ar/
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-hijo
*/

/* =========================================================
   GBG - Categorías en formato cards (responsive)
   ========================================================= */

.gbg-cat-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px;
}

.gbg-cat-header{
  margin-bottom: 20px;
}

.gbg-cat-title{
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.gbg-cat-desc{
  opacity: .9;
}

/* Grid responsive automático */
.gbg-post-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

/* Card */
.gbg-card{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.gbg-card-link{
  display: block;
  padding: 16px;
  text-decoration: none !important;
  color: inherit;
}

.gbg-card-title{
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.25;
}

.gbg-card-excerpt{
  font-size: 14px;
  line-height: 1.55;
  opacity: .9;
}

.gbg-card-meta{
  margin-top: 12px;
  font-size: 12px;
  opacity: .75;
}

.gbg-pagination{
  margin-top: 22px;
}

/* Hover suave (sin tocar colores) */
.gbg-card:hover{
  transform: translateY(-1px);
}
.gbg-card{
  transition: transform .12s ease;
}

/* Imagen destacada dentro de la card */
.gbg-card-thumb{
  margin: 10px 0 12px 0;
}
.gbg-card-thumb img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Excerpt: limitar a 3 líneas */
.gbg-card-excerpt{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Ajuste cuando hay pocas cards (evita que se estiren) */
.gbg-post-grid{
  justify-content: center;
}

.gbg-card{
  max-width: 360px;
  width: 100%;
}
