/* Agroburza custom styles */

/* Price and title */
.agbz-price { font-size:22px; font-weight:700; color:#e53935; white-space:nowrap; }

/* Term hero image */
.agbz-term-hero { margin:12px 0 12px; }
.agbz-term-hero img { width:100%; height:auto; border-radius:8px; display:block; }

/* Media gallery */
.agbz-media { display:grid; grid-template-columns:minmax(0,1fr) 220px; gap:12px; align-items:start; }
.agbz-media-main { background:#fff; border-radius:10px; overflow:hidden; }
#agbz-main-image { width:100%; height:auto; display:block; }

.agbz-media-thumbs { display:grid; grid-template-rows:auto 1fr auto; gap:8px; }
.agbz-thumbs-up, .agbz-thumbs-down { border:1px solid #ddd; background:#fff; border-radius:8px; padding:6px; cursor:pointer; }
.agbz-thumbs-scroll { display:grid; grid-auto-rows:min-content; gap:8px; overflow:auto; }
.agbz-thumb { position:relative; overflow:hidden; border-radius:8px; }
.agbz-thumb-btn { all:unset; display:block; cursor:pointer; }
.agbz-thumb-img { width:100%; height:auto; border-radius:8px; display:block; }
.agbz-thumb-more { position:absolute; inset:0; background:rgba(0,0,0,0.45); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:20px; }

/* Cards */
.agbz-cards { margin-top:18px; display:grid; gap:16px; }
.agbz-card { background:#fff; border:1px solid #eee; border-radius:10px; padding:16px; }
.agbz-card h3 { margin:0 0 12px; font-size:22px; }
.agbz-contact-name { font-size:22px; font-weight:700; }
.agbz-card-title { font-size:22px; font-weight:700; }
.agbz-card .td-post-content { margin:0; }

/* Sidebar contact and buttons */
.agbz-contact-name { font-weight:700; margin-bottom:8px; }
.agbz-contact-farm { color:#444; margin-bottom:10px; }
.agbz-btn-primary { display:block; text-align:center; background:#ef4444; color:#fff; padding:10px 12px; border-radius:8px; font-weight:700; margin-bottom:8px; }
.agbz-btn-secondary { display:block; text-align:center; background:#fff; color:#111; padding:10px 12px; border-radius:8px; font-weight:700; border:1px solid #ddd; }

/* Characteristics grid */
.agbz-attrs { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:10px; }
