/*!
Theme Name: Eduvalt
Theme URI: https://ifingerstudio.com/eduvalt/
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses & Education WordPress Theme
Version: 2.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduvalt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.announcement-bar {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.announcement-bar a {
  color: #ffcc00;
  text-decoration: underline;
}
.far.fa-star {
  color: #000 !important;
}
<i class="far fa-star" style="color:#000;"></i>
/* Fix oversized Eventin event image */
.etn-event-item .etn-event-thumb img {
    height: 220px !important;   /* adjust if needed */
    object-fit: cover !important;
    width: 100% !important;
}

/* Reduce overall card height */
.etn-event-item {
    max-height: 420px;
}

/* Remove extra spacing below image */
.etn-event-thumb {
    overflow: hidden;
}

.etn-event-search-wrapper {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .04);
    display: none;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
    position: relative;
}



