/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
 * Global Variables
 * This file contains all application-wide Sass variables.
 */
/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
 * Global Mixins
 * This file contains all application-wide Sass mixins.
 */
/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* 
 * Styles for forms and accordions
 */
.listivo-login-form__field.listivo-select-v2 {
  display: none;
}

.elementor-accordion figure,
.elementor-accordion img {
  width: 100% !important;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/**
  Search form styles
 */
@media (max-width: 1024px) {
  .listivo-search-form-v2--inline-flex {
    width: 100%;
    padding: 0 1rem;
  }
  .listivo-search-form-v2__inner {
    max-width: 100% !important;
  }
  .listivo-search-form-v2__fields {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  }
  .listivo-search-form-v2 .listivo-field-v2 {
    grid-template-columns: 100%;
  }
}
/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* 
 * Styles for menu and navigation 
 */
.listivo-menu-v2__account-link {
  white-space: normal;
  overflow: visible;
}

#leaderboard {
  position: fixed;
  width: 100vw;
  z-index: 99000;
  transition: 0.3s ease-in-out;
  transition: none; /* Disable transition for leaderboard causing flicking when scrolling */
  min-height: 106px;
}

@media (max-width: 768px) {
  #leaderboard-mobile {
    position: fixed;
    width: 100vw;
    z-index: 99000;
    transition: 0.3s ease-in-out;
    min-height: 50px;
    bottom: 0;
    display: flex;
    background-color: #2a3b48;
  }
}
.leaderboard-column {
  width: 320px !important;
}

.listivo-menu-sticky--active #leaderboard {
  background-color: #f8fafd;
}

@media only screen and (min-width: 500px) {
  .leaderboard-column {
    width: 468px !important;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .leaderboard-column {
    width: 468px !important;
    margin-left: auto;
  }
}
.listivo-menu-sticky #leaderboard {
  top: 0;
}
@media (min-width: 768px) {
  .listivo-menu-sticky.admin-bar #leaderboard {
    top: 32px;
  }
  .listivo-menu-sticky.admin-bar .listivo-menu-v2 {
    top: 136px;
  }
  .listivo-menu-sticky .listivo-menu-sticky-holder {
    height: 195px !important;
  }
  .listivo-menu-sticky .listivo-menu-v2 {
    top: 106px;
  }
}

.listivo-menu-v2 {
  height: auto !important;
}
.listivo-menu-v2__items {
  flex-grow: 1;
  justify-content: center;
  margin-left: 0;
}
.listivo-menu-v2__items > .listivo-menu-v2__item:before {
  display: none;
}
.listivo-menu-v2__items > .listivo-menu-v2__item:not(:first-child) {
  margin-left: var(--e-global-size-5);
}
@media (max-width: 1024px) {
  .listivo-menu-v2__logo {
    width: 100%;
  }
  .listivo-menu-v2__logo img {
    display: block;
    margin: 0 auto;
  }
}

.listivo-hero-search-v10 {
  padding-top: 266px !important;
}
.listivo-hero-search-v10__term-image {
  align-items: center;
}
.listivo-hero-search-v10__term-image img {
  width: 65px;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* Styles for website alerts and error messages */
.website-alert {
  position: fixed;
  width: 100%;
  height: auto;
  top: 195px;
  left: 0;
}

.listivo-menu-sticky.admin-bar .website-alert {
  top: 225px;
}

.error_card {
  padding: 1rem;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* Styles for analytics components */
.analytics_title {
  display: flex;
  margin-top: 2.5rem;
}
.analytics_title h1 {
  flex-grow: 1;
  font-size: 2.5rem;
}
.analytics_title > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.analytics_title > header {
  margin-right: 0.5rem;
}

.date .date_range {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
  color: #D32F2F; /* Custom color for date range */
}

.analytics_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}
.analytics_menu a {
  border-radius: 0;
}
.analytics_menu a:first-child {
  border-radius: var(--e-global-lborder-radius) 0 0 var(--e-global-lborder-radius);
}
.analytics_menu a:last-child {
  border-radius: 0 var(--e-global-lborder-radius) var(--e-global-lborder-radius) 0;
}
.analytics_menu a:only-child {
  border-radius: var(--e-global-lborder-radius);
}

/* Styles for the analytics stat cards */
.analytics_stat_cards {
  display: flex;
  padding-top: 3rem;
  gap: 10px;
}

.analytic_stat_card {
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: var(--e-global-lborder-radius-large);
  padding: 1rem 0.5rem;
}
.analytic_stat_card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.analytic_stat_card h5 {
  color: #2d3748;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8125rem;
  margin-top: 0;
}
.analytic_stat_card p {
  text-align: center;
  font-size: 0.875rem;
}
.analytic_stat_card > p.num {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.analytic_stat_card > p > span {
  color: #2d3748;
}
.analytic_stat_card p.up,
.analytic_stat_card td.up {
  font-style: italic;
  color: #28a745;
}
.analytic_stat_card p.down,
.analytic_stat_card td.down {
  font-style: italic;
  color: #f5365c;
}
.analytic_stat_card.analytics_list_card h5 {
  font-size: 1.25rem;
}
.analytic_stat_card.analytics_list_card .analytics_list_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  grid-template-columns: auto 1fr auto;
}
.analytic_stat_card.analytics_list_card .list_item {
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: end;
  padding: 10px 0;
}
.analytic_stat_card.analytics_list_card .list_item_number {
  grid-column: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
}
.analytic_stat_card.analytics_list_card .list_item_title {
  grid-column: 2;
  font-weight: 700;
}
.analytic_stat_card.analytics_list_card .list_item_percent_change {
  grid-column: 3;
  text-align: left;
}

/* Styles for the analytics list table */
.analytics-list-table h2 {
  font-size: 2rem;
  padding: 1rem 0.5rem;
}
.analytics-list-table .accordion {
  border: 1px solid rgba(0, 0, 0, 0.125);
  /* Hides the content (height: 0), decreases font size, justifies text and adds transition */
  /* Adds a horizontal line between the contents */
}
.analytics-list-table .accordion .container {
  position: relative;
  margin: 10px 10px;
}
.analytics-list-table .accordion .container.active .content {
  height: 3rem;
}
.analytics-list-table .accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
}
.analytics-list-table .accordion .label {
  display: flex;
  padding-right: 20px;
  gap: 10px;
  cursor: pointer;
}
.analytics-list-table .accordion .label .event {
  font-size: 1.1rem;
  font-weight: 700;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.analytics-list-table .accordion .label .event span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
}
.analytics-list-table .accordion .label .title {
  align-self: center;
}
.analytics-list-table .accordion .label::before {
  content: "+";
  color: #1a202c;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}
.analytics-list-table .accordion .content {
  height: 0;
  font-size: 20px;
  overflow: hidden;
  transition: 0.5s ease;
}
.analytics-list-table .accordion .content-inner {
  margin-top: 1rem;
}
.analytics-list-table .accordion hr {
  width: 100%;
  margin-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#reportrange {
  height: auto;
  padding: 0;
  cursor: pointer;
}
#reportrange span {
  height: 50px;
}
#reportrange i {
  margin: 0 10px;
}

