.bfcv-archive .bfcv-search {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.bfcv-archive .bfcv-search input {
    padding: .5rem .75rem;
}

.bfcv-archive .bfcv-search button,
.bfcv-archive .bfcv-search .bfcv-reset {
    padding: .5rem .75rem;
    background: #222;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.bfcv-list {
    margin-top: 1rem;
}

.bfcv-city {
    margin-top: 2rem;
    border-bottom: 2px solid #eee;
    padding-bottom: .25rem;
}

.bfcv-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.bfcv-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.bfcv-thumb img,
.bfcv-placeholder {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #f4f4f4;
}

.bfcv-content {
    padding: 1rem;
}

.bfcv-title {
    margin: 0 0 .5rem 0;
    font-size: 1.1rem;
}

.bfcv-meta {
    list-style: none !important;
    padding: 0;
    margin: 0 0 .5rem 0;
    font-size: .95rem;
}

.bfcv-meta li {
    margin: .15rem 0;
}

.bfcv-links a {
    margin-right: .75rem;
}

.bfcv-notice {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    padding: .75rem 1rem;
    border-radius: 6px;
    color: #fff;
    z-index: 9999;
}

.bfcv-notice.success {
    background: #2e7d32;
}

.bfcv-notice.error {
    background: #c62828;
}

.bfcv-single .bfcv-hero {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.bfcv-single .bfcv-meta {
    list-style: none !important;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.bfc-verein-submit-button {
    padding: 9px 22px;
    border: 2px solid #83ce7e;
    color: #1b2930;
    background-color: white;
}

.bfc-verein-submit-button:hover {
    background-color: #ca1552;
    color: #ffffff;
    cursor: pointer;
}