@charset "UTF-8";
/* Tuner Tabs */
.tuner-tabs .e-n-tabs-heading {
  background: #EEEEEE;
  max-width: 350px;
  display: flex;
  flex-grow: 0;
  margin: 0 auto;
  padding: 8px;
  border-radius: 60px;
  /* Mobile */
}
@media (max-width: 768px) {
  .tuner-tabs .e-n-tabs-heading {
    max-width: 100%;
  }
}
/* Elementor Gradient Border Button */
.gradient-border-button .elementor-button {
  /* Border thickness */
  --gb: 3px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--gb) solid transparent;
  border-radius: inherit;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #009BDC 0, #67D6BA 30%, #FF7276 42%);
  background-origin: border-box;
  /* border */
  background-clip: padding-box, border-box;
  /* Gradient hover animation */
  background-size: 100% 100%, 200% 200%;
  transition: background-position 600ms ease;
  text-decoration: none;
}
.gradient-border-button .elementor-button-content-wrapper {
  background: transparent;
}
.gradient-border-button .elementor-button:hover {
  background-position: 0 0, 200% 0%;
}
/* Tablo Cost Comparison Table Styles - Start */
.tablo-cost-comparison-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.cost-comp-table-row {
  display: flex;
}
.cost-comp-table-row:last-child {
  border-bottom: none;
}
.cost-comp-items {
  display: flex;
  width: 100%;
}
.cost-comp-item:not(:last-child) {
  border-right: none;
}
.cost-comp-table-row:not(:last-child) .cost-comp-item {
  border-bottom: none;
}
.cost-comp-item {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #B9B9B9;
}
.cost-comp-feature {
  flex: 1.2;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000;
}
.cost-comp-featured-item {
  background-color: #D6EDF7;
  color: #000000;
  font-weight: 400;
}
.cost-comp-header {
  font-weight: 700;
  font-size: 16px;
}
.cost-comp-item:not(.cost-comp-feature):not(.cost-comp-featured-item) {
  background-color: #FFFFFF;
  color: #000000;
}
.cost-comp-top-row .cost-comp-item {
  font-weight: 700;
  font-size: 18px;
  padding: 25px 20px;
}
.cost-comp-top-row .cost-comp-feature {
  background-color: transparent;
  border-top: none;
  border-left: none;
}
.cost-comp-top-row .cost-comp-featured-item {
  background-color: #045DB1;
  color: #FFFFFF;
  border-top-left-radius: 20px;
}
.cost-comp-top-row .cost-comp-item:not(.cost-comp-feature):not(.cost-comp-featured-item) {
  background-color: #E7E7E7;
  color: #000000;
  border-top-right-radius: 20px;
}
.cost-comp-grey-row .cost-comp-feature {
  background-color: #FFFFFF;
}
.cost-comp-bottom-row {
  border-bottom: none;
}
.top-left-cell {
  border-top-left-radius: 20px;
}
.bottom-left-cell {
  border-bottom-left-radius: 20px;
}
.bottom-right-cell {
  border-bottom-right-radius: 20px;
}
/* Responsive Styles */
@media screen and (max-width: 768px) {
  /* Feature name - full width, above the values */
  /* Values container - side by side */
  /* Hide empty cell on mobile */
  /* Top row - headers side by side */
  /* Ensure values display side by side */
  .cost-comp-table-row {
    flex-direction: column;
  }
  .cost-comp-items {
    flex-direction: column;
  }
  .cost-comp-item {
    padding: 15px;
    text-align: center;
    justify-content: center;
    border: 1px solid #B9B9B9;
  }
  .cost-comp-feature {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 15px;
    background-color: #FFFFFF;
    border-bottom: none;
  }
  .cost-comp-item:not(.cost-comp-feature) {
    width: 50%;
    flex: 1;
  }
  .cost-comp-featured-item {
    background-color: #D6EDF7;
    color: #333;
    border-right: none;
  }
  .cost-comp-item:not(.cost-comp-feature):not(.cost-comp-featured-item) {
    background-color: #FFFFFF;
  }
  .cost-comp-grey-row .cost-comp-feature {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .cost-comp-empty-cell {
    display: none;
  }
  .cost-comp-top-row .cost-comp-item {
    font-size: 16px;
    padding: 20px 15px;
  }
  .cost-comp-top-row .cost-comp-feature {
    background-color: transparent;
  }
  .cost-comp-top-row .cost-comp-featured-item {
    border-top-left-radius: 0;
  }
  .cost-comp-top-row .cost-comp-item:not(.cost-comp-feature):not(.cost-comp-featured-item) {
    border-top-right-radius: 0;
  }
  .cost-comp-top-row .cost-comp-items {
    flex-direction: row;
  }
  .cost-comp-top-row .cost-comp-item:not(.cost-comp-empty-cell) {
    width: 50%;
    flex: 0 0 50%;
  }
  .cost-comp-top-row .cost-comp-featured-item {
    border-right: 1px solid #B9B9B9;
  }
  .top-left-cell {
    border-top-left-radius: 0;
  }
  .bottom-left-cell {
    border-bottom-left-radius: 0;
  }
  .bottom-right-cell {
    border-bottom-right-radius: 0;
  }
  .cost-comp-item {
    border-radius: 0;
  }
  .cost-comp-table-row .cost-comp-item {
    border: 1px solid #B9B9B9;
  }
  .cost-comp-table-row:not(.cost-comp-top-row) .cost-comp-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cost-comp-table-row:not(.cost-comp-top-row) .cost-comp-feature {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: none;
    flex-wrap: wrap;
    align-content: center;
  }
  .cost-comp-table-row:not(.cost-comp-top-row) .cost-comp-item:not(.cost-comp-feature) {
    width: 50%;
    flex: 0 0 50%;
  }
  .cost-comp-table-row:not(.cost-comp-top-row) .cost-comp-featured-item {
    border-right: 1px solid #B9B9B9;
  }
}
@media screen and (max-width: 480px) {
  .cost-comp-item {
    font-size: 14px;
    padding: 12px;
  }
  .cost-comp-feature {
    font-size: 16px;
    padding: 15px 12px;
  }
  .cost-comp-top-row .cost-comp-item {
    font-size: 15px;
    padding: 18px 12px;
  }
}
/* Tablo Cost Comparison Table Styles - End */
/* Carousel Slider Styles - Start */
.carousel-slider-module .carousel-image {
  border-radius: 20px;
}
.carousel-slider-module .uc-active-item {
  transition: all 0.2s ease;
  width: 700px !important;
}
@media screen and (max-width: 768px) {
  .carousel-slider-module .uc-active-item {
    width: 320px !important;
  }
}
.carousel-slider-module .owl-stage {
  width: 10000px !important;
}
/* Carousel Slider Styles - End */
/* Zip Code Form Styles - Start */
.zip-container-top {
  position: relative;
  top: -50px;
}
.zip-input {
  position: relative;
  left: -20px;
}
.zip-input a.button {
  right: -50px;
}
.zip-input input[type=text] {
  min-width: 400px;
  position: relative;
  left: -20px;
  padding-right: 150px;
}
/* Mobile Zip Styles - Start */
@media screen and (max-width: 768px) {
  .zip-input {
    left: 0px;
  }
  .zip-input input[type=text] {
    width: 100%;
    position: relative;
    left: 0px;
    min-width: 0px;
    padding: 5px 20px;
  }
  .zip-input #update-zip {
    position: relative;
    right: 0px;
  }
}
/* Zip Code Form Styles - End */
/* Channel Checker Styles - Start */
.channel-tabs .e-n-tab-title {
  border: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  border-radius: 0px !important;
}
.channel-tabs .e-n-tab-title:hover, .channel-tabs .e-n-tab-title[aria-selected="true"] {
  border-bottom-color: var(--e-global-color-3a3d69c) !important;
}
.channel-tabs .e-n-tab-title:hover .e-n-tab-title-text, .channel-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
  font-weight: 700;
}
/* Channel Checker Styles - End */
/* Custom Channel Tabs Module - Start */
.tablo-channel-tabs-target {
  margin: 0 auto;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module {
  font-family: inherit;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 8px;
  margin-bottom: 42px;
}
/* Override Elementor button styles for tab buttons */
.tablo-channel-tabs-target button.tablo-channel-tabs-module__tab {
  position: relative;
  padding: 8px 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #4A4A4A !important;
  white-space: nowrap;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.tablo-channel-tabs-target button.tablo-channel-tabs-module__tab:hover {
  color: #111111 !important;
}
.tablo-channel-tabs-target button.tablo-channel-tabs-module__tab--active {
  color: #111111 !important;
  font-weight: 700 !important;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__tab--active::after {
  background-color: var(--e-global-color-3a3d69c, #045DB1);
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__panels {
  border-radius: 12px;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__panel {
  display: none;
  border-radius: 12px;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__panel--active {
  display: block;
}
/* Accordion header (hidden on desktop) - override Elementor button styles */
.tablo-channel-tabs-target button.tablo-channel-tabs-module__panel-header {
  display: none;
  width: 100%;
  text-align: left;
  background: #F6F6F6 !important;
  background-color: #F6F6F6 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #E0E0E0;
  padding: 14px 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  cursor: pointer;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__panel-body {
  padding: 12px 0 0 0;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module .station-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}
.tablo-channel-tabs-target .tablo-channel-tabs-module .station-logo-img {
  max-width: 120px;
  max-height: 48px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  /* Hide top tab row on mobile – accordion only */
  /* Collapsed by default; only active panel shows its body */
  .tablo-channel-tabs-target {
    max-width: 100%;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module__tabs {
    display: none;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module__panel {
    display: block;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .tablo-channel-tabs-target button.tablo-channel-tabs-module__panel-header {
    display: block;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module__panel-body {
    display: none;
    padding: 12px 16px 16px;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module__panel--active .tablo-channel-tabs-module__panel-body {
    display: block;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module__grid {
    column-gap: 20px;
    row-gap: 16px;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module .station-group {
    min-width: 72px;
  }
  .tablo-channel-tabs-target .tablo-channel-tabs-module .station-logo-img {
    max-width: 100px;
    max-height: 40px;
  }
}
/* Custom Channel Tabs Module - End */
