/* Tab bar */
.ui-tabs-nav {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #ddd !important;
}

.ui-tabs-nav .ui-tabs-tab {
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0 !important;
    margin: 0 !important;
}

.ui-tabs-nav .ui-tabs-tab a {
    color: #333 !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    display: inline-block;
}

.ui-tabs-nav .ui-tabs-tab.ui-tabs-active,
.ui-tabs-nav .ui-tabs-tab.ui-state-active {
    background: #71ba09 !important;
    border-color: #71ba09 !important;
}

.ui-tabs-nav .ui-tabs-tab.ui-tabs-active a,
.ui-tabs-nav .ui-tabs-tab.ui-state-active a {
    color: #fff !important;
    font-weight: bold;
}

/* Section headers */
.dnnFormSectionHead a {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.dnnFormSectionHead {
    border-bottom: 2px solid #71ba09 !important;
    padding-bottom: 6px;
}

.dnnLoginService .dnnFormItem input[type="text"],
.dnnLoginService .dnnFormItem input[type="password"] {
    border: 1px solid #71ba09 !important;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: inherit;
}

.dnnLoginService .dnnFormItem input[type="text"]:focus,
.dnnLoginService .dnnFormItem input[type="password"]:focus {
    outline: none;
    border-color: #5a9407 !important;
    box-shadow: 0 0 0 2px rgba(113, 186, 9, 0.3);
}

.dnnPrimaryAction {
    background-color: #71ba09 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
}

.dnnPrimaryAction:hover {
    background-color: #5a9407 !important;
}

.dnnSecondaryAction {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #ccc !important;
}

.dnnSecondaryAction:hover {
    background-color: #e0e0e0 !important;
}

a[id*="_hlUploadQuerstr"] {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    background-color: #8ac396 !important;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: bold;
    font-family: inherit;
}

a[id*="_hlUploadQuerstr"]:hover {
    background-color: #6fa87c !important;
}

a[id*="_hlUploadQuerstr"] img {
    filter: brightness(0) invert(1);
    width: 16px;
    height: 16px;
    margin: 0;
}

/* Remove red required-field borders */
.LiveForm input[type="text"],
.LiveForm textarea {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: inherit;
}

.LiveForm input[type="text"]:focus,
.LiveForm textarea:focus {
    outline: none;
    border-color: #71ba09 !important;
    box-shadow: 0 0 0 2px rgba(113, 186, 9, 0.3);
}

/* Remove the card/shadow container styling */
.LiveForm {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

/* Submit button to match site green */
.LiveForm input[type="submit"],
.LiveForm .bSubmit {
    background-color: #71ba09 !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: bold;
}

.LiveForm input[type="submit"]:hover,
.LiveForm .bSubmit:hover {
    background-color: #5a9407 !important;
}

.DnnModule-LiveForms .Container001,
.DnnModule-LiveForms .contentmain,
.DnnModule-LiveForms .contentpane {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

.LiveForm.Default ul.page-break-section {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.dnntitle.titleicon .title1 {
    font-family: 'Roboto Slab', 'open sans', Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0.1px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    text-decoration: none !important;
}

.BackgroundColor.dnntitle .title1 {
    font-family: 'Roboto Slab', 'open sans', Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0.1px !important;
    line-height: 1.5 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Venue map + popup styling */
#venue-map-wrapper {
    position: relative;
    height: 400px;
    width: 100%;
}
#venue-map {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
#venue-map-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 8px;
    font-family: inherit;
    color: #666;
    font-size: 0.95em;
    z-index: 500;
}

.venue-popup .leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.venue-popup .leaflet-popup-content {
    margin: 0;
    width: 280px !important;
    font-family: inherit;
}
.venue-popup .leaflet-popup-tip {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.venue-popup .leaflet-popup-close-button {
    display: none;
}

.venue-popup-photo {
    position: relative;
    height: 140px;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.venue-popup-photo-placeholder {
    color: #aaa;
    font-size: 0.8em;
    text-align: center;
}
.venue-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    line-height: 1;
}
.venue-popup-close:hover {
    background: #f2f2f2;
}

.venue-popup-body {
    padding: 14px 16px 16px;
}
.venue-popup h3 {
    margin: 0 0 2px 0;
    font-size: 1.1em;
    color: #222;
}
.venue-popup .venue-county {
    color: #71ba09;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}
.venue-popup p {
    margin: 0 0 10px 0;
    color: #444;
    font-size: 0.9em;
    line-height: 1.4;
}
.venue-popup a {
    color: #71ba09;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9em;
}
.venue-popup a:hover {
    text-decoration: underline;
}
.venue-popup-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.no-hero-banner .mycontent {
    margin-top: 0;
}
.venue-map-legend {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    font-size: 0.85em;
    color: #444;
    overflow-x: auto;
}
.venue-map-legend span {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.venue-map-legend img {
    height: 20px;
    width: auto;
}
.venue-list-panel {
    list-style: none;
    margin: 16px 0 0;
    padding: 8px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
}
.venue-list-panel::-webkit-scrollbar {
    width: 8px;
}
.venue-list-panel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.venue-list-panel li {
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}
.venue-list-panel li:last-child {
    border-bottom: none;
}
.venue-list-panel li:hover {
    background: #eef7e2;
}
.venue-list-panel li.active {
    background: #71ba09;
}
.venue-list-panel li.active .venue-list-link {
    color: #fff;
}
.venue-list-panel li.active .venue-list-description {
    color: #eef7e2;
}
.venue-list-panel .venue-list-link {
    color: #71ba09;
    font-weight: 600;
}
.venue-list-panel a:hover {
    text-decoration: none;
}
.venue-list-description {
    margin: 4px 0 0;
    font-size: 0.85em;
    color: #666;
    line-height: 1.4;
}
#shop-feed-widget {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.shop-feed-item {
    flex: 1 1 calc(25% - 24px);
    max-width: 200px;
    text-decoration: none;
    color: #333;
    text-align: center;
}
.shop-feed-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
}
.shop-feed-item span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9em;
    font-weight: 600;
    color: #71ba09;
}










