/* Ukraine-Krieg Zähler – angepasst an die Südpfalzreporter Sidebar */

.ukz-theme-widget {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 34px;
    padding: 0;
    font-family: inherit;
    color: inherit;
}

.ukz-heading,
.ukz-posts-heading {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 0 7px;
    border-bottom: 1px solid #d8d8d8;
    color: #9b3c2c;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ukz-counter {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 26px;
    padding: 18px 14px 16px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-left: 3px solid #9b3c2c;
    background: #f7f5f2;
    box-shadow: none;
}

.ukz-counter-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 7px;
}

.ukz-flag {
    font-size: 1rem;
    line-height: 1;
}

.ukz-counter-label {
    color: #7f3326;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .07em;
}

.ukz-number {
    margin: 0;
    color: #9b3c2c;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
}

.ukz-counter-bottom {
    margin-top: 7px;
}

.ukz-days {
    display: block;
    color: #555;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.ukz-since {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: .68rem;
    line-height: 1.4;
}

.ukz-posts {
    margin: 0;
}

.ukz-posts-heading {
    margin-bottom: 0;
}

.ukz-post-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #e1e1e1;
}

.ukz-post-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid #e1e1e1;
    list-style: none !important;
}

.ukz-post-list li::before {
    display: none !important;
    content: none !important;
}

.ukz-post-icon {
    flex: 0 0 13px;
    padding-top: 2px;
    color: #6e6e6e;
    font-size: .75rem;
    line-height: 1;
    text-align: center;
}

.ukz-post-icon .fa {
    font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
    font-weight: 900;
}

.ukz-post-content {
    min-width: 0;
    flex: 1 1 auto;
}

.ukz-post-list a {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    color: #626262 !important;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none !important;
}

.ukz-post-list a:hover,
.ukz-post-list a:focus {
    color: #9b3c2c !important;
}

.ukz-date {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: .72rem;
    line-height: 1.2;
}

.ukz-empty {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: #777;
    font-size: .85rem;
}

@media (max-width: 768px) {
    .ukz-counter {
        padding: 20px 14px 18px;
    }

    .ukz-number {
        font-size: 3rem;
    }
}
