
/* Improved EEH child theme styles */
.eeh-container{max-width:1200px;margin:0 auto;padding:1rem}
.eeh-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}
.eeh-filters{display:flex;gap:8px;align-items:center}
.eeh-toggle{display:inline-flex;border:1px solid #ccc;border-radius:999px;overflow:hidden}
.eeh-toggle button{padding:.5rem 1rem;border:0;background:#f3f5f7;cursor:pointer}
.eeh-toggle button.is-active{background:#109db3;color:#fff}
.eeh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}
.eeh-card{display:flex;gap:12px;background:#fff;border-radius:12px;padding:12px;border:1px solid #e6e6e6;align-items:center}
.eeh-icon{width:44px;height:44px;flex:0 0 44px}
.eeh-date{min-width:64px;text-align:center;background:#e8f7f9;border-radius:8px;padding:6px 8px}
.eeh-date .month{font-size:.75rem;font-weight:700;color:#292d68;text-transform:uppercase}
.eeh-date .day{font-size:1.25rem;font-weight:800;color:#109db3}
.eeh-actions .eeh-btn{display:inline-block;padding:8px 12px;border-radius:10px;text-decoration:none;background:#109db3;color:#fff}
#eeh-calendar{width:100%;border-collapse:collapse;margin-top:12px}
#eeh-calendar th,#eeh-calendar td{border:1px solid #e6e6e6;padding:8px;vertical-align:top;height:100px}
#eeh-calendar th{background:#f9fbfc;text-align:center}
.eeh-cal-day{font-weight:700}
.eeh-event-chip{display:block;margin-top:6px;font-size:.85rem;border-left:4px solid #109db3;padding:4px 6px;background:#f4fafd;border-radius:4px;text-decoration:none;color:inherit}
.eeh-dogs{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.eeh-dog{border:1px solid #e6e6e6;border-radius:12px;padding:12px;background:#fff}
@media(max-width:720px){ #eeh-calendar th,#eeh-calendar td{height:80px} }
