#edit-quote-form-title h2 {
    font-weight: bolder !important;
    font-size: 1.625rem;
    line-height: 1.75rem;
}

.vpn-wrapper { margin-bottom: 20px; font-family: inherit; }
.vpn-label { font-weight: bold; color: #333; font-size: 1rem; margin-bottom: 0.5rem; display: block; }
.vpn-boxes { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.vpn-box {
  padding: .375rem .25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff; 
  border: 1px solid #ced4da; 
  border-radius: 4px; 
  text-align: center;
  transition: border-color 0.15s ease-in-out;
}
.vpn-box:focus { outline: none; border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* Separator style for the double dash */
.vpn-dash {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 4px;
  color: #333;
  user-select: none;
}