/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .woocommerce-price-summary {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

#zt-rental-options-wrapper h3 {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}

#zt-rental-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.2em;
}

.zt-rental-btn {
  padding: 15px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 10px;
  min-width: 150px;
  flex: 1;
  color: #555;
  font-size: 13px;
}

button.zt-rental-btn strong {
  font-size: 14px;
  color: #000;
  margin-right: 3px;
}

.zt-rental-btn.selected,
.zt-rental-btn:hover {
  border: 2px solid #0073aa;
  background: #f0f8ff;
}

p.zt-duration-labels {
  margin-top: 2em;
  margin-bottom: 3px !important;
  font-weight: 700;
}

div#zt-rental-selected-summary {
  margin-top: 1em;
}

/* GPT */
.zt-rental-box {
    margin: 20px 0;
}

.zt-rental-periods {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.zt-period-option {
    flex: 1;
    min-width: 150px;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.zt-period-option:hover {
    border-color: #0073aa;
    background: #f9f9f9;
}

.zt-period-option.active {
    border-color: #0073aa;
    background: #f0f8ff;
}

.zt-period-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.zt-period-price {
    font-size: 13px;
    color: #555;
}

#zt-selected-price {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
