/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.6.1779791782
Updated: 2026-05-26 10:36:22

*/





.venue-listings-wrapper {
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #333;
}

.venue-filters {
    margin-bottom: 24px;
}

.venue-filters__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #888;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.venue-filters__form {
    margin: 0;
}

.venue-filters__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border: 1.5px solid #ccc;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    background: #fff;
    user-select: none;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.filter-pill input[type="checkbox"] {
   
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.filter-pill__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aaa;
    flex-shrink: 0;
    transition: background 0.15s;
}

.filter-pill:hover {
    border-color: #888;
}

.filter-pill--active {
   background: #E1F5EE;
    border-color: #1D9E75;
    color: #085041;
    font-weight: 500;
}

.filter-pill--active .filter-pill__dot {
    background: #2d6a4f;
}

.venue-results-count {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}


.venue-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.venue-card__image {
    margin: -28px -28px 20px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.venue-card__image img {
    max-height: 250px !important;
    object-fit: cover;
}

.venue-card__image a:hover .venue-card__img {
    transform: scale(1.02);
}


.venue-card {
    border: 1.5px solid #ddd;
    border-radius: 10px;
    padding: 28px 28px 22px;
    background: #fff;
    transition: box-shadow 0.2s;
}

.venue-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}


.venue-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.venue-card__title-group {
    flex: 1;
}

.venue-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.25;
}

.venue-card__title a {
    color: inherit;
    text-decoration: none;
}

.venue-card__title a:hover {
    text-decoration: underline;
}

.venue-card__tagline {
    font-size: 13.5px;
    color: #777;
    margin: 0;
    font-style: italic;
}


.venue-card__price {
    text-align: right;
    flex-shrink: 0;
}

.venue-card__price-amount {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}

.venue-card__price-label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}


.venue-card__excerpt {
    font-size: 14.5px;
    line-height: 1.65;
    color: #555;
    margin-bottom: 18px;
}

.venue-card__excerpt p {
    margin: 0;
}


.venue-card__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.venue-stat {
    background: #f5f5f5;
    padding: 14px 10px;
    text-align: center;
}

.venue-stat__value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
}

.venue-stat__label {
    display: block;
    font-size: 11.5px;
    color: #888;
    margin-top: 4px;
    text-transform: lowercase;
}

/* ── Tags ── */
.venue-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.venue-tag {
    display: inline-block;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 10px;
    margin: 2px;
    background: #E1F5EE;
    color: #085041;
    border: 1px solid #9FE1CB;
}


.venue-card__footer {
    border-top: 1px solid #eee;
    padding-top: 14px;
}

.venue-card__readmore {
    font-size: 14px;
    color: #2d6a4f;
    text-decoration: none;
    font-weight: 500;
}

.venue-card__readmore:hover {
    text-decoration: underline;
}


.venue-no-results {
    font-size: 15px;
    color: #888;
    padding: 40px 0;
    text-align: center;
}

.venue-no-results a {
    color: #2d6a4f;
}


@media (max-width: 600px) {
    .venue-card__header {
        flex-direction: column;
    }

    .venue-card__price {
        text-align: left;
    }

    .venue-card__stats {
        grid-template-columns: repeat(2, 1fr);
    }
	.venue-listings-wrapper {
		padding: 0px;
	}
}