/* Gravity Zip Code full widht */
span#input_4_46_5_container{
    flex: 0 0 100%;
}

/* 
* Gravity Form Arrival Time Button Styling
*/
.arrival-time-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0px;
}

.arrival-btn {
  width: 55% !important;
  font-size: 15px !important;
  background-color: #fff !important;
  color: #7c7c7c !important;
  border: 1px solid #666 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: all 0.3s ease !important;
}

/* Hover State */
.arrival-btn:hover {
  background-color: #8BC34A !important;
  color: #fff !important;
}

/* Selected State */
.arrival-btn.selected {
  background-color: #8BC34A !important;
  color: #fff !important;
  border-color: #8BC34A !important;
}
