/* style.css - tonos cálidos y ajustes */
body { font-family: 'Poppins', sans-serif; background: #FFF8E1; color: #3E2723; margin:0; padding:20px; }
h2 { text-align:center; color:#F57C00; margin-bottom:20px; }
.card-custom { background:#fff; border-radius:12px; padding:15px; box-shadow:0 6px 18px rgba(0,0,0,0.08); }
.btn-primary-custom { background:#FFB300; color:#3E2723; border:none; }
.small { font-size:0.9em; color:#6d4c41; }
a { color:#6d4c41; text-decoration:none; }
.container-max { max-width:1100px; margin:0 auto; }
.like-btn { background: transparent; border: none; color: #E64A19; font-size:1.1rem; cursor:pointer; }
