/* =========================================
   SEARCH HERO
   ========================================= */

.acc-search-hero {
  background: #fff;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
  margin-bottom: 32px;
  text-align: center;
}

.acc-search-hero h2 {
  margin: 0 0 6px;
  font-size: 1.8rem;
}

.acc-hero-subtitle {
  margin: 0 0 24px;
  color: #888;
  font-size: 15px;
}

.acc-search-bar {
  display: flex;
  align-items: stretch;
  background: #f8f6f2;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
}

.acc-search-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  text-align: left;
  min-width: 0;
}

.acc-search-divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 10px 0;
}

.acc-search-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  margin-bottom: 4px;
}

.acc-search-input {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  outline: none;
  width: 100%;
  font-family: inherit;
  cursor: pointer;
}

.acc-search-input::-webkit-calendar-picker-indicator {
  opacity: 0.4;
  cursor: pointer;
}

.acc-search-btn {
  background: #b89a5b;
  color: #fff;
  border: none;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
  font-family: inherit;
  border-radius: 0;
}

.acc-search-btn:hover {
  background: #a08348;
  transform: none;
}

.acc-search-btn:active {
  transform: scale(0.98);
}

/* Date range field gets more horizontal space */
.acc-search-field--range {
  flex: 2.5 !important;
}

.acc-search-input--range {
  cursor: pointer !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================
   FLATPICKR OVERRIDES – match site palette
   ========================================= */

.flatpickr-calendar {
  font-family: Montserrat, sans-serif !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18) !important;
  border: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #b89a5b !important;
  border-color: #b89a5b !important;
  color: #fff !important;
}

.flatpickr-day.inRange {
  background: #f2ede4 !important;
  border-color: #f2ede4 !important;
  color: #5a4a3a !important;
  box-shadow: -5px 0 0 #f2ede4, 5px 0 0 #f2ede4 !important;
}

.flatpickr-day:hover:not(.selected):not(.disabled) {
  background: #f5ede0 !important;
  border-color: #b89a5b !important;
}

.flatpickr-months .flatpickr-month {
  background: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
}

.flatpickr-weekday {
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
  color: #b89a5b !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #b89a5b !important;
}

.flatpickr-day.today:not(.selected) {
  border-color: #b89a5b !important;
  color: #b89a5b !important;
}

/* =========================================
   LAYOUT BASE (MATCHING OSTERLEN PLUGINS)
   ========================================= */

.oco-wrapper {
  margin-top: 20px !important;
  box-sizing: border-box !important;
  font-family: Montserrat, sans-serif !important;
}

.oco-wrapper *, .oco-wrapper *::before, .oco-wrapper *::after {
  box-sizing: inherit !important;
}

.oco-content-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 32px !important;
  width: 100% !important;
}

.oco-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 32px !important;
  width: 100% !important;
}

.oco-map-wrap {
  height: 600px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
}

.oco-map {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 1024px) {
  .oco-content-grid {
    grid-template-columns: 1fr 420px !important;
    gap: 40px !important;
  }

  .oco-map-wrap {
    grid-column: 2 !important;
    position: sticky !important;
    top: 20px !important;
  }
}

/* =========================================
   FILTER SECTION (MATCHING EVENTS)
   ========================================= */

.oco-filters-section {
  display: flex !important;
  gap: 32px !important;
  margin: 24px 0 40px !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
}

.oco-filter-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.oco-label {
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #999 !important;
  margin-left: 4px !important;
}

