/* --- KÖZÖS ALAPSTÍLUSOK --- */
.fh-card h4, .fh-h-text-cell h4, .fh-mag-title { margin: 0 !important; line-height: 1.3 !important; padding: 0 !important; }
.fh-card h4 a, .fh-column-list li a, .fh-h-text-cell h4 a, .fh-h-text-cell-right h4 a, .fh-mag-list-side li a, .fh-mag-below-list li a { 
    text-decoration: none !important; color: #d63638 !important; font-weight: bold !important; transition: color 0.2s ease;
}
.fh-card h4 a:hover, .fh-column-list li a:hover, .fh-h-text-cell h4 a:hover, .fh-mag-list-side li a:hover, .fh-mag-below-list li a:hover { color: #000 !important; }
.fh-img img, .fh-h-image-cell img, .fh-mag-img img { border-radius: 8px !important; object-fit: cover !important; }

/* --- MAGAZIN + CÍMLISTA ALATTA (ÚJ) --- */
.fh-mag-list-below-wrapper {
    margin: 20px 0;
}
.fh-mag-below-featured .fh-mag-card {
    height: 350px;
    margin-bottom: 15px;
}
.fh-mag-below-list ul { list-style: none; margin: 0; padding: 0; }
.fh-mag-below-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.fh-mag-below-list li a { font-size: 16px; line-height: 1.4; }

/* --- MAGAZIN + CÍMLISTA MELLETT --- */
.fh-mag-list-wrapper { display: flex; gap: 30px; margin: 20px 0; }
.fh-mag-list-featured { flex: 0 0 60%; }
.fh-mag-list-featured .fh-mag-card { height: 400px; }
.fh-mag-list-side { flex: 1; }
.fh-mag-list-side ul { list-style: none; margin: 0; padding: 0; }
.fh-mag-list-side li { padding: 12px 0; border-bottom: 1px solid #eee; }
.fh-mag-list-side li:first-child { padding-top: 0; }

/* --- MAGAZIN GRIDEK (5-ÖS ÉS ALAP) --- */
.fh-magazine-5-grid { display: grid; grid-template-columns: 2fr 1.2fr 1.2fr; grid-template-rows: repeat(2, 250px); gap: 15px; margin: 20px 0; }
.fh-magazine-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, 250px); gap: 15px; margin: 20px 0; }
.fh-mag-card { position: relative; overflow: hidden; border-radius: 8px; height: 100%; width: 100%; }
.fh-magazine-5-grid .fh-mag-featured, .fh-magazine-grid .fh-mag-featured { grid-row: 1 / 3; }
.fh-mag-link { display: block; width: 100%; height: 100%; text-decoration: none !important; }
.fh-mag-img, .fh-mag-img img { width: 100% !important; height: 100% !important; margin: 0 !important; display: block !important; }
.fh-mag-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; background: linear-gradient(transparent, rgba(0,0,0,0.85)); color: #fff; pointer-events: none; }
.fh-mag-card:hover .fh-mag-overlay { background: linear-gradient(transparent, rgba(214, 54, 56, 0.9)); }
.fh-mag-cat { display: inline-block; background: #d63638; color: #fff; padding: 2px 8px; font-size: 10px; text-transform: uppercase; font-weight: bold; border-radius: 3px; margin-bottom: 5px; }
.fh-mag-title { color: #fff !important; font-size: 15px; font-weight: bold; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.fh-mag-featured .fh-mag-title { font-size: 24px; }

/* --- TOBBI STÍLUS --- */
.fh-layout-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important; gap: 20px !important; }
.fh-horizontal-wrapper { display: table !important; width: 100% !important; border-collapse: separate !important; border-spacing: 0 15px !important; }
.fh-h-text-cell, .fh-h-image-cell, .fh-h-image-cell-left, .fh-h-text-cell-right { display: table-cell !important; vertical-align: middle !important; border-bottom: 1px solid #eee !important; padding-bottom: 15px !important; }

/* Mobil nézet */
@media (max-width: 768px) {
    .fh-mag-list-wrapper { flex-direction: column; }
    .fh-mag-list-featured { flex: 0 0 100%; }
    .fh-magazine-5-grid, .fh-magazine-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .fh-mag-card { height: 250px; }
}