.dropdown {
  position: relative;
  display: inline-flex;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #f9f9f9;
  width: -moz-max-content;
  width: max-content;
  max-width: 570px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 0;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* Styles for competitions */
.competitions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.competition-item {
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
}
.competition-item img {
  max-width: 100%;
  height: auto;
}

/*
 * Listing Health Styles
 *
 * Styles for the listing health dashboard, progress bars, and dimension cards.
 */
.health-dashboard-wrapper {
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
}

.overall-score-section {
  border-bottom: 1px solid #e0e0e0;
}

.health-age-warning {
  padding: 10px 15px;
  border-bottom: 1px solid;
  color: #333;
}
.health-age-warning.warning {
  background-color: rgba(255, 153, 0, 0.125);
  border-color: #ff9900;
}
.health-age-warning.critical {
  background-color: rgba(255, 0, 0, 0.125);
  border-color: #ff0000;
}

.listing-health-dimensions {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px -1px 0;
}

.dimension-section {
  margin-bottom: 20px;
}
.dimension-section .dimension-header {
  padding: 10px 15px;
  background-color: #d5e3f0;
  margin-bottom: 10px;
  color: var(--e-global-color-text);
  font-size: 1.2rem;
}

.dimension-card {
  flex: 1;
  min-width: 150px;
  background-color: white;
  padding: 15px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.dimension-card .dimension-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.dimension-card .dimension-header .dashicons {
  margin-right: 5px;
}
.dimension-card .dimension-header .dimension-label {
  font-weight: bold;
}
.dimension-card .dimension-score {
  font-size: 24px;
  font-weight: bold;
}
.dimension-card .dimension-progress-container {
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}
.dimension-card .dimension-progress-container .dimension-progress-fill {
  height: 100%;
}

.progress-bar-container {
  width: 100%;
  overflow: hidden;
}
.progress-bar-container .progress-bar-fill {
  height: 100%;
  line-height: inherit;
  text-align: center;
}
.progress-bar-container .progress-bar-fill .progress-bar-label {
  display: block;
  padding: 0 5px;
  color: white;
  white-space: nowrap;
}

.listing-health-dimension {
  margin-bottom: 10px;
}
.listing-health-dimension .listing-health-dimension-label {
  margin-bottom: 3px;
}
.listing-health-dimension .listing-health-dimension-bar {
  width: 100%;
  height: 15px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.listing-health-dimension .listing-health-dimension-bar .dimension-progress-fill {
  height: 100%;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* Styles for the listing stats section */
#listing-stats-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  /* Styles for each column */
}
#listing-stats-header .listing-stats-column {
  flex: 1;
  border: 2px solid;
  padding: 15px;
  border-radius: 10px;
}
#listing-stats-header .listing-stats-column h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
#listing-stats-header .listing-stats-column p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
#listing-stats-header .listing-stats-column:nth-child(1) {
  border-color: #ffb6c1;
  color: #d83367;
}
#listing-stats-header .listing-stats-column:nth-child(2) {
  border-color: #add8e6;
  color: #1e90ff;
}
#listing-stats-header .listing-stats-column:nth-child(3) {
  border-color: #98fb98;
  color: #228b22;
}

.ad-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid #F2F4F8;
  border-radius: 3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* News Card Component Styles */
/* Base Card Styles - Support both old and new class names */
.news-card,
.news-item,
.news-featured-item {
  position: relative;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--color-background-white);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-card:hover,
.news-item:hover,
.news-featured-item:hover {
  transform: translateY(-0.3125rem); /* -5px */
  box-shadow: var(--shadow-lg);
}