.oco-time-filters {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.oco-filter {
  padding: 10px 22px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #444 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-family: inherit !important;
}

.oco-filter:hover {
  background: #fff !important;
  border-color: #b89a5b !important;
  color: #b89a5b !important;
  box-shadow: 0 4px 12px rgba(184, 154, 91, 0.15) !important;
  transform: translateY(-1px) !important;
}

.oco-filter.active {
  background: #b89a5b !important;
  border-color: #b89a5b !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(184, 154, 91, 0.25) !important;
}

.oco-count {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.oco-count strong {
  color: #b89a5b;
}

/* =========================================
   DATE RANGE Banner
   ========================================= */

.acc-date-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2ede4;
  border: 1px solid rgba(184,154,91,0.25);
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
  flex-wrap: wrap;
}

.acc-date-banner strong {
  color: #333;
}

.acc-date-banner-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.acc-date-banner-note {
  margin-left: auto;
  font-size: 12px;
  color: #aaa;
  font-style: italic;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .acc-date-banner-note { display: none; }
}

/* =========================================
   TOGGLE (Modernized)
   ========================================= */

.oco-toggle {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px 18px !important;
  background: #f8f8f8 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  margin-top: 4px !important;
}

.oco-toggle:hover {
  border-color: #b89a5b !important;
}

.oco-toggle input {
  display: none !important;
}

.oco-slider {
  width: 40px !important;
  height: 22px !important;
  background: #ddd !important;
  border-radius: 999px !important;
  position: relative !important;
  transition: all 0.25s ease !important;
}

.oco-slider::after {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  background: #fff !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 2px !important;
  left: 2px !important;
  transition: transform 0.2s ease !important;
}

.oco-toggle input:checked + .oco-slider {
  background: #b89a5b !important;
}

.oco-toggle input:checked + .oco-slider::after {
  transform: translateX(18px) !important;
}

/* =========================================
   AVAILABILITY LEGEND
   ========================================= */

.acc-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.acc-legend-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.acc-legend-dot--ok { background: #27ae60; }
.acc-legend-dot--full { background: #c0392b; }

/* =========================================
   AVAILABILITY BADGES (on card overlay)
   ========================================= */

.acc-avail-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
}

.acc-avail-badge--ok {
  background: rgba(39, 174, 96, 0.85);
  color: #fff;
}

.acc-avail-badge--full {
  background: rgba(192, 57, 43, 0.85);
  color: #fff;
}

/* Popup availability */
.acc-popup-avail {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 0;
  margin-bottom: 8px;
}

.acc-popup-avail--ok { color: #27ae60; }
.acc-popup-avail--full { color: #c0392b; }

/* =========================================
   CARD – Trivago-style (image + white body)
   ========================================= */

.acc-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.acc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}

.acc-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.acc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.acc-card:hover .acc-img-wrap img {
  transform: scale(1.05);
}

/* Overlay inside image – gradient + title + badge */
.acc-img-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 16px;
  gap: 8px;
  background: linear-gradient(to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.25) 50%,
    rgba(0,0,0,0) 100%
  );
}

/* Reuse oco-badge styles but ensure they render well on image */
.acc-img-overlay .oco-badge {
  align-self: flex-start;
}

.acc-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acc-card-title {
  margin: 0 !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.56px !important;
  line-height: 1.3 !important;
  font-family: Montserrat, sans-serif !important;
  order: 2;
}

.acc-card-title a {
  text-decoration: none !important;
  color: #ffffff !important;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 3px 8px !important;
  transition: color 0.15s ease !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
}

.acc-card-title a:hover {
  color: #f0e0b8 !important;
  text-decoration: none !important;
}


.acc-card-cats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.oco-chip {
  display: inline-block !important;
  padding: 4px 10px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  backdrop-filter: blur(8px) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.oco-badge {
  display: inline-block !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif !important;
  letter-spacing: 0.56px !important;
  margin-top: 8px !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}

.oco-badge--open { 
  background-color: rgba(39, 174, 96, 0.5) !important;
  background-image: none !important;
}

.oco-badge--closed { 
  background-color: rgba(192, 57, 43, 0.5) !important;
  background-image: none !important;
}


/* =========================================
   AVAILABILITY ROW
   ========================================= */

.acc-avail-row {
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}

.acc-avail-row--ok {
  background: #eafaf1;
  color: #1e8449;
}

.acc-avail-row--full {
  background: #fdedec;
  color: #c0392b;
}

/* =========================================
   PRICE COMPARISON ROWS (Trivago-style)
   ========================================= */

.acc-pricing {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.acc-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
  border: 1px solid #e0d9cc;
  background: #ffffff;
  color: #222;
}

.acc-price-row--ota {
  background: #ffffff;
  border-color: #e0d9cc;
  color: #333;
}

.acc-price-row--ota:hover {
  background: #faf8f4;
  border-color: #c8bfa8;
}

.acc-price-row--direct {
  background: #e8f8ef;
  border-color: #7dcea0;
  border-left: 3px solid #27ae60;
  color: #1a5e36;
}

.acc-price-row--direct:hover {
  background: #d5f5e3;
  border-color: #27ae60;
}

.acc-provider-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  color: #444 !important;
}

.acc-direct-badge {
  background: #27ae60 !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 4px 10px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
}

.acc-price-amount {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #222 !important;
  white-space: nowrap !important;
}

.acc-price-amount--crossed {
  text-decoration: line-through !important;
  opacity: 0.6 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.acc-per-night {
  font-size: 12px !important;
  font-weight: 400 !important;
  opacity: 0.7 !important;
}


/* =========================================
   RESPONSIVE – SEARCH BAR
   ========================================= */

@media (max-width: 768px) {
  .acc-search-hero {
    padding: 20px 16px;
  }

  .acc-search-hero h2 {
    font-size: 1.35rem;
  }

  .acc-search-bar {
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
  }

  .acc-search-divider {
    width: auto;
    height: 1px;
    margin: 0 16px;
  }

  .acc-search-field {
    padding: 10px 16px;
  }

  .acc-search-btn {
    border-radius: 0 0 14px 14px;
    padding: 16px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .oco-content-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .oco-map-wrap {
    order: 1 !important;
    padding: 0 12px !important;
    margin-bottom: 24px !important;
    height: 40vh !important;
    min-height: 350px !important;
  }

  .oco-map {
    border-radius: 12px !important;
  }

  .oco-grid {
    order: 2 !important;
    display: flex !important;
    overflow-x: auto !important;
    gap: 16px !important;
    padding: 0 12px 30px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .oco-grid::-webkit-scrollbar {
    display: none !important;
  }

  .acc-card {
    flex: 0 0 290px !important;
    scroll-snap-align: center !important;
  }

  .oco-filters-section {
    gap: 16px !important;
    margin-bottom: 24px !important;
  }

  .oco-filter-group {
    width: 100% !important;
  }

  .oco-time-filters {
    gap: 8px !important;
  }

  .oco-filter {
    padding: 8px 16px !important;
    font-size: 13px !important;
    flex: 1 1 auto !important;
    text-align: center !important;
  }

  .oco-toggle {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .oco-count {
    text-align: center !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
}

/* =========================================
   LOADING STATES
   ========================================= */

/* Global banner (during search) + Initial loader (before JS renders) */
.acc-loading-banner,
.acc-initial-loader {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e0d9cc;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.acc-loading-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
}

.acc-loading-sub {
  font-size: 12px;
  color: #888;
}

/* Spinner */
.acc-loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e0d9cc;
  border-top-color: #b89a5b;
  border-radius: 50%;
  flex-shrink: 0;
  animation: acc-spin 0.8s linear infinite;
}

@keyframes acc-spin {
  to { transform: rotate(360deg); }
}

/* Per-card loading row */
.acc-price-loading {
  justify-content: space-between;
  color: #aaa;
  font-size: 13px;
  background: #fafafa;
  border-color: #eee;
  padding: 12px 14px;
}

/* Pulsing dots */
.acc-loading-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.acc-loading-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b89a5b;
  animation: acc-pulse 1.2s ease-in-out infinite;
}

.acc-loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.acc-loading-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes acc-pulse {
  0%, 80%, 100% { opacity: 0.2; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1); }
}

/* =========================================
   SKELETON CARDS
   ========================================= */

.oco-skeleton-card {
  background: #fff;
  border-radius: 18px;
  height: 380px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.oco-skeleton-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #f8f8f8 50%, #f0f0f0 75%);
  background-size: 400% 100%;
  animation: skeleton-shimmer 1.5s infinite ease-in-out;
}

@keyframes skeleton-shimmer {
  0% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}


/* =========================================
   EMPTY STATE
   ========================================= */

.oco-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #888;
  font-size: 16px;
}

.oco-empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

/* =========================================
   LEAFLET POPUP OVERRIDES
   ========================================= */

.oco-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 16px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18) !important;
}

