.eventi-hero {
  position: relative;
  border-bottom-color: #E6943B !important;
}

.eventi-hero .breatcome_title_inner h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}

.eventi-section {
  padding: 70px 0 82px;
  background: linear-gradient(180deg, #fffaf4 0, #fff 270px);
}

.eventi-intro {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.eventi-intro > span {
  display: block;
  margin-bottom: 8px;
  color: #C96F14;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.eventi-intro h2 {
  margin: 0 0 13px;
  color: #173B5F;
  font-size: 36px;
  line-height: 1.25;
}

.eventi-intro p { margin: 0; color: #617383; font-size: 17px; line-height: 1.7; }
.eventi-year-filter { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; padding: 10px 12px 10px 18px; border: 1px solid #F0D5B8; border-radius: 12px; background: #fff; box-shadow: 0 8px 20px rgba(23, 59, 95, .08); }
.eventi-year-filter label { margin: 0; color: #173B5F; font-size: 14px; font-weight: 700; }
.eventi-year-select { min-width: 105px; height: 40px; padding: 7px 34px 7px 12px; border: 1px solid #E6943B; border-radius: 8px; background-color: #FFF7ED; color: #173B5F; font-size: 15px; font-weight: 700; cursor: pointer; }
.eventi-year-select:focus { outline: 2px solid rgba(230, 148, 59, .3); outline-offset: 2px; }
.eventi-list, .eventi-list tbody { display: block; width: 100%; }
.eventi-list > tbody > tr, .eventi-list > tbody > tr > td { display: block; width: 100%; border: 0; }

.evento-card {
  display: grid;
  grid-template-columns: minmax(230px, 31%) 1fr;
  max-width: 1040px;
  min-height: 310px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid #F0D5B8;
  border-top: 6px solid #E6943B;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 59, 95, .11);
  transition: transform .22s ease, box-shadow .22s ease;
}

.evento-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(23, 59, 95, .16); }
.evento-card__visual { display: flex; align-items: center; justify-content: center; min-height: 100%; padding: 28px; background: #FFF7ED; }
.evento-card__visual span { display: block; width: 100%; }
.evento-card__visual img { display: block; width: 100%; max-width: 240px; max-height: 270px; margin: auto; object-fit: contain; }
.evento-card__content { padding: 32px 36px 30px; text-align: left; }
.evento-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.evento-card__tags span { padding: 6px 10px; border-radius: 999px; background: #FFF0DF; color: #A9570E; font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.evento-card__tags span:empty { display: none; }
.evento-card h3 { margin: 0 0 22px; color: #173B5F; font-size: 25px; font-weight: 700; line-height: 1.35; }
.evento-card__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; }
.evento-card__details p { display: flex; gap: 11px; margin: 0; color: #526979; font-size: 14px; line-height: 1.45; }
.evento-card__details i { flex: 0 0 18px; margin-top: 3px; color: #E6943B; font-size: 17px; text-align: center; }
.evento-card__details strong { display: block; margin-bottom: 2px; color: #173B5F; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; }
.evento-card__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; padding-top: 20px; border-top: 1px solid #EDF1F4; }
.evento-button { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 15px; border: 1px solid #E6943B; border-radius: 8px; color: #B7600C; font-size: 13px; font-weight: 700; line-height: 1.2; transition: background .2s ease, color .2s ease, transform .2s ease; }
.evento-button:hover, .evento-button:focus { background: #FFF0DF; color: #8C4708; text-decoration: none; transform: translateY(-1px); }
.evento-button--primary { background: #E6943B; color: #fff; }
.evento-button--primary:hover, .evento-button--primary:focus { background: #C97318; color: #fff; }
.evento-button:empty { display: none; }

@media (max-width: 767px) {
  .eventi-hero .breatcome_title_inner h1 { font-size: 32px; }
  .eventi-section { padding: 48px 0 58px; }
  .eventi-intro { margin-bottom: 28px; }
  .eventi-intro h2 { font-size: 29px; }
  .eventi-year-filter { display: flex; width: 100%; justify-content: space-between; padding-left: 14px; }
  .eventi-year-select { min-width: 100px; }
  .evento-card { display: block; border-radius: 16px; }
  .evento-card__visual { min-height: 230px; padding: 24px; }
  .evento-card__visual img { max-height: 220px; }
  .evento-card__content { padding: 27px 23px 25px; }
  .evento-card h3 { font-size: 22px; }
  .evento-card__details { grid-template-columns: 1fr; gap: 13px; }
}
