/* Contenedor base */
.mtwd-container{max-width:900px;margin:0 auto;padding:24px}

/* Hero */
.mtwd-hero{width:100%;height:220px;background:#ddd;background-size:cover;background-position:center;border-radius:18px;margin-bottom: -110px}

/* Card */
.mtwd-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  padding:24px;
  position:relative;
  z-index:2;
}
.mtwd-card .mtwd-logo img{max-width:180px;height:auto;display:block}
.mtwd-title{margin:12px 0 8px}
.mtwd-desc{opacity:.85}

/* Social list */
.socialicons{list-style:none;margin:16px 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.socialicons li a{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #eee;border-radius:12px;text-decoration:none}
.socialicons i{font-size:16px}

/* Botones */
.mtwd-actions{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}
.mtwd-btn,.whatsbtn{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 14px;border-radius:12px;text-decoration:none;
  border:1px solid #e9e9e9;
}
.whatsbtn .mf-whatsapp::before{content:"";width:14px;height:14px;display:inline-block;border-radius:50%;background:#25D366}

/* Dirección y mapa */
.mtwd-address{margin:12px 0;opacity:.9}
.mtwd-map{width:100%;height:300px;background:#f0f0f0;border-radius:12px}

/* Video */
.mtwd-video{margin-top:16px}
.mtwd-video iframe{width:100%;max-width:100%}

/* Archive grid */
.mtwd-archive-header{margin-bottom:16px}
.mtwd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.mtwd-card--grid{position:relative}
.mtwd-card--grid .mtwd-logo img{max-width:120px}
.mtwd-card-link{position:absolute;inset:0;z-index:5;border-radius:18px}

/* Paginación */
.mtwd-pagination{margin-top:20px;display:flex;justify-content:center}
