body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  background: #0181C4;
  font-size: 16px;
}

.card {
  background: #ffffff;
  padding: 2.5rem 3rem;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6);
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.badge { margin-bottom: 1rem; }
.title {
  font-size: 1.25rem;
  color: #101F2D;
  margin-bottom: 0.5rem;
}

.divider {
  width: 100%;
  margin-bottom: 30px;
}
.response-box {
    background-color: #EDEDED;
    padding: 20px;
    width: 93%;
    border-top: 1px solid #79858B;
    border-right: 1px solid #79858B;
    border-left: 1px solid #79858B;
}
.response-box-last {
  background-color: #EDEDED;
  padding: 0 20px 20px 20px;
  width: 93%;
  border-right: 1px solid #79858B;
  border-bottom: 1px solid #79858B;
  border-left: 1px solid #79858B;
}
.ripe-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #101F2D;
}

.ripe-item {
  font-size: 1rem;
  color: #101F2D;
  margin: 0.5rem 0;
}

.ripe-muted {
  font-size: .8rem;
  margin-top: 2px;
}

/* Logo */
.logo {
  max-width: 260px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 1.5rem;
  display: block;
}

/* bottone stile tuo */
.btn-below {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  background: #101F2D;
  color: #ffffff;
  font-size: 1.2em;
  padding: 10px 20px;
  transition: all .3s;
  border:0;
}
.btn-below:hover, .btn-below:active {
  background: #79858B;
  color: #ffffff;
  border:0;
}

/* Bandierina geoloc */
.flag-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
  box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

/* --- NUOVO: form ricerca --- */
.search-form{
  width: 100%;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.search-input{
  flex: 1;
  min-width: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  padding: 10px 12px;
  border: 1px solid #0181C4;
  border-radius: 0;
  outline: none;
  color: #101F2D;
}

.search-input:focus{
  border-color: #101F2D;
}
