/**
 * News International – wie News Deutschland: Content mittig, Top 5 Aktuelles, 9 Kacheln.
 */

.ff-news-international.ff-main {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
}

.ff-news-international a {
    color: inherit;
}
.ff-news-international a:hover {
    color: #c62828;
}

.ff-ni-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 28px clamp(12px, 2vw, 20px) 48px;
    box-sizing: border-box;
}

/* ===== Header: mittig ===== */
.ff-ni-header {
    text-align: center;
    margin-bottom: 32px;
}

.ff-ni-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.ff-ni-desc {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.ff-ni-content {
    min-width: 0;
}

/* ===== Länder-Filter (Dropdown wie Saison bei Fotos DE) ===== */
.ff-ni-land-filter {
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ff-ni-land-filter form {
    display: flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
.ff-ni-land-filter label {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    margin: 0;
}
.ff-ni-land-filter select {
    padding: 10px 40px 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 500px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: color 0.25s, border-color 0.25s, box-shadow 0.2s;
    min-width: 200px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
}
.ff-ni-land-filter select:hover {
    border-color: #c62828;
    color: #1a1a1a;
}
.ff-ni-land-filter select:focus {
    border-color: #c62828;
    outline: none;
    box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.2);
}

/* ===== Land-Badge auf Karten ===== */
.ff-ni-land-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #c62828;
    margin-bottom: 6px;
}

/* ===== Aktuelles: 1 großer + 4 Karten ===== */
.ff-ni-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.ff-ni-aktuell {
    margin-bottom: 36px;
}

.ff-ni-featured {
    margin-bottom: 20px;
}

.ff-ni-featured-link {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #1a1a1a;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    transition: box-shadow 0.25s, border-color 0.2s;
}

.ff-ni-featured-link:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    border-color: #ddd;
}

.ff-ni-featured-link:hover .ff-ni-featured-heading {
    color: #c62828;
}

.ff-ni-featured-media {
    width: 50%;
    min-width: 0;
    flex-shrink: 0;
}

.ff-ni-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.ff-ni-featured-body {
    flex: 1;
    padding: clamp(16px, 3vw, 28px) clamp(16px, 3vw, 32px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.ff-ni-featured-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.ff-ni-featured-heading {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px;
    transition: color 0.2s;
}

.ff-ni-featured-excerpt {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    margin: 0 0 16px;
}

.ff-ni-featured-more {
    font-size: 14px;
    font-weight: 600;
    color: #c62828;
}

/* Top 4 Karten */
.ff-ni-top4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ff-ni-card-link {
    display: block;
    text-decoration: none;
    color: #1a1a1a;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.ff-ni-card-link:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-color: #ddd;
}

.ff-ni-card-link:hover .ff-ni-card-title {
    color: #c62828;
}

.ff-ni-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.ff-ni-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ff-ni-card-body {
    padding: 16px 18px 18px;
}

.ff-ni-card-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
    display: block;
}

.ff-ni-card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.ff-ni-card-more {
    font-size: 13px;
    font-weight: 600;
    color: #c62828;
}

/* Weitere News – 9 Kacheln (3x3) */
.ff-ni-more-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
}

.ff-ni-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

/* Pagination */
.ff-ni-pagination {
    margin-bottom: 0;
    text-align: center;
}

.ff-ni-pagination a,
.ff-ni-pagination span {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.ff-ni-pagination a:hover {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}

.ff-ni-pagination .current {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}

.ff-ni-empty {
    padding: 40px 0;
    color: #666;
    text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .ff-ni-top4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .ff-ni-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ff-ni-featured-link {
        flex-direction: column;
    }
    .ff-ni-featured-media {
        width: 100%;
    }
    .ff-ni-land-filter {
        flex-wrap: wrap;
    }
    .ff-ni-land-filter select {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .ff-ni-top4 {
        grid-template-columns: 1fr;
    }
    .ff-ni-grid {
        grid-template-columns: 1fr;
    }
}
