.quantity-wrapper .quantity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  user-select: none;
  color: #cb3329;
}

.quantity-wrapper .quantity-button:hover {
  background-color: #e9e9e9;
}


.quantity-wrapper input[type="number"] {
  width: 60px;
  text-align: center;
  -moz-appearance: textfield;
}


.quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
.quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.panel-color {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #cb3329;
  padding: 10px 0;
  display: flex;
  font-size: 18px;
  justify-items: center; /* Note: justify-items is typically used with grid */
  align-items: center;
  transition: all .4s;
  margin-bottom: 2rem;
}

.panel-color .panel-color-box {
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
  background: none;
  color: #000;
  font-weight: 300;
  width: 100%;
  position: relative;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
}

.panel-color .panel-color-box .selected {
  font-weight: 700;
}

.panel-color .panel-color-box strong {
  font-weight: 600 !important;
}

.panel-color i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #cb3329;
}

.panel-color .edit {
  padding: 10px;
  width: 47px;
  height: 47px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 50%;
  margin-left: 20px;
}

.text-danger h4 {
  color: red;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 700;
}

.text-danger .info {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border: none;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(33, 150, 243, 0.15);
  border-left: 4px solid #2196f3;
  font-weight: 500;
  padding-bottom: 10px;
}

.book-anular {
  display: inline-block;
  background-color: #d33;
  box-shadow: 0 0 0 3px rgba(221, 51, 51, 0.5);
  color: white;
  padding: 3px 10px 3px 10px;

  &:hover {
    background-color: black;
    color: white;
    text-decoration: none;
  }
}

.get-listado {
  margin-top: 10px;

  .btn-ver-contactos, .edit-action-custom a {
    background: blueviolet;
    color: white;
    border: none;
    padding: 7px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    margin-left: 10px;

    &:hover {
      background: #005a87;
    }
  }
}

.edit-action-custom a, .views-field-edit-booking-contact a {
  background: blueviolet;
  color: white;
  border: none;
  padding: 7px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
  margin-left: 10px;

  &:hover {
    background: #005a87;
    color: white;
  }
}