/* Image Styles - Support both old and new class names */
.news-card-image,
.news-item-image,
.news-featured-image {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
  overflow: hidden;
  flex-shrink: 0; /* Prevent image from shrinking */
}
.news-card-image img,
.news-item-image img,
.news-featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card-image .news-overlay-content,
.news-card-image .news-card-overlay,
.news-item-image .news-overlay-content,
.news-item-image .news-card-overlay,
.news-featured-image .news-overlay-content,
.news-featured-image .news-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: var(--color-background-white);
  padding: var(--spacing-lg);
  z-index: 1;
}
.news-card-image .news-overlay-content .news-title a,
.news-card-image .news-overlay-content .news-card-title a,
.news-card-image .news-card-overlay .news-title a,
.news-card-image .news-card-overlay .news-card-title a,
.news-item-image .news-overlay-content .news-title a,
.news-item-image .news-overlay-content .news-card-title a,
.news-item-image .news-card-overlay .news-title a,
.news-item-image .news-card-overlay .news-card-title a,
.news-featured-image .news-overlay-content .news-title a,
.news-featured-image .news-overlay-content .news-card-title a,
.news-featured-image .news-card-overlay .news-title a,
.news-featured-image .news-card-overlay .news-card-title a {
  color: var(--color-background-white);
  text-decoration: none;
}
.news-card-image .news-overlay-content .news-meta,
.news-card-image .news-overlay-content .news-card-meta,
.news-card-image .news-card-overlay .news-meta,
.news-card-image .news-card-overlay .news-card-meta,
.news-item-image .news-overlay-content .news-meta,
.news-item-image .news-overlay-content .news-card-meta,
.news-item-image .news-card-overlay .news-meta,
.news-item-image .news-card-overlay .news-card-meta,
.news-featured-image .news-overlay-content .news-meta,
.news-featured-image .news-overlay-content .news-card-meta,
.news-featured-image .news-card-overlay .news-meta,
.news-featured-image .news-card-overlay .news-card-meta {
  color: rgba(255, 255, 255, 0.8);
}

.news-featured-main .news-featured-image {
  padding-bottom: 75%; /* Different aspect ratio for main featured */
}
.news-featured-main .news-featured-image .news-overlay-content {
  padding: var(--spacing-2xl);
}
.news-featured-main .news-featured-content {
  padding: var(--spacing-lg);
}
.news-featured-main .news-title {
  font-size: var(--font-size-xl);
}

