/* Apply styles only within imported post content */
.single-post .imported-post-content, .post .imported-post-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Section titles in imported post content */
.single-post .imported-post-content .section-title, .post .imported-post-content .section-title {
    font-size: 1.6em;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Rating section styling within imported post content */
.single-post .imported-post-content .rating-section .rating-box, .post .imported-post-content .rating-section .rating-box {
    background: #e1f5fe;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.single-post .imported-post-content .rating-number, .post .imported-post-content .rating-number {
    font-size: 2em;
    color: #01579b;
}

/* Link styling within imported post content */
.single-post .imported-post-content a, .post .imported-post-content a {
    color: #0277bd;
    text-decoration: none;
}

/* Exclude Kauai Connect links from blue color */
.single-post .imported-post-content .kauai-connect-link, .post .imported-post-content .kauai-connect-link {
    color: inherit;  /* Keeps the default color (or your theme's color) */
    text-decoration: none;
}

/* Link hover effect */
.single-post .imported-post-content a:hover, .post .imported-post-content a:hover {
    text-decoration: underline;
}

/* Button links for website inside imported post content */
.single-post .imported-post-content .button-link, .post .imported-post-content .button-link {
    display: inline-block;
    background-color: #0277bd;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.single-post .imported-post-content .button-link:hover, .post .imported-post-content .button-link:hover {
    background-color: #01579b;
}

/* Address links within imported post content */
.single-post .imported-post-content .address-link, .post .imported-post-content .address-link {
    color: #0277bd;
    font-weight: bold;
    font-size: 1.1em;
}

.single-post .imported-post-content .address-link:hover, .post .imported-post-content .address-link:hover {
    color: #01579b;
}

/* Phone number links within imported post content */
.single-post .imported-post-content .phone-link, .post .imported-post-content .phone-link {
    font-size: 1.2em;
    font-weight: bold;
    color: #0277bd;
}

.single-post .imported-post-content .phone-link:hover, .post .imported-post-content .phone-link:hover {
    text-decoration: underline;
}

/* Map styling within imported post content */
.single-post .imported-post-content .map-box iframe, .post .imported-post-content .map-box iframe {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Hours of operation table inside imported post content */
.single-post .imported-post-content .hours-table, .post .imported-post-content .hours-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.single-post .imported-post-content .hours-table td, .post .imported-post-content .hours-table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 1.1em;
}

.single-post .imported-post-content .hours-table td:first-child, .post .imported-post-content .hours-table td:first-child {
    font-weight: bold;
    background-color: #e1f5fe;
}

/* Discount section inside imported post content */
.single-post .imported-post-content .discount, .post .imported-post-content .discount {
    background-color: #d1c4e9;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.single-post .imported-post-content .discount strong, .post .imported-post-content .discount strong {
    font-size: 1.2em;
    color: #6a1b9a;
}

.wpforms-confirmation-container-full {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.tribe-events-single .tribe-events-event-image img,
.tribe-events-single .tribe-events-content img.wp-post-image,
.tribe-events-event-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

/* ── Hide the Filters toggle button ── */
.wpc-filters-open-button-container {
  display: none !important;
}

/* ── Always show filter panel ── */
.wpc-widget-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}

/* ── Filter panel wrapper ── */
.wpc-filters-main-wrap {
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  padding: 20px 24px !important;
  margin-bottom: 28px !important;
}

/* ── Filter group labels ── */
.wpc-filter-title,
.wpc-filter-name {
  font-family: Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  margin-bottom: 8px !important;
}

/* ── Select2 dropdown container ── */
.select2-container,
.select2-container--default {
  width: 100% !important;
  margin-bottom: 12px !important;
}

/* ── The visible Select2 box ── */
.select2-selection,
.select2-selection--single,
.select2-container--default .select2-selection--single {
  background-color: #f9f9f9 !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 4px !important;
  height: 42px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

/* ── Text inside the dropdown ── */
.select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  color: #1a1a1a !important;
  padding-left: 14px !important;
  line-height: 42px !important;
}

/* ── The dropdown arrow ── */
.select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  right: 10px !important;
}

/* ── Dropdown open state border ── */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #f5c800 !important;
  background: #fff !important;
}

/* ── Dropdown options list ── */
.select2-dropdown {
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 4px !important;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
}

.select2-results__option {
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  padding: 8px 14px !important;
  color: #1a1a1a !important;
}

.select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5c800 !important;
  color: #1a1a1a !important;
}

/* ── Show button ── */
.wpc-submit-filters-button,
.wpc-filters-main-wrap input[type="submit"],
.wpc-filters-main-wrap button[type="submit"] {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  background: #f5c800 !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 11px 24px !important;
  cursor: pointer !important;
  margin-top: 4px !important;
}

/* ── Reset link ── */
.wpc-reset-filters {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  color: #888 !important;
  text-decoration: none !important;
  margin-left: 12px !important;
}