.welg-austria-home,
.welg-austria-intro {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    box-shadow: 0 7px 22px rgba(20, 30, 45, .07);
}
.welg-austria-home {
    margin: 22px 0 26px;
    padding: 18px;
}
.welg-austria-head {
    align-items: center;
    border-bottom: 1px solid #edf0f3;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
}
.welg-austria-title-wrap {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}
.welg-austria-flag {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 7px;
    box-shadow: 0 3px 9px rgba(0,0,0,.12);
    display: inline-flex;
    flex: 0 0 46px;
    flex-direction: column;
    height: 31px;
    overflow: hidden;
}
.welg-austria-flag i { display: block; flex: 1; background: #ed2939; }
.welg-austria-flag i:nth-child(2) { background: #fff; }
.welg-austria-head h2 {
    color: #1c2530;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}
.welg-austria-head p {
    color: #697582;
    font-size: 13px;
    line-height: 1.45;
    margin: 5px 0 0;
}
.welg-austria-all {
    background: #d71920;
    border-radius: 7px;
    color: #fff !important;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    text-decoration: none !important;
}
.welg-austria-all:hover { background: #b81218; }
.welg-austria-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.welg-austria-card {
    background: #fff;
    border: 1px solid #e9edf1;
    border-radius: 9px;
    min-width: 0;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}
.welg-austria-card:hover {
    box-shadow: 0 10px 24px rgba(30, 40, 55, .12);
    transform: translateY(-2px);
}
.welg-austria-card.is-featured {
    grid-column: span 2;
    grid-row: span 2;
}
.welg-austria-image {
    background: #eef1f4;
    display: block;
    height: 145px;
    overflow: hidden;
    position: relative;
}
.welg-austria-card.is-featured .welg-austria-image { height: 270px; }
.welg-austria-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}
.welg-austria-card:hover .welg-austria-image img { transform: scale(1.035); }
.welg-austria-badge {
    background: #d71920;
    border-radius: 5px;
    bottom: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    left: 10px;
    letter-spacing: .3px;
    padding: 5px 8px;
    position: absolute;
    text-transform: uppercase;
}
.welg-austria-card-body { padding: 12px 13px 14px; }
.welg-austria-card-body time {
    color: #87919b;
    display: block;
    font-size: 11px;
    margin-bottom: 7px;
}
.welg-austria-card-body h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}
.welg-austria-card.is-featured .welg-austria-card-body h3 { font-size: 21px; }
.welg-austria-card-body h3 a { color: #1c2530; text-decoration: none; }
.welg-austria-card-body h3 a:hover { color: #d71920; }
.welg-austria-card-body p {
    color: #66717d;
    font-size: 13px;
    line-height: 1.55;
    margin: 9px 0 0;
}
.welg-austria-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}
.welg-austria-links a {
    background: #f5f6f8;
    border: 1px solid #e6e9ed;
    border-radius: 999px;
    color: #3f4b57;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 11px;
    text-decoration: none;
}
.welg-austria-links a:hover { border-color: #d71920; color: #d71920; }
.welg-austria-intro {
    border-left: 4px solid #d71920;
    margin: 0 0 18px;
    padding: 16px 18px;
}
.welg-austria-intro p {
    color: #4c5965;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.welg-austria-intro-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.welg-austria-intro-links a {
    background: #fff5f5;
    border: 1px solid #ffd5d7;
    border-radius: 6px;
    color: #b81218;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
}
@media (max-width: 767px) {
    .welg-austria-home { border-radius: 8px; margin: 14px 0 20px; padding: 13px; }
    .welg-austria-head { align-items: flex-start; flex-direction: column; gap: 12px; }
    .welg-austria-head h2 { font-size: 22px; }
    .welg-austria-all { display: block; text-align: center; width: 100%; }
    .welg-austria-grid { grid-template-columns: 1fr; }
    .welg-austria-card.is-featured { grid-column: auto; grid-row: auto; }
    .welg-austria-card.is-featured .welg-austria-image,
    .welg-austria-image { height: 195px; }
    .welg-austria-card.is-featured .welg-austria-card-body h3 { font-size: 18px; }
}