/* Image Ratio Options */
.news-card-image.ratio-1-1,
.news-item-image.ratio-1-1,
.news-featured-image.ratio-1-1 {
  padding-bottom: 100%; /* 1:1 aspect ratio */
}
.news-card-image.ratio-4-3,
.news-item-image.ratio-4-3,
.news-featured-image.ratio-4-3 {
  padding-bottom: 75%; /* 4:3 aspect ratio */
}
.news-card-image.ratio-16-9,
.news-item-image.ratio-16-9,
.news-featured-image.ratio-16-9 {
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.news-card-image.ratio-3-2,
.news-item-image.ratio-3-2,
.news-featured-image.ratio-3-2 {
  padding-bottom: 66.67%; /* 3:2 aspect ratio */
}
.news-card-image.ratio-2-3,
.news-item-image.ratio-2-3,
.news-featured-image.ratio-2-3 {
  padding-bottom: 150%; /* 2:3 aspect ratio */
}

/* Image Effect Options */
.news-card,
.news-item,
.news-featured-item {
  /* Default hover effect if no specific effect is set */
}
.news-card.image-effect-none .news-card-image img,
.news-card.image-effect-none .news-item-image img,
.news-card.image-effect-none .news-featured-image img,
.news-item.image-effect-none .news-card-image img,
.news-item.image-effect-none .news-item-image img,
.news-item.image-effect-none .news-featured-image img,
.news-featured-item.image-effect-none .news-card-image img,
.news-featured-item.image-effect-none .news-item-image img,
.news-featured-item.image-effect-none .news-featured-image img {
  transition: none;
}
.news-card.image-effect-none:hover .news-card-image img,
.news-card.image-effect-none:hover .news-item-image img,
.news-card.image-effect-none:hover .news-featured-image img,
.news-item.image-effect-none:hover .news-card-image img,
.news-item.image-effect-none:hover .news-item-image img,
.news-item.image-effect-none:hover .news-featured-image img,
.news-featured-item.image-effect-none:hover .news-card-image img,
.news-featured-item.image-effect-none:hover .news-item-image img,
.news-featured-item.image-effect-none:hover .news-featured-image img {
  transform: none;
}
.news-card.image-effect-zoom .news-card-image img,
.news-card.image-effect-zoom .news-item-image img,
.news-card.image-effect-zoom .news-featured-image img,
.news-item.image-effect-zoom .news-card-image img,
.news-item.image-effect-zoom .news-item-image img,
.news-item.image-effect-zoom .news-featured-image img,
.news-featured-item.image-effect-zoom .news-card-image img,
.news-featured-item.image-effect-zoom .news-item-image img,
.news-featured-item.image-effect-zoom .news-featured-image img {
  transition: transform 0.5s ease;
}
.news-card.image-effect-zoom:hover .news-card-image img,
.news-card.image-effect-zoom:hover .news-item-image img,
.news-card.image-effect-zoom:hover .news-featured-image img,
.news-item.image-effect-zoom:hover .news-card-image img,
.news-item.image-effect-zoom:hover .news-item-image img,
.news-item.image-effect-zoom:hover .news-featured-image img,
.news-featured-item.image-effect-zoom:hover .news-card-image img,
.news-featured-item.image-effect-zoom:hover .news-item-image img,
.news-featured-item.image-effect-zoom:hover .news-featured-image img {
  transform: scale(1.1);
}
.news-card.image-effect-grayscale .news-card-image img,
.news-card.image-effect-grayscale .news-item-image img,
.news-card.image-effect-grayscale .news-featured-image img,
.news-item.image-effect-grayscale .news-card-image img,
.news-item.image-effect-grayscale .news-item-image img,
.news-item.image-effect-grayscale .news-featured-image img,
.news-featured-item.image-effect-grayscale .news-card-image img,
.news-featured-item.image-effect-grayscale .news-item-image img,
.news-featured-item.image-effect-grayscale .news-featured-image img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}
.news-card.image-effect-grayscale:hover .news-card-image img,
.news-card.image-effect-grayscale:hover .news-item-image img,
.news-card.image-effect-grayscale:hover .news-featured-image img,
.news-item.image-effect-grayscale:hover .news-card-image img,
.news-item.image-effect-grayscale:hover .news-item-image img,
.news-item.image-effect-grayscale:hover .news-featured-image img,
.news-featured-item.image-effect-grayscale:hover .news-card-image img,
.news-featured-item.image-effect-grayscale:hover .news-item-image img,
.news-featured-item.image-effect-grayscale:hover .news-featured-image img {
  filter: grayscale(0%);
}
.news-card.image-effect-blur .news-card-image img,
.news-card.image-effect-blur .news-item-image img,
.news-card.image-effect-blur .news-featured-image img,
.news-item.image-effect-blur .news-card-image img,
.news-item.image-effect-blur .news-item-image img,
.news-item.image-effect-blur .news-featured-image img,
.news-featured-item.image-effect-blur .news-card-image img,
.news-featured-item.image-effect-blur .news-item-image img,
.news-featured-item.image-effect-blur .news-featured-image img {
  filter: blur(3px);
  transition: filter 0.5s ease;
}
.news-card.image-effect-blur:hover .news-card-image img,
.news-card.image-effect-blur:hover .news-item-image img,
.news-card.image-effect-blur:hover .news-featured-image img,
.news-item.image-effect-blur:hover .news-card-image img,
.news-item.image-effect-blur:hover .news-item-image img,
.news-item.image-effect-blur:hover .news-featured-image img,
.news-featured-item.image-effect-blur:hover .news-card-image img,
.news-featured-item.image-effect-blur:hover .news-item-image img,
.news-featured-item.image-effect-blur:hover .news-featured-image img {
  filter: blur(0);
}
.news-card.image-effect-fade .news-card-image img,
.news-card.image-effect-fade .news-item-image img,
.news-card.image-effect-fade .news-featured-image img,
.news-item.image-effect-fade .news-card-image img,
.news-item.image-effect-fade .news-item-image img,
.news-item.image-effect-fade .news-featured-image img,
.news-featured-item.image-effect-fade .news-card-image img,
.news-featured-item.image-effect-fade .news-item-image img,
.news-featured-item.image-effect-fade .news-featured-image img {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.news-card.image-effect-fade:hover .news-card-image img,
.news-card.image-effect-fade:hover .news-item-image img,
.news-card.image-effect-fade:hover .news-featured-image img,
.news-item.image-effect-fade:hover .news-card-image img,
.news-item.image-effect-fade:hover .news-item-image img,
.news-item.image-effect-fade:hover .news-featured-image img,
.news-featured-item.image-effect-fade:hover .news-card-image img,
.news-featured-item.image-effect-fade:hover .news-item-image img,
.news-featured-item.image-effect-fade:hover .news-featured-image img {
  opacity: 1;
}
.news-card:hover .news-card-image img,
.news-card:hover .news-item-image img,
.news-card:hover .news-featured-image img,
.news-item:hover .news-card-image img,
.news-item:hover .news-item-image img,
.news-item:hover .news-featured-image img,
.news-featured-item:hover .news-card-image img,
.news-featured-item:hover .news-item-image img,
.news-featured-item:hover .news-featured-image img {
  transform: scale(1.05);
}

/* External Badge */
.news-card-external-badge {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  background: var(--badge-color, #3498db);
  color: var(--color-background-white);
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius-sm);
  font-size: var(--font-size-xs);
  font-weight: 500;
  z-index: 2;
}

/* Content Styles - Support both old and new class names */
.news-card-content,
.news-item-content,
.news-featured-content {
  padding: var(--spacing-md);
  background-color: var(--color-background-white);
  display: flex;
  flex-direction: column;
  flex: 1; /* Take remaining space after image */
  min-height: 0; /* Allow content to shrink */
}

/* Category Badges - Support both old and new class names */
.news-category-badges,
.news-card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* 8px */
  margin-bottom: var(--spacing-sm);
  flex-shrink: 0; /* Prevent categories from shrinking */
}

.news-category-badge,
.news-card-category {
  display: inline-block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  background-color: var(--news-accent-color);
  padding: 0.25rem 0.5rem; /* 4px 8px */
  border-radius: var(--border-radius-sm);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--news-accent-color);
}
.news-category-badge:hover,
.news-card-category:hover {
  background-color: var(--news-accent-color-hover);
  color: white;
  border-color: var(--news-accent-color-hover);
}
.news-category-badge i,
.news-card-category i {
  margin-right: 0.25rem; /* 4px */
  color: white;
}

.news-category-more,
.news-card-category-more {
  cursor: default;
  font-size: var(--font-size-xs);
  padding: 0.1875rem 0.375rem; /* 3px 6px */
  background-color: var(--news-accent-color-light);
  color: var(--news-accent-color);
  border-color: var(--news-accent-color-light);
}

/* Legacy support */
.news-category {
  display: inline-block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0.5rem; /* 8px */
  flex-shrink: 0; /* Prevent from shrinking */
}

/* Title Styles - Support both old and new class names */
.news-title,
.news-card-title {
  margin: 0 0 var(--spacing-sm);
  font-size: var(--font-size-lg);
  font-weight: 600;
  line-height: 1.3;
  flex-shrink: 0; /* Prevent title from shrinking */
}
.news-title a,
.news-card-title a {
  color: var(--color-text-main);
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-title a:hover,
.news-card-title a:hover {
  color: var(--color-primary);
}

/* Meta Styles - Support both old and new class names */
.news-meta,
.news-card-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-light);
  margin-bottom: var(--spacing-sm);
  flex-shrink: 0; /* Prevent meta from shrinking */
}