.oco-popup {
  font-family: inherit !important;
  min-width: 240px !important;
}

.oco-popup-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.oco-popup-status {
  margin-bottom: 16px !important;
  font-size: 15px !important;
}

.oco-popup-actions {
  display: flex !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

.oco-popup-btn {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.oco-popup-btn--primary {
  background: #b89a5b !important;
  color: #fff !important;
}

.oco-popup-btn--secondary {
  background: #f0f0f0 !important;
  color: #555 !important;
}

/* =========================================
   FULLY BOOKED STATE
   ========================================= */

.acc-card-unavailable {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
  background: #fdf8f3;
  border: 1px solid #e8ddd0;
  border-radius: 12px;
}

.acc-unavailable-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.acc-unavailable-icon {
  font-size: 22px;
  flex-shrink: 0;
  opacity: 0.7;
}

.acc-unavailable-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.acc-unavailable-title {
  font-size: 14px;
  font-weight: 700;
  color: #5a4a3a;
}

.acc-unavailable-sub {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}

.acc-unavailable-link {
  display: block;
  text-align: center;
  padding: 9px 14px;
  background: #fff;
  border: 1px solid #d5c9bb;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  color: #b89a5b;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.acc-unavailable-link:hover {
  background: #f5ede0;
  border-color: #b89a5b;
  text-decoration: none;
}

/* =========================================
   NO INTEGRATION / EXPLORE STATE
   ========================================= */

.acc-card-explore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #f8f6f2;
  border: 1px dashed #d5c9bb;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}

.acc-card-explore:hover {
  background: #f2ede4;
  border-color: #b89a5b;
  text-decoration: none;
}

.acc-explore-left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.acc-explore-label {
  font-size: 14px;
  font-weight: 700;
  color: #4a3f35;
}

.acc-explore-price {
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.acc-explore-arrow {
  font-size: 18px;
  color: #b89a5b;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.acc-card-explore:hover .acc-explore-arrow {
  transform: translateX(4px);
}

/* Shake animation and error styling for date range validation */
@keyframes accShake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
  20%, 40%, 60%, 80% { transform: translateX(4px); }
}

.acc-search-field--error {
  background: #fdf2f2 !important;
  animation: accShake 0.4s ease-in-out !important;
  transition: background 0.3s ease !important;
}
