/* Container */
.cr-races-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Each race row */
.cr-race-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

/* Hover */
.cr-race-item:hover {
    background-color: #f8f8f8;
}

/* Date badge */
.cr-race-date {
    min-width: 60px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    background-color: #000; /* or your brand color */
    color: #fff;
    padding: 8px 6px;
    line-height: 1.2;
}

.cr-race-date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.cr-race-date .day {
    font-size: 20px;
}

/* Race info */
.cr-race-info {
    flex: 1;
}

.cr-race-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.cr-race-meta {
    font-size: 14px;
    color: #666;
}

/* Optional: right side (distance, CTA, etc.) */
.cr-race-extra {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Featured image */
.cr-race-thumb img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
}

/* Title */
.cr-race-title {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Meta info (date) */
.cr-race-meta {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 15px;
}

/* Description/content */
.cr-race-description {
    font-size: 1em;
    line-height: 1.5;
    color: #333;
}
/* Hide Terms and Conditions menu item */
.menu-item-2771 {
    display: none !important;
}

/* =========================
   RECTIFIED MAGAZINE FILTER STYLE
========================= */

.wpc-filters-widget {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

/* Filter Title */
.wpc-filters-widget h2,
.wpc-filter-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #111;
}

/* Remove default list styling */
.wpc-filter-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Spacing between items */
.wpc-filter-content .wpc-term-item {
    margin-bottom: 8px;
}

/* Label appearance */
.wpc-filter-content label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 4px;
    transition: background .2s ease;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

/* Hover effect */
.wpc-filter-content label:hover {
    background: #f5f5f5;
}

/* Hide ugly default checkbox */
.wpc-filter-content input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1.5px solid #999;
    border-radius: 3px;
    background: #fff;
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

/* Checked style */
.wpc-filter-content input[type="checkbox"]:checked {
    background: #111;
    border-color: #111;
}

/* Checkmark */
.wpc-filter-content input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Term count styling */
.wpc-filter-content .wpc-term-count {
    margin-left: auto;
    font-size: 12px;
    color: #888;
}

/* Mobile */
@media (max-width: 768px) {
    .wpc-filters-widget {
        padding: 16px;
    }

    .wpc-filter-content label {
        font-size: 14px;
        padding: 7px 8px;
    }
}
.run-club-hub-header {
    text-align: center;
    margin-bottom: 40px;
}

.run-club-banner {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto 25px;
}

.run-club-description {
    max-width: 800px;
    margin: 0 auto 35px;
    font-size: 18px;
    line-height: 1.7;
}

.run-club-filter {
    margin-bottom: 40px;
}
.run-club-single-title {
    text-align: center;
    margin-bottom: 30px;
}

.run-club-single-image {
    text-align: center;
    margin-bottom: 40px;
}

.run-club-single-image img {
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.run-club-single-description {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}

.run-club-single-description h2 {
    margin-top: 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.run-club-single-image {
    text-align: center;
    margin: 0 auto 35px;
}

.run-club-single-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
}
.run-club-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.run-club-sidebar {
    position: sticky;
    top: 100px;
}

.run-club-results {
    min-width: 0;
}

@media (max-width: 900px) {

    .run-club-layout {
        display: flex;
        flex-direction: column;
    }

    .run-club-sidebar {
        order: 1;
        position: relative;
        top: auto;
        margin-bottom: 35px;
    }

    .run-club-results {
        order: 2;
    }

}.run-club-sidebar {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 35px;
}

.run-club-sidebar .filters,
.run-club-sidebar .fe-filter-wrap,
.run-club-sidebar .fe-widget {
    width: 100%;
}