.news-date, .news-author,
.news-card-date, .news-card-author {
  display: block;
  margin-right: 0;
}

/* Excerpt Styles - Support both old and new class names */
.news-excerpt,
.news-card-excerpt {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-md);
  margin-bottom: var(--spacing-md);
  color: var(--color-text-secondary);
  line-height: 1.5;
  flex: 1; /* Allow excerpt to grow and take available space */
  min-height: 0; /* Allow excerpt to shrink if needed */
  overflow: hidden; /* Prevent overflow */
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  /* Ensure proper formatting of HTML elements in excerpts */
}
.news-excerpt p,
.news-card-excerpt p {
  margin-bottom: 0.75rem;
}
.news-excerpt p:last-child,
.news-card-excerpt p:last-child {
  margin-bottom: 0;
}
.news-excerpt strong, .news-excerpt b,
.news-card-excerpt strong,
.news-card-excerpt b {
  font-weight: 700;
}
.news-excerpt em, .news-excerpt i,
.news-card-excerpt em,
.news-card-excerpt i {
  font-style: italic;
}
.news-excerpt br,
.news-card-excerpt br {
  display: block;
  content: "";
  margin-top: 0.5rem;
}

/* Read More Styles - Support both old and new class names */
.news-read-more,
.news-card-read-more-link {
  display: inline-block;
  font-size: var(--font-size-md);
  font-weight: 500;
  color: var(--news-accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: auto; /* Push to bottom */
  align-self: flex-start; /* Align to left */
  flex-shrink: 0; /* Prevent from shrinking */
}
.news-read-more:hover,
.news-card-read-more-link:hover {
  color: var(--news-accent-color-hover);
  text-decoration: underline;
}
.news-read-more:focus,
.news-card-read-more-link:focus {
  outline: 2px solid var(--news-accent-color);
  outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 767px) {
  .news-card,
  .news-item,
  .news-featured-item {
    margin-bottom: var(--spacing-md);
  }
  .news-card-content,
  .news-item-content,
  .news-featured-content {
    padding: var(--spacing-sm);
  }
  .news-featured-main .news-featured-content {
    padding: var(--spacing-md);
  }
  .news-title,
  .news-card-title {
    font-size: var(--font-size-base);
  }
  .news-featured-main .news-title {
    font-size: var(--font-size-lg);
  }
  .news-excerpt,
  .news-card-excerpt {
    -webkit-line-clamp: 2; /* Limit to 2 lines on mobile */
  }
}
/* Accessibility */
.news-card:focus-within,
.news-item:focus-within,
.news-featured-item:focus-within {
  outline: 2px solid var(--news-accent-color);
  outline-offset: 2px;
}

/**
 * Page Restriction Message Styles
 *
 * Styles for the message displayed when a user doesn't have access to a restricted page.
 */
.page-restriction-message {
  text-align: center;
  max-width: 600px;
  margin: 4rem auto;
  padding: 3rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.page-restriction-message h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #dc3545;
  font-weight: 600;
}
.page-restriction-message p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #495057;
}
.page-restriction-message p:last-of-type {
  margin-bottom: 0;
}
.page-restriction-message a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #FF9540;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.page-restriction-message a:hover, .page-restriction-message a:focus {
  background-color: #d55b00;
  text-decoration: none;
  color: #ffffff;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* Styles for custom posts and pagination */
.custom-posts-widget {
  display: grid;
  margin-top: var(--e-global-size-2);
  grid-gap: var(--e-global-size-4);
}

.custom-post-item {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  display: flex;
  border-radius: var(--e-global-lborder-radius);
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--e-global-color-lcolor4);
  background: var(--e-global-color-lcolor5);
}
.custom-post-item:hover {
  z-index: 11;
  box-shadow: var(--e-global-shadow) !important;
}
.custom-post-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-top-left-radius: var(--e-global-lborder-radius);
  border-top-right-radius: var(--e-global-lborder-radius);
}
.custom-post-item-content {
  padding: var(--e-global-size-5);
  flex-direction: column;
  align-items: flex-start;
}
.custom-post-item.full-width {
  width: 100%;
}
.custom-post-item a {
  align-self: center;
}

.featured-post {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  gap: 10px;
}
.pagination .page-numbers {
  border: 1px solid #bcc8d1;
  background-color: var(--e-global-color-lcolor3);
  padding: 0 25px 0 var(--e-global-size-4);
  color: var(--e-global-color-lcolor2);
  border-radius: var(--e-global-lborder-radius);
  transition: 0.3s ease-in-out;
  font-family: var(--e-global-typography-ltext1-font-family);
  font-size: var(--e-global-typography-ltext1-font-size);
  font-weight: var(--e-global-typography-ltext1-font-weight);
  line-height: var(--e-global-typography-ltext1-line-height);
  letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
  text-transform: var(--e-global-typography-ltext1-text-transform);
  font-style: var(--e-global-typography-ltext1-font-style);
  -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
  text-decoration: var(--e-global-typography-ltext1-text-decoration);
}

