﻿/* --- Sezione province --- */
.province-area {
  background-color: #f8f5f2;
  border-top: 3px solid #C65D3B;
  border-bottom: 3px solid #C65D3B;
}

/* --- Box di ciascuna provincia --- */
.provincia-box {
  background: #fff;
  border: 1px solid #e4ded8;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* --- Bottoni singoli --- */
.abbazia-btn {
  display: inline-block;
  margin: 6px;
  padding: 6px 18px;
  background: #fff;
  color: #4A5E34;
  border: 2px solid #C65D3B;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.abbazia-btn:hover {
  background: #C65D3B;
  color: #fff;
  text-decoration: none;
}

/* --- Colori di supporto --- */
.text-mattone { color: #C65D3B !important; }
.text-verde { color: #4A5E34 !important; }

/* --- Mobile friendly --- */
@media (max-width: 576px) {
  .abbazia-btn {
    display: block;
    width: 100%;
    margin: 6px 0;
  }
}

.riepilogo {
  margin-top: 2rem;
  padding: 1rem;
  background: #f9f9f9;
  border-left: 3px solid #ccc;
}
.riepilogo h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
