/*
Theme Name: Terraevivae Child
Theme URI: https://example.com/
Description: Child theme for Terraevivae customizations.
Author: Terraevivae
Template: Avada
Version: 1.0.0
Text Domain: terraevivae-child
*/

/* News Ticker global style refresh (applies to all Avada News Ticker elements). */
.awb-news-ticker {
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(138, 172, 138, 0.2), rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #f9fcf8, #f3f8f4);
  border: 1px solid #dbe7db;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.1);
  color: #193327;
  margin: 14px 0;
  padding: 0;
}

.awb-news-ticker .awb-news-ticker-title {
  align-items: center;
  align-self: stretch;
  background: #2f5d46;
  border-radius: 16px 0 0 16px;
  color: #ffffff !important;
  font-size: 0.86rem;
  font-weight: 700 !important;
  letter-spacing: 0.045em;
  line-height: 1;
  margin: 0;
  padding: 0 16px;
  text-transform: uppercase;
}

.awb-news-ticker .awb-news-ticker-title-decorator {
  display: none;
}

.awb-news-ticker .awb-news-ticker-bar {
  min-height: 58px;
}

.awb-news-ticker .awb-news-ticker-link,
.awb-news-ticker .awb-news-ticker-item-separator {
  color: #193327 !important;
  font-weight: 600;
}

.awb-news-ticker .awb-news-ticker-link:hover,
.awb-news-ticker .awb-news-ticker-link:focus {
  color: #2f5d46 !important;
}

.awb-news-ticker .awb-news-ticker-title-date {
  color: #5c7164;
}

.awb-news-ticker .awb-news-ticker-title-date::after {
  content: " | ";
}

.awb-news-ticker .awb-news-ticker-items-buttons {
  background: linear-gradient(90deg, rgba(249, 252, 248, 0), rgba(249, 252, 248, 0.92) 35%, #f9fcf8 100%);
  padding-right: 10px;
}

.awb-news-ticker .awb-news-ticker-prev-btn,
.awb-news-ticker .awb-news-ticker-next-btn {
  background: #ffffff;
  border: 1px solid #dbe7db;
  border-radius: 999px;
  color: #2f5d46;
  height: 30px;
  width: 30px;
}

.awb-news-ticker .awb-news-ticker-prev-btn:hover,
.awb-news-ticker .awb-news-ticker-next-btn:hover,
.awb-news-ticker .awb-news-ticker-prev-btn:focus,
.awb-news-ticker .awb-news-ticker-next-btn:focus {
  background: #2f5d46;
  border-color: #2f5d46;
  color: #ffffff;
}

.awb-news-ticker .awb-news-ticker-btn-wrapper:first-child {
  margin-right: 6px;
}

.awb-news-ticker .awb-news-ticker-carousel-indicator {
  background-color: #8aac8a;
  height: 2px;
}

@media (max-width: 800px) {
  .awb-news-ticker {
    border-radius: 14px;
    padding: 0;
  }

  .awb-news-ticker .awb-news-ticker-title {
    border-radius: 14px 0 0 14px;
    margin: 0;
    padding: 0 12px;
  }

  .awb-news-ticker .awb-news-ticker-item-list-carousel {
    padding-left: 10px;
  }
}