@media (max-width: 768px) {
  .custom-post-item {
    width: 100%;
  }
}
.price-competitiveness-scale {
  margin-top: 1rem;
}
.price-competitiveness-scale .price-scale-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.price-competitiveness-scale .price-scale-header .price-scale-label {
  font-weight: bold;
  min-width: 120px;
  flex-shrink: 0;
}
.price-competitiveness-scale .price-scale-header .price-scale-content {
  flex-grow: 1;
  position: relative;
}
.price-competitiveness-scale .price-scale-container {
  width: 100%;
  height: 30px;
  background: linear-gradient(to right, #22c55e 0%, #4ade80 25%, #fbbf24 50%, #f97316 75%, #ef4444 100%);
  border-radius: 10px;
  position: relative;
  overflow: visible;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.price-competitiveness-scale .market-data-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.price-competitiveness-scale .market-data-bar {
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.price-competitiveness-scale .market-data-bar::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.price-competitiveness-scale .market-data-bar.min-bar {
  background-color: #ffffff;
  border-color: #15803d;
}
.price-competitiveness-scale .market-data-bar.min-bar::after {
  background-color: #ffffff;
  border-color: #15803d;
  border-width: 2px;
}
.price-competitiveness-scale .market-data-bar.max-bar {
  background-color: #ffffff;
  border-color: #b91c1c;
}
.price-competitiveness-scale .market-data-bar.max-bar::after {
  background-color: #ffffff;
  border-color: #b91c1c;
  border-width: 2px;
}
.price-competitiveness-scale .market-data-bar.avg-bar {
  background-color: #ffffff;
  width: 3px;
  height: 22px;
  border-color: #b45309;
}
.price-competitiveness-scale .market-data-bar.avg-bar::after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-color: #b45309;
  border-width: 2px;
}
.price-competitiveness-scale .price-scale-indicator {
  position: absolute;
  top: -5px;
  width: 4px;
  height: 40px;
  background-color: #000000;
  border-radius: 3px;
  transition: left 0.3s ease-out;
  z-index: 3;
}
.price-competitiveness-scale .price-market-context {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}
.price-competitiveness-scale .price-market-context .market-range-row,
.price-competitiveness-scale .price-market-context .market-average-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.price-competitiveness-scale .price-market-context .market-range-row span,
.price-competitiveness-scale .price-market-context .market-average-row span {
  font-weight: 500;
}
.price-competitiveness-scale .price-market-context .market-range-row span:last-child,
.price-competitiveness-scale .price-market-context .market-average-row span:last-child {
  color: #374151;
  font-weight: 600;
}
.price-competitiveness-scale .price-market-context .price-percentage-row {
  text-align: center;
  margin-bottom: 0.25rem;
}
.price-competitiveness-scale .price-market-context .price-percentage-row span {
  font-weight: 600;
}
.price-competitiveness-scale .price-status-message {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
  line-height: 1.4;
  border-left: 3px solid;
  transition: all 0.2s ease;
}
.price-competitiveness-scale .price-status-message[data-status=very_competitive] {
  background-color: rgba(34, 197, 94, 0.1);
  border-left-color: #22c55e;
}
.price-competitiveness-scale .price-status-message[data-status=competitive] {
  background-color: rgba(74, 222, 128, 0.1);
  border-left-color: #4ade80;
}
.price-competitiveness-scale .price-status-message[data-status=average] {
  background-color: rgba(251, 191, 36, 0.1);
  border-left-color: #fbbf24;
}
.price-competitiveness-scale .price-status-message[data-status=above_average] {
  background-color: rgba(249, 115, 22, 0.1);
  border-left-color: #f97316;
}
.price-competitiveness-scale .price-status-message[data-status=high] {
  background-color: rgba(239, 68, 68, 0.1);
  border-left-color: #ef4444;
}
.price-competitiveness-scale .price-status-message[data-status=very_high] {
  background-color: rgba(220, 38, 38, 0.1);
  border-left-color: #dc2626;
}
.price-competitiveness-scale .price-warning-message {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #92400e;
  font-weight: 500;
  line-height: 1.4;
  background-color: rgba(251, 191, 36, 0.15);
  border-left: 3px solid #f59e0b;
  display: flex;
  align-items: center;
}
.price-competitiveness-scale .price-warning-message .dashicons {
  margin-right: 0.5rem;
  color: #f59e0b;
}
.price-competitiveness-scale .price-scale-no-data {
  width: 100%;
  height: 20px;
  background-color: #f3f4f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 0.875rem;
  font-style: italic;
}
.price-competitiveness-scale.price-competitiveness-scale-admin {
  margin: 0;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-scale-container {
  height: 24px;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-scale-container::before {
  background: linear-gradient(90deg, transparent 0%, transparent 24%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.4) 26%, transparent 27%, transparent 49%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 51%, transparent 52%, transparent 74%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.4) 76%, transparent 77%, transparent 100%);
  border-radius: 8px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .market-data-track {
  height: 1px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .market-data-bar {
  height: 12px;
  width: 1px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .market-data-bar::after {
  width: 4px;
  height: 4px;
  bottom: -3px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .market-data-bar.avg-bar {
  height: 16px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .market-data-bar.avg-bar::after {
  width: 6px;
  height: 6px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-scale-indicator {
  top: -4px;
  width: 3px;
  height: 32px;
  background-color: #000000;
  border-radius: 0;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context {
  margin-bottom: 12px;
  font-size: 12px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-range-row,
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-average-row,
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .price-percentage-row {
  margin-bottom: 6px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-range-row span,
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-average-row span,
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .price-percentage-row span {
  display: block;
  color: #666;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-range-row span:last-child,
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-average-row span:last-child,
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .price-percentage-row span:last-child {
  color: #333;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-average-row {
  display: flex;
  justify-content: space-between;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .market-average-row span:last-child {
  text-align: right;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .price-percentage-row {
  text-align: center;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-market-context .price-percentage-row span {
  color: #333;
  font-size: 13px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-status-message {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-warning-message {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #92400e;
  background-color: rgba(251, 191, 36, 0.15);
  border-left: 3px solid #f59e0b;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-warning-message .dashicons {
  margin-right: 6px;
  color: #f59e0b;
  font-size: 14px;
}
.price-competitiveness-scale.price-competitiveness-scale-admin .price-scale-no-data {
  height: 16px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .price-competitiveness-scale .price-market-context .market-range-row,
  .price-competitiveness-scale .price-market-context .market-average-row {
    flex-direction: column;
    gap: 0.25rem;
  }
  .price-competitiveness-scale .price-market-context .market-range-row span:last-child,
  .price-competitiveness-scale .price-market-context .market-average-row span:last-child {
    text-align: right;
  }
}
.price-competitiveness-scale .market-data-bar,
.price-competitiveness-scale .market-data-track,
.price-competitiveness-scale .price-status-message,
.price-competitiveness-scale .price-warning-message {
  animation: fadeInUp 0.4s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
*  Site Takeover
*/
.elementor-widget-ccc_sitetakeover {
  z-index: 1000;
}

.sitetakeover-wrapper {
  overflow: hidden;
}

.sitetakeover-towers-wrapper {
  position: absolute;
  top: 0;
  width: calc(100% + 600px);
  left: -300px;
  bottom: -3817px;
  pointer-events: none;
}

.sitetakeover-towers {
  position: sticky;
  top: 256px;
}

.sitetakeover-tower-left,
.sitetakeover-tower-right {
  position: absolute;
  top: 0;
  z-index: 1000;
  pointer-events: all;
}

.sitetakeover-tower-left {
  left: 0;
  /*margin-left: -160px;*/
}

.sitetakeover-tower-right {
  right: 0;
  /*margin-right: -160px;*/
}

@media (max-width: 1520px) {
  .sitetakeover-tower-left,
  .sitetakeover-tower-right {
    display: none;
  }
}
/*
 * The following code is commented out in the original CSS
 * Keeping it commented out in SCSS for reference
 */
/*
@media (min-width: 1800px) {
    .sitetakeover-tower-left,
    .sitetakeover-tower-right {
        width: 300px;
        height: 800px;
    }

    .sitetakeover-tower-left {
        margin-left: -300px;
    }

    .sitetakeover-tower-right {
        margin-right: -300px;
    }
}
*/
/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/* Compare Toggle Button Styles */
.compare-previous-toggle {
  display: inline-flex;
  align-items: center;
}
.compare-previous-toggle .toggle-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--e-global-color-lcolor3, #f8f9fa);
  border-radius: var(--e-global-lborder-radius);
  padding: 0.5rem 15px;
  border: 1px solid var(--e-global-color-lcolor4, #e9ecef);
  transition: 0.3s ease-in-out;
  height: 50px;
}
.compare-previous-toggle .toggle-switch:hover {
  background-color: var(--e-global-color-lcolor4, #e9ecef);
}
.compare-previous-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.compare-previous-toggle input:checked + .toggle-slider {
  background-color: var(--e-global-color-lprimary1, #2196F3);
}
.compare-previous-toggle input:checked + .toggle-slider:before {
  transform: translateX(20px);
}
.compare-previous-toggle input:checked + .toggle-slider + .toggle-label {
  color: var(--e-global-color-lprimary1, #2196F3);
}
.compare-previous-toggle .toggle-slider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.3s ease;
  margin-right: 0.5rem;
}
.compare-previous-toggle .toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
}
.compare-previous-toggle .toggle-label {
  font-size: 0.875rem;
  color: #374B5C;
  font-weight: 500;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/**
 * User Listings Iframe Styles
 * Styles for the user listings iframe page template
 */
.user-listings-iframe * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.user-listings-iframe body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #f8f9fa;
  color: #374B5C;
  line-height: 1.5;
}
.user-listings-iframe .listings-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.user-listings-iframe .listings-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.user-listings-iframe .listings-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 10px;
}
.user-listings-iframe .listings-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
}
.user-listings-iframe .listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.user-listings-iframe .listing-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.user-listings-iframe .listing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.user-listings-iframe .listing-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.user-listings-iframe .listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.listing-card:hover .user-listings-iframe .listing-image img {
  transform: scale(1.05);
}
.user-listings-iframe .listing-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #6c757d;
  font-size: 3rem;
}
.user-listings-iframe .listing-featured {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff9540;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.user-listings-iframe .listing-content {
  padding: 20px;
}
.user-listings-iframe .listing-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 10px;
  line-height: 1.2;
}
.user-listings-iframe .listing-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff9540;
  margin-bottom: 15px;
}
.user-listings-iframe .listing-location {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.user-listings-iframe .listing-location-icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.user-listings-iframe .listing-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.user-listings-iframe .listing-attribute {
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #6c757d;
}
.user-listings-iframe .listing-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #6c757d;
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
}
.user-listings-iframe .listing-date,
.user-listings-iframe .listing-views {
  display: flex;
  align-items: center;
}
.user-listings-iframe .listing-date-icon,
.user-listings-iframe .listing-views-icon {
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
.user-listings-iframe .empty-state {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.user-listings-iframe .empty-state-icon {
  font-size: 4rem;
  color: #6c757d;
  margin-bottom: 20px;
}
.user-listings-iframe .empty-state-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 10px;
}
.user-listings-iframe .empty-state-message {
  color: #6c757d;
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .user-listings-iframe .listings-container {
    padding: 15px;
  }
  .user-listings-iframe .listings-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .user-listings-iframe .listings-title {
    font-size: 1.5rem;
  }
  .user-listings-iframe .listing-content {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .user-listings-iframe .listings-container {
    padding: 10px;
  }
  .user-listings-iframe .listings-header {
    padding: 15px;
    margin-bottom: 20px;
  }
  .user-listings-iframe .listing-content {
    padding: 10px;
  }
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
*  Woocommerce
*/
.woocommerce-lost-password .woocommerce {
  margin: 5rem auto 2rem;
  max-width: 1200px;
}
.woocommerce-lost-password .woocommerce input {
  border: 1px solid grey;
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-lost-password .woocommerce button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: 0.3s ease;
  cursor: pointer;
  text-align: center;
  background-color: #ff9540;
  color: #ffffff;
}
.woocommerce-lost-password .woocommerce button:hover {
  background-color: rgb(255, 120.6963350785, 13);
}

#wpadminbar .dummy-data-mode-active .dummy-data-mode-indicator {
  background-color: #d63638 !important;
  border-radius: 4px;
}
#wpadminbar .dummy-data-mode-inactive .dummy-data-mode-indicator {
  background-color: #46b450 !important;
  border-radius: 4px;
}
#wpadminbar .dummy-data-mode-indicator {
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
  color: #fff !important;
}
#wpadminbar .dummy-data-mode-active:hover {
  background-color: rgb(180.2355371901, 36.7644628099, 38.5578512397) !important;
}
#wpadminbar .dummy-data-mode-inactive:hover {
  background-color: rgb(55.72, 143.28, 63.68) !important;
}

#wp-admin-bar-dummy-data-mode-indicator {
  background-color: #d54e21 !important;
}
#wp-admin-bar-dummy-data-mode-indicator:hover {
  background-color: rgb(168.8414634146, 61.8292682927, 26.1585365854) !important;
}
#wp-admin-bar-dummy-data-mode-indicator .ab-item {
  color: #fff !important;
}

.dummy-data-mode-indicator {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
* Accessibility Improvements - Focus Styles
*/
/* General focus styles for interactive elements */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 2px solid #ff9540;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(255, 149, 64, 0.3);
  transition: outline-offset 0.2s ease;
}

/* Focus styles for menu items */
.listivo-menu-v2__item > a:focus, .listivo-menu-v2__account-link:focus {
  outline: 2px solid #ff9540;
  outline-offset: 2px;
}

/* Focus styles for accordion elements */
.analytics-list-table .accordion .label:focus {
  outline: 2px solid #ff9540;
  outline-offset: 2px;
}

/* Focus styles for dropdown elements */
.dropdown-content a:focus {
  outline: 2px solid #ff9540;
  outline-offset: -2px;
  background-color: rgba(255, 149, 64, 0.1); /* Color should match primary color */
}

/* Focus styles for pagination */
.pagination .page-numbers:focus {
  outline: 2px solid #ff9540;
  outline-offset: 2px;
  background-color: rgba(255, 149, 64, 0.1);
}

/* Skip to content link for screen readers */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #ff9540;
  color: white;
  padding: 8px 16px;
  z-index: 100000;
  transition: top 0.3s ease;
}
.skip-to-content:focus {
  top: 0;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
* Mobile Responsiveness (General)
*/
/* Elementor Container Max Width */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
  }
}
/* Improved responsive breakpoints */
@media (max-width: 1200px) {
  .listivo-menu-v2__items > .listivo-menu-v2__item:not(:first-child) {
    margin-left: var(--e-global-size-3);
  }
  .analytics_stat_cards {
    flex-wrap: wrap;
  }
  .analytic_stat_card {
    flex: 1 1 calc(50% - 10px);
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  #listing-stats-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .competitions-grid {
    grid-template-columns: 1fr;
  }
  .listivo-hero-search-v10 {
    padding-top: 200px !important;
  }
}
@media (max-width: 768px) {
  /* Optimize touch targets for mobile users */
  .listivo-menu-v2__item > a,
  .listivo-menu-v2__account-link,
  .dropdown-content a,
  .analytics_menu a,
  .pagination .page-numbers,
  button,
  input[type=button],
  input[type=submit] {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
  }
  /* Better handling of images on small screens */
  img {
    max-width: 100%;
    height: auto;
  }
  .custom-post-item img,
  .competition-item img,
  .listivo-hero-search-v10__term-image img {
    width: 100%;
    object-fit: cover;
  }
  /* Mobile-specific navigation improvements */
  .listivo-menu-v2 {
    padding: 10px 15px;
  }
  .listivo-menu-v2__items {
    margin-top: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .listivo-menu-v2__items::-webkit-scrollbar {
    height: 3px;
  }
  .listivo-menu-v2__items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .analytics_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .analytics_title h1 {
    margin-bottom: 10px;
  }
  .date .date_range {
    text-align: left;
  }
  .analytics_menu {
    flex-wrap: wrap;
  }
  .analytics_stat_cards {
    flex-direction: column;
  }
  .analytic_stat_card {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .analytics_menu a {
    font-size: 14px;
    padding: 8px 12px;
  }
  .analytic_stat_card > p.num {
    font-size: 1.5rem;
  }
  .analytics-list-table .accordion .label {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .analytics-list-table .accordion .label .event {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 5px;
    width: 100%;
  }
}
.listivo-search-form-v2__inner {
  background-color: var(--e-global-color-lprimary2) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}

.grecaptcha-badge {
  bottom: 50px !important;
}

/*
  This file is the main src stylesheet for the child theme.
  It will import the rest of the main scss sub-files.
 */
/*
*  Utility
*/
.w-100 {
  width: 100% !important;
}

.progress-bar {
  width: 100%;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.progress-bar .progress-bar-progress {
  height: 100%;
  line-height: 30px;
  text-align: center;
  width: 50%; /* Placeholder value */
  background-color: #2e7d32; /* Better contrast with white text */
}
.progress-bar span {
  padding: 4px 8px;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #FFF;
}
/*# sourceMappingURL=main.min.css.map */
