.agdbk-payment-badge, .agdbk-status-cancelled, .agdbk-status-confirmed, .agdbk-status-on_hold, .agdbk-status-pending, .agdbk-status {
  display: inline-block;
  font-weight: 600;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 14px;
}

.agdbk-status.status-confirmed {
  background: #d4edda;
  color: #1ca83b;
}
.agdbk-status.status-pending {
  background: #fff3cd;
  color: #856404;
}
.agdbk-status.status-cancelled {
  background: #f8d7da;
  color: #721c24;
}
.agdbk-status.status-on_hold {
  background: #e2e3e5;
  color: #383d41;
}

.agdbk-status-pending {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.agdbk-status-on_hold {
  background: #bfc3cb;
  color: #535963;
  border: 1px solid #adb5c5;
}

.agdbk-status-confirmed {
  background: #d4edda;
  color: #1ca83b;
  border: 1px solid #c3e6cb;
}

.agdbk-status-cancelled {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.agdbk-payment-badge {
  padding: 4px 8px;
  text-transform: uppercase;
}

.agdbk-payment-paid {
  background: #d4edda;
  color: #1ca83b;
}

.agdbk-payment-pending {
  background: #fff3cd;
  color: #856404;
}

.agdbk-payment-failed {
  background: #f8d7da;
  color: #721c24;
}

.agdbk-payment-refunded {
  background: #cce5ff;
  color: #177ac5;
}

.agdbk-payment-airbnb {
  border-radius: 20px;
  background: #ff5a5f;
  color: #fff;
}

.agdbk-payment-unknown {
  background: #e2e3e5;
  color: #383d41;
}

.agdbk-button {
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-button:hover:not(:disabled) {
  text-decoration: none;
}
.agdbk-button:active:not(:disabled) {
  text-decoration: none;
}
.agdbk-button:disabled {
  background: #d4d5d6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.agdbk-button {
  background: #5aadeb;
  border: 2px solid #5aadeb;
  color: #fff;
}
.agdbk-button:hover:not(:disabled) {
  background: #177ac5;
  border: 2px solid #5aadeb;
  color: #fff;
}

.agdbk-button.agdbk-button-primary,
.agdbk-button-primary {
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-button.agdbk-button-primary:hover:not(:disabled),
.agdbk-button-primary:hover:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-primary:active:not(:disabled),
.agdbk-button-primary:active:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-primary:disabled,
.agdbk-button-primary:disabled {
  background: #d4d5d6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.agdbk-button.agdbk-button-primary,
.agdbk-button-primary {
  background: #5aadeb;
  border: 2px solid #5aadeb;
  color: #fff;
}
.agdbk-button.agdbk-button-primary:hover:not(:disabled),
.agdbk-button-primary:hover:not(:disabled) {
  background: #177ac5;
  border: 2px solid #177ac5;
  color: #fff;
}

.agdbk-button.agdbk-button-secondary,
.agdbk-button-secondary {
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-button.agdbk-button-secondary:hover:not(:disabled),
.agdbk-button-secondary:hover:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-secondary:active:not(:disabled),
.agdbk-button-secondary:active:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-secondary:disabled,
.agdbk-button-secondary:disabled {
  background: #d4d5d6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.agdbk-button.agdbk-button-secondary,
.agdbk-button-secondary {
  background: #939598;
  border: 2px solid #939598;
  color: #fff;
}
.agdbk-button.agdbk-button-secondary:hover:not(:disabled),
.agdbk-button-secondary:hover:not(:disabled) {
  background: #6b6e74;
  border: 2px solid #6b6e74;
  color: #fff;
}

.agdbk-button.agdbk-button-danger,
.agdbk-button-danger {
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-button.agdbk-button-danger:hover:not(:disabled),
.agdbk-button-danger:hover:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-danger:active:not(:disabled),
.agdbk-button-danger:active:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-danger:disabled,
.agdbk-button-danger:disabled {
  background: #d4d5d6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.agdbk-button.agdbk-button-danger,
.agdbk-button-danger {
  background: #c62828;
  border: 2px solid #c62828;
  color: #fff;
}
.agdbk-button.agdbk-button-danger:hover:not(:disabled),
.agdbk-button-danger:hover:not(:disabled) {
  background: #a11a1a;
  border: 2px solid #a11a1a;
  color: #fff;
}

.agdbk-button.agdbk-button-ghost,
.agdbk-button-ghost {
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-button.agdbk-button-ghost:hover:not(:disabled),
.agdbk-button-ghost:hover:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-ghost:active:not(:disabled),
.agdbk-button-ghost:active:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-ghost:disabled,
.agdbk-button-ghost:disabled {
  background: #d4d5d6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.agdbk-button.agdbk-button-ghost,
.agdbk-button-ghost {
  background: transparent;
  color: #ff5700;
  border: 2px solid #ff5700;
  font-weight: bold;
}
.agdbk-button.agdbk-button-ghost:hover:not(:disabled),
.agdbk-button-ghost:hover:not(:disabled) {
  background: #ff5700;
  color: #fff;
  border: 2px solid #ff5700;
}
.agdbk-button.agdbk-button-ghost.grey,
.agdbk-button-ghost.grey {
  color: #6b6e74;
  border: 2px solid #6b6e74;
}
.agdbk-button.agdbk-button-ghost.grey:hover:not(:disabled),
.agdbk-button-ghost.grey:hover:not(:disabled) {
  background: #6b6e74;
  color: #fff;
  border: 2px solid #6b6e74;
}

.agdbk-button.agdbk-button-accent,
.agdbk-button-accent {
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-button.agdbk-button-accent:hover:not(:disabled),
.agdbk-button-accent:hover:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-accent:active:not(:disabled),
.agdbk-button-accent:active:not(:disabled) {
  text-decoration: none;
}
.agdbk-button.agdbk-button-accent:disabled,
.agdbk-button-accent:disabled {
  background: #d4d5d6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.agdbk-button.agdbk-button-accent,
.agdbk-button-accent {
  background: #ff5700;
  color: #fff;
  border: 2px solid #ff5700;
  font-weight: bold;
}
.agdbk-button.agdbk-button-accent:hover:not(:disabled),
.agdbk-button-accent:hover:not(:disabled) {
  background: #fff;
  color: #ff5700;
  border: 2px solid #ff5700;
}
.agdbk-button.agdbk-button-accent:disabled,
.agdbk-button-accent:disabled {
  background: rgba(255, 87, 0, 0.1);
  color: #ff5700;
}

.agdbk-book-now-button {
  margin-top: 15px;
}

.agdbk-unit-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.agdbk-unit-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.agdbk-unit-sidebar {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1024px) {
  .agdbk-unit-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .agdbk-unit-sidebar {
    width: 100%;
    max-width: none;
    min-width: 0;
    position: static;
  }
}
.agdbk-calendar-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #f8f9fa;
}
.agdbk-calendar-wrapper.bordered {
  border: 2px solid #ff5700;
  padding: 0 8px 9px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 4px rgba(195, 196, 199, 0.3);
          box-shadow: 2px 2px 4px rgba(195, 196, 199, 0.3);
}

.agdbk-embedded-form-logo-wrapper {
  margin: -18px auto -18px;
  text-align: center;
}
.agdbk-embedded-form-logo-wrapper .directbooking-embed-logo {
  fill: #ff5700;
  color: #ff5700;
}
.agdbk-embedded-form-logo-wrapper .embedded-form-logo {
  z-index: 9;
  position: relative;
  text-align: center;
  height: 35px;
  margin: 0 auto;
  background: #f8f9fa;
  border-radius: 20px;
  padding: 0 8px;
  -webkit-box-shadow: 0 -2px 4px rgba(195, 196, 199, 0.3);
          box-shadow: 0 -2px 4px rgba(195, 196, 199, 0.3);
}

.agdbk-calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding: 0;
  background: #f8f9fa;
  border-radius: 20px;
  position: relative;
}
.agdbk-calendar-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #939598;
}
.agdbk-calendar-header button {
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  padding-bottom: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #111;
}
.agdbk-calendar-header button:hover {
  background: #5aadeb;
  color: #fff;
  border-color: #5aadeb;
}
.agdbk-calendar-header.selecting-checkout::after {
  content: "Select check-out date (navigate months if needed)";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #5aadeb;
  font-style: italic;
  white-space: nowrap;
}

.agdbk-calendar-body {
  margin-bottom: 10px;
}

.agdbk-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
}

.agdbk-day-name {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 0;
  color: #939598;
  text-transform: uppercase;
}

.agdbk-day {
  position: relative;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  color: #111;
}
.agdbk-day.empty {
  border: none;
  cursor: default;
}
.agdbk-day.past {
  background: #f5f5f5;
  color: #939598;
  cursor: not-allowed;
  opacity: 0.6;
}
.agdbk-day.booked {
  background: rgba(191, 195, 203, 0.2);
  color: #bfc3cb;
  border-color: #bfc3cb;
  cursor: not-allowed;
  opacity: 0.5;
}
.agdbk-day.booked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #bfc3cb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.agdbk-day.booked.in-range {
  background: #c62828;
  opacity: 1;
}
.agdbk-day:not(.empty):not(.past):not(.booked):hover {
  background: rgba(90, 173, 235, 0.9);
}
.agdbk-day.selected, .agdbk-day.check-in, .agdbk-day.check-out, .agdbk-day.in-range {
  background-color: #5aadeb;
  color: #fff;
}
.agdbk-day.check-in {
  border-radius: 50% 0 0 50%;
}
.agdbk-day.check-out {
  border-radius: 0 50% 50% 0;
}
.agdbk-day.check-in.check-out {
  border-radius: 50%;
}
.agdbk-day.in-range {
  border-radius: 0;
}
.agdbk-day.in-range:hover {
  background-color: rgba(90, 173, 235, 0.9);
}
.agdbk-day.check-in::after, .agdbk-day.check-out::after {
  z-index: 9;
  position: absolute;
  top: -7px;
  left: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 8px;
  text-transform: uppercase;
  background: #5aadeb;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 140%;
}
.agdbk-day.check-in::after {
  content: "Check In";
  background: #24dd4f;
}
.agdbk-day.check-out::after {
  content: "Check Out";
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  background: #c62828;
}

.agdbk-booking-form {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  margin-bottom: 0;
}
.agdbk-booking-form form {
  margin-bottom: 5px;
}
.agdbk-booking-form h3 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: normal;
  color: #939598;
}
.agdbk-booking-form.selecting-checkout .agdbk-day:not(.empty):not(.past):not(.booked):hover {
  background-color: rgba(0, 115, 170, 0.15);
}

.agdbk-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 15px;
}
.agdbk-form-row input[type=date],
.agdbk-form-row input[type=number],
.agdbk-form-row input[type=text],
.agdbk-form-row input[type=email],
.agdbk-form-row input[type=tel],
.agdbk-form-row select,
.agdbk-form-row textarea {
  color: #111;
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #d4d5d6;
  border-radius: 7px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.agdbk-form-row input[type=date].accent-field,
.agdbk-form-row input[type=number].accent-field,
.agdbk-form-row input[type=text].accent-field,
.agdbk-form-row input[type=email].accent-field,
.agdbk-form-row input[type=tel].accent-field,
.agdbk-form-row select.accent-field,
.agdbk-form-row textarea.accent-field {
  border: 2px solid #ff5700;
}
.agdbk-form-row input[type=date]:focus,
.agdbk-form-row input[type=number]:focus,
.agdbk-form-row input[type=text]:focus,
.agdbk-form-row input[type=email]:focus,
.agdbk-form-row input[type=tel]:focus,
.agdbk-form-row select:focus,
.agdbk-form-row textarea:focus {
  outline: none;
  border-color: #5aadeb;
}
.agdbk-form-row input[type=date]::-webkit-input-placeholder, .agdbk-form-row input[type=number]::-webkit-input-placeholder, .agdbk-form-row input[type=text]::-webkit-input-placeholder, .agdbk-form-row input[type=email]::-webkit-input-placeholder, .agdbk-form-row input[type=tel]::-webkit-input-placeholder, .agdbk-form-row select::-webkit-input-placeholder, .agdbk-form-row textarea::-webkit-input-placeholder {
  color: #939598;
}
.agdbk-form-row input[type=date]::-moz-placeholder, .agdbk-form-row input[type=number]::-moz-placeholder, .agdbk-form-row input[type=text]::-moz-placeholder, .agdbk-form-row input[type=email]::-moz-placeholder, .agdbk-form-row input[type=tel]::-moz-placeholder, .agdbk-form-row select::-moz-placeholder, .agdbk-form-row textarea::-moz-placeholder {
  color: #939598;
}
.agdbk-form-row input[type=date]:-ms-input-placeholder, .agdbk-form-row input[type=number]:-ms-input-placeholder, .agdbk-form-row input[type=text]:-ms-input-placeholder, .agdbk-form-row input[type=email]:-ms-input-placeholder, .agdbk-form-row input[type=tel]:-ms-input-placeholder, .agdbk-form-row select:-ms-input-placeholder, .agdbk-form-row textarea:-ms-input-placeholder {
  color: #939598;
}
.agdbk-form-row input[type=date]::-ms-input-placeholder, .agdbk-form-row input[type=number]::-ms-input-placeholder, .agdbk-form-row input[type=text]::-ms-input-placeholder, .agdbk-form-row input[type=email]::-ms-input-placeholder, .agdbk-form-row input[type=tel]::-ms-input-placeholder, .agdbk-form-row select::-ms-input-placeholder, .agdbk-form-row textarea::-ms-input-placeholder {
  color: #939598;
}
.agdbk-form-row input[type=date]::placeholder,
.agdbk-form-row input[type=number]::placeholder,
.agdbk-form-row input[type=text]::placeholder,
.agdbk-form-row input[type=email]::placeholder,
.agdbk-form-row input[type=tel]::placeholder,
.agdbk-form-row select::placeholder,
.agdbk-form-row textarea::placeholder {
  color: #939598;
}
.agdbk-form-row textarea {
  resize: vertical;
  font-family: inherit;
}

.agdbk-promo-form,
.agdbk-host-form-row,
.agdbk-booking-form-row,
.agdbk-checkout-form-row,
.guest-account-agdbk-form-row {
  display: grid;
  gap: 15px;
  grid-template-columns: auto;
  margin-bottom: 0;
}
.agdbk-form-grid .agdbk-promo-form,
.agdbk-form-grid .agdbk-host-form-row,
.agdbk-form-grid .agdbk-booking-form-row,
.agdbk-form-grid .agdbk-checkout-form-row,
.agdbk-form-grid .guest-account-agdbk-form-row {
  grid-template-columns: 130px 230px;
}
@media (max-width: 600px) {
  .agdbk-form-grid .agdbk-promo-form,
  .agdbk-form-grid .agdbk-host-form-row,
  .agdbk-form-grid .agdbk-booking-form-row,
  .agdbk-form-grid .agdbk-checkout-form-row,
  .agdbk-form-grid .guest-account-agdbk-form-row {
    grid-template-columns: 1fr;
  }
}
.agdbk-promo-form .required-field,
.agdbk-host-form-row .required-field,
.agdbk-booking-form-row .required-field,
.agdbk-checkout-form-row .required-field,
.guest-account-agdbk-form-row .required-field {
  color: #c62828;
  font-weight: bold;
  margin: 0 2px;
}
.agdbk-promo-form input[type=date],
.agdbk-promo-form input[type=number],
.agdbk-promo-form input[type=text],
.agdbk-promo-form input[type=email],
.agdbk-promo-form input[type=tel],
.agdbk-promo-form textarea,
.agdbk-promo-form select,
.agdbk-promo-form input,
.agdbk-host-form-row input[type=date],
.agdbk-host-form-row input[type=number],
.agdbk-host-form-row input[type=text],
.agdbk-host-form-row input[type=email],
.agdbk-host-form-row input[type=tel],
.agdbk-host-form-row textarea,
.agdbk-host-form-row select,
.agdbk-host-form-row input,
.agdbk-booking-form-row input[type=date],
.agdbk-booking-form-row input[type=number],
.agdbk-booking-form-row input[type=text],
.agdbk-booking-form-row input[type=email],
.agdbk-booking-form-row input[type=tel],
.agdbk-booking-form-row textarea,
.agdbk-booking-form-row select,
.agdbk-booking-form-row input,
.agdbk-checkout-form-row input[type=date],
.agdbk-checkout-form-row input[type=number],
.agdbk-checkout-form-row input[type=text],
.agdbk-checkout-form-row input[type=email],
.agdbk-checkout-form-row input[type=tel],
.agdbk-checkout-form-row textarea,
.agdbk-checkout-form-row select,
.agdbk-checkout-form-row input,
.guest-account-agdbk-form-row input[type=date],
.guest-account-agdbk-form-row input[type=number],
.guest-account-agdbk-form-row input[type=text],
.guest-account-agdbk-form-row input[type=email],
.guest-account-agdbk-form-row input[type=tel],
.guest-account-agdbk-form-row textarea,
.guest-account-agdbk-form-row select,
.guest-account-agdbk-form-row input {
  color: #111;
  width: 100%;
  min-width: 100%;
  padding: 10px 12px;
  border: 2px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.agdbk-promo-form input[type=date]:focus,
.agdbk-promo-form input[type=number]:focus,
.agdbk-promo-form input[type=text]:focus,
.agdbk-promo-form input[type=email]:focus,
.agdbk-promo-form input[type=tel]:focus,
.agdbk-promo-form textarea:focus,
.agdbk-promo-form select:focus,
.agdbk-promo-form input:focus,
.agdbk-host-form-row input[type=date]:focus,
.agdbk-host-form-row input[type=number]:focus,
.agdbk-host-form-row input[type=text]:focus,
.agdbk-host-form-row input[type=email]:focus,
.agdbk-host-form-row input[type=tel]:focus,
.agdbk-host-form-row textarea:focus,
.agdbk-host-form-row select:focus,
.agdbk-host-form-row input:focus,
.agdbk-booking-form-row input[type=date]:focus,
.agdbk-booking-form-row input[type=number]:focus,
.agdbk-booking-form-row input[type=text]:focus,
.agdbk-booking-form-row input[type=email]:focus,
.agdbk-booking-form-row input[type=tel]:focus,
.agdbk-booking-form-row textarea:focus,
.agdbk-booking-form-row select:focus,
.agdbk-booking-form-row input:focus,
.agdbk-checkout-form-row input[type=date]:focus,
.agdbk-checkout-form-row input[type=number]:focus,
.agdbk-checkout-form-row input[type=text]:focus,
.agdbk-checkout-form-row input[type=email]:focus,
.agdbk-checkout-form-row input[type=tel]:focus,
.agdbk-checkout-form-row textarea:focus,
.agdbk-checkout-form-row select:focus,
.agdbk-checkout-form-row input:focus,
.guest-account-agdbk-form-row input[type=date]:focus,
.guest-account-agdbk-form-row input[type=number]:focus,
.guest-account-agdbk-form-row input[type=text]:focus,
.guest-account-agdbk-form-row input[type=email]:focus,
.guest-account-agdbk-form-row input[type=tel]:focus,
.guest-account-agdbk-form-row textarea:focus,
.guest-account-agdbk-form-row select:focus,
.guest-account-agdbk-form-row input:focus {
  outline: none;
  border-color: #5aadeb;
}
.agdbk-promo-form select,
.agdbk-host-form-row select,
.agdbk-booking-form-row select,
.agdbk-checkout-form-row select,
.guest-account-agdbk-form-row select {
  padding: 0 15px;
}
.agdbk-promo-form textarea,
.agdbk-host-form-row textarea,
.agdbk-booking-form-row textarea,
.agdbk-checkout-form-row textarea,
.guest-account-agdbk-form-row textarea {
  height: 50px;
  line-height: 120%;
  border-radius: 20px;
}
.agdbk-promo-form .add-promo-code-field,
.agdbk-host-form-row .add-promo-code-field,
.agdbk-booking-form-row .add-promo-code-field,
.agdbk-checkout-form-row .add-promo-code-field,
.guest-account-agdbk-form-row .add-promo-code-field {
  border-radius: 20px;
  text-transform: uppercase;
}

.agdbk-booking-form-row.check-out-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.agdbk-booking-form-row.check-out-row .field-wrapper {
  width: 50%;
}
.agdbk-booking-form-row.check-out-row .field-wrapper input {
  min-width: unset;
  max-width: unset;
  width: 100%;
  font-size: 13px;
  padding: 5px 6px 5px 12px;
}

.agdbk-booking-form label {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 11px;
  padding: 0;
  margin: 0 0 2px;
}
.agdbk-booking-form label.tiny-label {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2px;
}
.agdbk-booking-form label textarea,
.agdbk-booking-form label input {
  margin-top: 5px;
}

.agdbk-checkout-form {
  background: #fff;
  padding: 15px;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
}
.agdbk-checkout-form h3 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: normal;
  color: #939598;
}
.agdbk-checkout-form h4 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #939598;
}

.agdbk-booking-summary {
  margin: 20px 0 20px;
  background: 0;
  padding: 5px 0;
  border-bottom: 2px solid #d4d5d6;
  border-top: 2px solid #d4d5d6;
}
.agdbk-booking-summary h4 {
  margin-top: 0;
}
.agdbk-booking-summary .summary-content p strong {
  color: #111;
}
.agdbk-booking-summary .summary-content hr {
  border: none;
  border-top: 1px solid #d4d5d6;
  margin: 5px 0;
}
.agdbk-booking-summary .summary-content .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0;
  font-size: 15px;
}
.agdbk-booking-summary .summary-content .detail-row .value {
  font-weight: normal;
  color: #111;
}
.agdbk-booking-summary .summary-content .detail-row.total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #d4d5d6;
  font-size: 18px;
}
.agdbk-booking-summary .summary-content .detail-row.total .value {
  color: #24dd4f;
}
.agdbk-booking-summary p {
  margin: 0 0 0;
  padding: 0 0 0;
}
.agdbk-booking-summary p:not(:last-child):not(:only-child) {
  margin: 0 0 0;
  padding: 0 0 0;
}
.agdbk-booking-summary p.booking-date-summary {
  font-size: 18px;
  line-height: 140%;
}
.agdbk-booking-summary p.booking-guests-summary {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 140%;
}

.agdbk-discount {
  color: #24dd4f !important;
}

.agdbk-total {
  font-size: 1.1em !important;
  padding-top: 5px;
  margin-top: 5px;
}

.agdbk-availability-result {
  display: none;
}
.agdbk-availability-result.visible {
  display: inline-block;
}
.agdbk-availability-result p {
  padding: 10px 15px;
  border-radius: 20px;
  margin: 10px 0 10px;
}
.agdbk-availability-result .result-message {
  font-weight: 500;
  margin-bottom: 10px;
}
.agdbk-availability-result .result-details {
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
.agdbk-availability-result .result-details .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0;
}
.agdbk-availability-result .result-details .detail-row .value {
  font-weight: normal;
}
.agdbk-availability-result .result-debug {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
.agdbk-availability-result .agdbk-success,
.agdbk-availability-result .success {
  display: block;
  background: #d4edda;
  border: 2px solid #c3e6cb;
  color: #1ca83b;
}
.agdbk-availability-result .agdbk-error,
.agdbk-availability-result .error {
  display: block;
  background: #f8d7da;
  border: 2px solid #a11a1a;
  color: #a11a1a;
}
.agdbk-availability-result .agdbk-info,
.agdbk-availability-result .info {
  display: block;
  background: #e7f3ff;
  border: 2px solid #b3d9ff;
  color: #177ac5;
}

.agdbk-cancellation-policy {
  background: #fff3cd;
  border: 2px solid #ffeaa7;
  padding: 15px;
  border-radius: 7px;
  margin: 20px 0;
  color: #856404;
}
.agdbk-cancellation-policy h4 {
  margin: 0 0 10px 0;
}
.agdbk-cancellation-policy p {
  margin: 0;
  font-size: 14px;
}

.agdbk-payment-placeholder {
  background: #e7f3ff;
  border: 2px solid #b3d9ff;
  padding: 15px;
  border-radius: 7px;
  margin: 20px 0;
  color: #177ac5;
}
.agdbk-payment-placeholder h4 {
  margin: 0 0 10px 0;
}
.agdbk-payment-placeholder p {
  margin: 0;
  font-size: 14px;
}

.agdbk-terms {
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.agdbk-terms input[type=checkbox] {
  margin: 0 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.agdbk-terms label {
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 30px);
  text-transform: none;
  font-size: 12px !important;
  line-height: 12px !important;
  cursor: pointer;
}

.agdbk-checkout-actions {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  margin: 15px 0;
}

.agdbk-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: agdbk-spin 0.8s linear infinite;
          animation: agdbk-spin 0.8s linear infinite;
}

@-webkit-keyframes agdbk-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes agdbk-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .agdbk-calendar-grid {
    gap: 4px;
    padding: 15px;
  }
  .agdbk-day {
    font-size: 12px;
  }
  .agdbk-day-name {
    font-size: 11px;
    padding: 8px 0;
  }
  .agdbk-calendar-header h3 {
    font-size: 16px;
  }
  .agdbk-calendar-header button {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .agdbk-booking-form,
  .agdbk-checkout-form {
    padding: 15px;
  }
  .agdbk-form-row {
    grid-template-columns: 1fr;
  }
  .agdbk-checkout-actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .agdbk-calendar-grid {
    gap: 2px;
  }
  .agdbk-day {
    font-size: 11px;
    border-radius: 7px;
  }
  .agdbk-day-name {
    font-size: 10px;
  }
}
.agdbk-promo-status {
  font-size: 13px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 15px;
  border-radius: 20px;
  margin: 0 0 10px;
}
.agdbk-promo-status.agdbk-promo-validating {
  color: #939598;
  background: #f5f5f5;
}
.agdbk-promo-status.agdbk-promo-valid {
  color: #1ca83b;
  background: #d4edda;
  border: 2px solid #1ca83b;
}
.agdbk-promo-status.agdbk-promo-invalid {
  color: #a11a1a;
  background: #f8d7da;
  border: 2px solid #a11a1a;
}
.agdbk-promo-status.agdbk-promo-info {
  color: #939598;
  background: #fff;
  border: 2px solid #939598;
}
.agdbk-promo-status.agdbk-promo-error {
  color: #a11a1a;
  background: #f8d7da;
  border: 2px solid #a11a1a;
}

input.valid {
  border-color: #1ca83b !important;
  background-color: #f0fff4 !important;
}

.agdbk-payment-section {
  background: #f8f9fa;
  border: 2px solid #d4d5d6;
  border-radius: 7px;
  padding: 15px;
  margin: 10px 0;
}
.agdbk-payment-section h4 {
  margin: 0 0 10px 0;
}

.agdbk-payment-section-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.agdbk-payment-notice {
  color: #939598;
  font-size: 14px;
  margin-bottom: 15px;
}

.agdbk-paystack-secured-by {
  max-width: 100%;
}
@media (max-width: 480px) {
  .agdbk-paystack-secured-by {
    max-width: 100%;
  }
}

.agdbk-paystack-badge {
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 7px;
  max-width: 100%;
  margin-top: 10px;
}
.agdbk-paystack-badge img {
  max-width: 100%;
  height: auto;
}

.agdbk-paystack-options {
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.agdbk-paystack-options .agdbk-paystack-option {
  width: auto;
  height: 20px;
}
.agdbk-paystack-options .agdbk-paystack-option img, .agdbk-paystack-options .agdbk-paystack-option svg {
  width: auto;
  height: 100%;
}
.agdbk-paystack-options .agdbk-paystack-option.visa {
  height: 20px;
}
.agdbk-paystack-options .agdbk-paystack-option.mastercard {
  height: 20px;
}
.agdbk-paystack-options .agdbk-paystack-option.amex {
  height: 35px;
}
@media (min-width: 480px) {
  .agdbk-paystack-options {
    max-width: 420px;
  }
}
.agdbk-paystack-options img {
  max-width: 100%;
  height: auto;
}

.agdbk-reserve-btn {
  background: #24dd4f;
  border-color: #24dd4f;
}
.agdbk-reserve-btn:hover:not(:disabled) {
  background: #1ca83b;
  border-color: #1ca83b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.agdbk-payment-processing {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
}

.agdbk-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #d4d5d6;
  border-top-color: #00C3F7;
  border-radius: 50%;
  -webkit-animation: agdbk-spin 1s linear infinite;
          animation: agdbk-spin 1s linear infinite;
  margin: 0 auto 20px;
}

.agdbk-booking-success {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
}
.agdbk-booking-success h3 {
  color: #24dd4f;
  margin-bottom: 15px;
}

.agdbk-success-icon {
  width: 80px;
  height: 80px;
  background: #24dd4f;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.agdbk-booking-reference {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 7px;
  margin-top: 20px;
  display: inline-block;
}

.agdbk-icon-sm svg {
  height: var(--base_font_size);
  width: var(--base_font_size);
}

.agdbk-icon-md {
  color: #ff5700;
}
.agdbk-icon-md svg {
  height: 60px;
  width: 60px;
}

.agdbk-icon-lg svg {
  height: 20px;
  width: 20px;
}

.agdbk-account-wrapper {
  min-height: 80vh;
  width: 100%;
}

.agdbk-account-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .agdbk-account-container {
    grid-template-columns: 1fr;
  }
}

.agdbk-account-content {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  padding: 30px 30px 30px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .agdbk-account-content {
    margin: 0 auto 20px;
    padding: 15px;
    max-width: 90vw;
    width: 90vw;
  }
}

.agdbk-guest-dashboard,
.agdbk-guest-bookings,
.agdbk-guest-profile {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.agdbk-account-nav {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  padding: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .agdbk-account-nav {
    margin: 0 auto 20px;
    padding: 15px;
    max-width: 90vw;
    width: 90vw;
    grid-row: 2;
  }
}

.agdbk-account-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.agdbk-nav-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agdbk-nav-user-info {
  overflow: hidden;
}

.agdbk-nav-name {
  display: block;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.agdbk-nav-email {
  display: block;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.agdbk-nav-menu:not(.menu),
.agdbk-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.agdbk-nav-menu:not(.menu) li,
.agdbk-nav-menu li {
  margin-bottom: 5px;
}
ul.agdbk-nav-menu:not(.menu) a,
.agdbk-nav-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
ul.agdbk-nav-menu:not(.menu) a:hover,
.agdbk-nav-menu a:hover {
  background: #f5f5f5;
}
ul.agdbk-nav-menu:not(.menu) li.active a,
.agdbk-nav-menu li.active a {
  background: #5aadeb;
  color: #fff;
}
ul.agdbk-nav-menu:not(.menu) li.active a .nav-icon,
.agdbk-nav-menu li.active a .nav-icon {
  color: #fff;
}
ul.agdbk-nav-menu:not(.menu) .nav-icon,
.agdbk-nav-menu .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agdbk-nav-logout {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.agdbk-nav-logout a {
  color: #666;
}
.agdbk-nav-logout a:hover {
  background: #fee;
  color: #c00;
}

.agdbk-welcome {
  margin-bottom: 40px;
}
.agdbk-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .agdbk-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.agdbk-dashboard-card h3 {
  margin: 0 0 15px;
  font-size: 16px;
}

.agdbk-card-full {
  grid-column: span 2;
}

@media (max-width: 600px) {
  .agdbk-card-full {
    grid-column: span 1;
  }
}
.agdbk-stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0;
}

.agdbk-stat {
  text-align: center;
}

.agdbk-stat .stat-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #2271b1;
}

.agdbk-stat .stat-label {
  display: block;
  font-size: 13px;
  color: #6b6e74;
  margin-top: 5px;
}

.agdbk-booking-list-mini .agdbk-status {
  float: none;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.agdbk-filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agdbk-tab {
  padding: 8px 16px;
  border: 1px solid #d4d5d6;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.agdbk-tab:hover {
  border-color: #2271b1;
}

.agdbk-tab.active {
  background: #2271b1;
  color: #fff;
  border-color: #2271b1;
}

.agdbk-completed-badge {
  color: #155724;
  font-size: 13px;
  font-weight: 600;
}

.agdbk-no-bookings {
  text-align: center;
  padding: 60px 20px;
}

.agdbk-empty-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.agdbk-no-bookings h3 {
  margin: 0 0 10px;
}

.agdbk-no-bookings p {
  color: #6b6e74;
  margin-bottom: 20px;
}

.agdbk-countdown {
  background: #e8f4fd;
  color: #1a5a96;
  padding: 12px 20px;
  border-left: 4px solid #2271b1;
}

p.agdbk-page-subtitle:not(:last-child):not(:only-child),
p.agdbk-page-subtitle {
  color: #6b6e74;
}
.agdbk-guest-profile p.agdbk-page-subtitle:not(:last-child):not(:only-child),
.agdbk-guest-profile p.agdbk-page-subtitle {
  margin-bottom: 30px;
}

p.secondary-info {
  font-size: 0.7rem;
  line-height: 140%;
  color: #939598;
  margin: 0 0 0;
}

.agdbk-avatar-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  text-align: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  background: #fdf9e9;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.agdbk-avatar-card .agdbk-button {
  margin: 20px auto 10px;
}
.agdbk-avatar-card form {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 80px;
}
.agdbk-avatar-card form .agdbk-button {
  padding: 8px 14px;
  border: 0;
  font-size: 10px;
}

.agdbk-avatar-large {
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin: 0 auto 0;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.agdbk-avatar-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agdbk-avatar-info {
  width: 100%;
}
.agdbk-avatar-info h3 {
  margin: 0 0 5px;
}
.agdbk-avatar-info p {
  color: #939598;
  margin: 0 0 15px;
}
.agdbk-avatar-info .agdbk-avatar-bio {
  color: #111;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
  white-space: pre-line;
}

.agdbk-form-grid-wide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.agdbk-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

@media (max-width: 500px) {
  .agdbk-form-grid {
    grid-template-columns: 1fr;
  }
}
.agdbk-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.agdbk-info-grid .info-label {
  display: block;
  font-size: 12px;
  color: #6b6e74;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.agdbk-info-grid .info-value {
  font-weight: 600;
}

.agdbk-change-password form {
  width: 100%;
  max-width: 100%;
}
.agdbk-change-password form input {
  max-width: 100%;
}

.agdbk-booking-list-mini {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agdbk-booking-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.agdbk-booking-mini:last-child {
  border-bottom: none;
}

.agdbk-booking-mini-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}
.agdbk-booking-mini-thumb a {
  display: block;
  line-height: 0;
}
.agdbk-booking-mini-thumb img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.agdbk-booking-mini-thumb img:hover {
  opacity: 0.85;
}

.agdbk-booking-mini-thumb-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 7px;
  background: #f0f0f1;
}

.agdbk-booking-mini-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.agdbk-booking-mini-info strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.agdbk-booking-mini-dates {
  display: inline-block;
  font-size: 12px;
  color: #383d41;
  margin-top: 2px;
}

.agdbk-booking-mini-view {
  display: inline-block;
  font-size: 12px;
  color: #5aadeb;
  margin-top: 4px;
  text-decoration: none;
}
.agdbk-booking-mini-view:hover {
  text-decoration: underline;
}

.agdbk-booking-mini-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
}

.agdbk-booking-mini-meta {
  display: inline-block;
  font-size: 12px;
  color: #383d41;
  margin-top: 2px;
}

.agdbk-booking-mini-id {
  font-size: 11px;
  color: #383d41;
  white-space: nowrap;
}

.agdbk-booking-mini-address {
  display: block;
  font-size: 12px;
  color: #383d41;
  margin-top: 4px;
  text-decoration: none;
}
.agdbk-booking-mini-address:hover {
  color: #5aadeb;
  text-decoration: underline;
}

.agdbk-cal-btn,
.agdbk-maps-btn {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

.agdbk-booking-mini-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  font-size: 13px;
  padding: 5px 10px;
  background: rgba(255, 87, 0, 0.08);
  border-left: 3px solid #ff5700;
  border-radius: 7px;
  margin: 4px 0;
}

.agdbk-booking-list-full.agdbk-booking-list-mini .agdbk-booking-mini,
.agdbk-booking-list-full .agdbk-booking-mini {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0;
  gap: 16px;
  border-bottom: 1px solid #eee;
}
.agdbk-booking-list-full.agdbk-booking-list-mini .agdbk-booking-mini:last-child,
.agdbk-booking-list-full .agdbk-booking-mini:last-child {
  border-bottom: none;
}
.agdbk-booking-list-full .agdbk-booking-mini-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
.agdbk-booking-list-full .agdbk-booking-mini-thumb a {
  display: block;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
}
.agdbk-booking-list-full .agdbk-booking-mini-thumb img {
  width: 190px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.agdbk-booking-list-full .agdbk-booking-mini-thumb-placeholder {
  width: 190px;
  height: 160px;
  border-radius: 20px;
}
.agdbk-booking-list-full .agdbk-booking-mini-action {
  min-width: 160px;
}

.agdbk-bookings-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.agdbk-no-bookings {
  text-align: center;
  padding: 20px 0 40px;
}

.agdbk-no-data {
  color: #666;
  font-style: italic;
}

.agdbk-booking-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
}
.agdbk-booking-card.is-past {
  opacity: 0.7;
}

.agdbk-booking-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}
.agdbk-booking-header h3 {
  margin: 0;
  font-size: 18px;
}

.agdbk-booking-details {
  padding: 15px;
}

.agdbk-booking-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .agdbk-booking-dates {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.agdbk-date .label {
  display: block;
  width: 200px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.agdbk-date .value {
  font-weight: normal;
}

.agdbk-booking-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 600px) {
  .agdbk-booking-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}

.agdbk-info-item .label {
  display: block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.agdbk-info-item .value {
  font-weight: normal;
}

.agdbk-booking-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
}

.agdbk-booking-footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.agdbk-button-sm {
  padding: 6px 14px;
  font-size: 13px;
}

.agdbk-contact-btn {
  white-space: nowrap;
}

.agdbk-booking-id {
  font-size: 13px;
  color: #383d41;
}

.agdbk-confirmed-badge {
  color: #1ca83b;
  font-size: 13px;
  font-weight: normal;
}

.agdbk-pending-badge {
  color: #856404;
  font-size: 13px;
  font-weight: normal;
}

ul:not(.menu).agdbk-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul:not(.menu).agdbk-quick-links li {
  margin: 0;
  padding: 4px 0;
}
ul:not(.menu).agdbk-quick-links a {
  text-decoration: none;
  color: #5aadeb;
}
ul:not(.menu).agdbk-quick-links a:hover {
  text-decoration: none;
}

.agdbk-view-more {
  margin-top: 10px;
  text-align: right;
}
.agdbk-view-more a {
  font-size: 13px;
}

.agdbk-profile-sections {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
}
@media (max-width: 600px) {
  .agdbk-profile-sections {
    display: inline-block;
    width: 90%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.agdbk-full-width {
  grid-column: span 2;
}

.agdbk-profile-section {
  padding: 20px 0 0;
}
.agdbk-profile-section.agdbk-change-password {
  padding: 0;
}
.agdbk-profile-section.agdbk-avatar-card {
  padding: 20px 20px 10px;
}
.agdbk-profile-section h3 {
  margin: 0 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.agdbk-avatar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agdbk-avatar-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.agdbk-avatar-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agdbk-form-actions {
  margin-top: 20px;
}
#agdbk-password-form .agdbk-form-actions {
  margin-top: 0;
}

.agdbk-form-hint {
  font-size: 12px;
  color: #666;
  margin-top: 0;
  grid-column: 1/3;
}

.agdbk-form-row-full {
  grid-column: 1/-1;
  gap: 0 15px;
}
.agdbk-form-row-full textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  min-height: 100px;
}

.agdbk-message {
  margin-top: 0;
}
.agdbk-message p {
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 10px 0 10px;
}
.agdbk-message .success {
  background: #d4edda;
  border: 2px solid #1ca83b;
  color: #1ca83b;
}
.agdbk-message .error {
  background: #f8d7da;
  border: 2px solid #721c24;
  color: #721c24;
}

.agdbk-login-prompt {
  text-align: center;
  padding: 40px;
  background: #f9f9f9;
  border-radius: 20px;
}

.agdbk-login-wrapper {
  padding: 60px 20px;
  background: #fff;
  min-height: 80vh;
}

.agdbk-login-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 968px) {
  .agdbk-login-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.agdbk-login-content {
  padding-right: 40px;
}
@media (max-width: 968px) {
  .agdbk-login-content {
    padding-right: 0;
  }
}

.agdbk-login-default-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
.agdbk-login-default-content p {
  font-size: 18px;
  color: #666;
}

.agdbk-auth-forms {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.agdbk-form-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.agdbk-tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 20px;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.agdbk-tab-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}
.agdbk-tab-btn.active {
  background: #fff;
  color: #5aadeb;
}
.agdbk-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #5aadeb;
}

.agdbk-tab-content {
  display: none;
  padding: 40px;
}
.agdbk-tab-content.active {
  display: block;
}
@media (max-width: 480px) {
  .agdbk-tab-content {
    padding: 30px 20px;
  }
}

.agdbk-form h3 {
  margin: 0 0 25px;
  font-size: 24px;
}

.agdbk-form-group {
  margin-bottom: 20px;
}
.agdbk-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.agdbk-form-group input[type=text],
.agdbk-form-group input[type=email],
.agdbk-form-group input[type=password],
.agdbk-form-group input[type=tel],
.agdbk-form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #eee;
  font-size: 15px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.agdbk-form-group input[type=text].accent-field,
.agdbk-form-group input[type=email].accent-field,
.agdbk-form-group input[type=password].accent-field,
.agdbk-form-group input[type=tel].accent-field,
.agdbk-form-group select.accent-field {
  border: 2px solid #ff5700;
}
.agdbk-form-group input[type=text]:focus,
.agdbk-form-group input[type=email]:focus,
.agdbk-form-group input[type=password]:focus,
.agdbk-form-group input[type=tel]:focus,
.agdbk-form-group select:focus {
  outline: none;
  border-color: #5aadeb;
}
.agdbk-form-group select {
  padding: 0 15px;
}
.agdbk-form-group small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

.agdbk-promo-form-row .agdbk-form-group input[type=text],
.agdbk-promo-form-row .agdbk-form-group input[type=email],
.agdbk-promo-form-row .agdbk-form-group input[type=password],
.agdbk-promo-form-row .agdbk-form-group input[type=tel],
.agdbk-promo-form-row .agdbk-form-group select {
  border-radius: 20px;
}

.agdbk-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agdbk-form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  cursor: pointer;
}
.agdbk-form-checkbox input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}
.agdbk-form-checkbox span {
  font-size: 14px;
  font-weight: normal;
}

.agdbk-form-message {
  margin-top: 15px;
  padding: 12px 15px;
  border-radius: 7px;
  font-size: 14px;
  display: none;
}
.agdbk-form-message.success {
  display: block;
  background: #d4edda;
  color: #1ca83b;
}
.agdbk-form-message.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
}

.agdbk-form-footer {
  margin-top: 20px;
  text-align: center;
}
.agdbk-form-footer a {
  color: #5aadeb;
  font-size: 14px;
  text-decoration: none;
}
.agdbk-form-footer a:hover {
  color: #177ac5;
  text-decoration: none;
}

.agdbk-nav-section {
  padding: 1.25rem 1rem 0.4rem 1rem;
  cursor: default;
}
.agdbk-nav-section .agdbk-nav-section-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #939598;
}
.agdbk-nav-section .agdbk-nav-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d4d5d6;
  color: #939598;
  font-size: 0.65rem;
  font-weight: 700;
  cursor: help;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.agdbk-owner-dashboard .agdbk-welcome h2 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
}

.agdbk-owner-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .agdbk-owner-dashboard-grid {
    display: block;
    grid-template-columns: 1fr;
  }
}

.agdbk-owner-block {
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  padding: 1.25rem;
}
@media (max-width: 600px) {
  .agdbk-owner-block {
    margin: 0 auto 10px;
  }
}
.agdbk-owner-block.agdbk-owner-block-wide {
  grid-column: 1/-1;
}

.agdbk-owner-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.agdbk-owner-block-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.agdbk-owner-block-header .agdbk-block-link {
  font-size: 0.8rem;
  color: #ff5700;
  text-decoration: none;
  white-space: nowrap;
}
.agdbk-owner-block-header .agdbk-block-link:hover {
  text-decoration: none;
  color: #177ac5;
}

.agdbk-owner-bookings-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.agdbk-owner-booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto auto;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d4d5d6;
  font-size: 0.85rem;
}
.agdbk-owner-booking-row:last-child {
  border-bottom: none;
}
.agdbk-owner-booking-row .agdbk-obr-unit {
  font-weight: 600;
}
.agdbk-owner-booking-row .agdbk-obr-dates {
  color: #939598;
  font-size: 0.8rem;
}
@media (max-width: 600px) {
  .agdbk-owner-booking-row {
    grid-template-columns: 1fr;
  }
  .agdbk-owner-booking-row .agdbk-obr-guest, .agdbk-owner-booking-row .agdbk-obr-dates {
    display: none;
  }
}

.agdbk-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}
.agdbk-calendar-nav a {
  color: #ff5700;
  text-decoration: none;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 7px;
}
.agdbk-calendar-nav a:hover {
  background: #f8f9fa;
}

.agdbk-owner-units-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.agdbk-owner-unit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  min-width: 0;
}
.agdbk-owner-unit-card .agdbk-owner-unit-thumb {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agdbk-owner-unit-card .agdbk-owner-unit-thumb.agdbk-no-image {
  background: #f8f9fa;
  border: 2px solid #d4d5d6;
}
.agdbk-owner-unit-card .agdbk-owner-unit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  font-size: 0.85rem;
  min-width: 0;
}
.agdbk-owner-unit-card .agdbk-owner-unit-info strong {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.agdbk-owner-unit-card .agdbk-owner-unit-info span {
  color: #939598;
}

.agdbk-stats-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.agdbk-stats-row {
  display: grid;
  gap: 1.25rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.agdbk-stats-row.agdbk-stats-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 860px) {
  .agdbk-stats-row.agdbk-stats-row-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .agdbk-stats-row.agdbk-stats-row-3 {
    grid-template-columns: 1fr;
  }
}
.agdbk-stats-row.agdbk-stats-row-2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 560px) {
  .agdbk-stats-row.agdbk-stats-row-2 {
    grid-template-columns: 1fr;
  }
}

.agdbk-stat-sub {
  font-weight: 400;
  font-size: 0.78rem;
  color: #939598;
}

.agdbk-stat-block-mini-chart h4 {
  margin: 0 0 0.75rem;
}
.agdbk-stat-block-mini-chart canvas.agdbk-source-pie {
  width: 80px !important;
  height: 80px !important;
}
.agdbk-stat-block-mini-chart .agdbk-mini-donut-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.agdbk-stat-block-mini-chart .agdbk-mini-source-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8rem;
}
.agdbk-stat-block-mini-chart .agdbk-mini-source-legend .agdbk-source-item {
  width: auto;
}
.agdbk-stat-block-mini-chart .agdbk-mini-source-legend .agdbk-source-direct .agdbk-source-name {
  color: #5aadeb;
  font-weight: 700;
}
.agdbk-stat-block-mini-chart .agdbk-mini-source-legend .agdbk-source-airbnb .agdbk-source-name {
  color: #ff5a5f;
  font-weight: 700;
}
.agdbk-stat-block-mini-chart canvas.agdbk-status-bar {
  display: block;
  width: 100%;
  height: auto;
}

.agdbk-owner-page .agdbk-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.agdbk-owner-page .agdbk-page-header h2 {
  margin: 0;
  font-size: 1.4rem;
}

.agdbk-page-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.agdbk-filter-pill {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #d4d5d6;
  font-size: 0.8rem;
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-filter-pill:hover, .agdbk-filter-pill.active {
  text-decoration: none;
  background: #ff5700;
  border-color: #ff5700;
  color: #fff;
}

.agdbk-filter-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #d4d5d6;
  font-size: 0.8rem;
  color: #111;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: none;
}
.agdbk-filter-toggle input[type=checkbox] {
  margin: 0;
  cursor: pointer;
}
.agdbk-filter-toggle:hover {
  border-color: #ff5700;
  color: #ff5700;
}

.agdbk-owner-table-wrap {
  overflow-x: auto;
}

.agdbk-owner-table {
  width: 99.5%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.agdbk-owner-table th {
  text-align: left;
  padding: 6px 2px;
  background: #f8f9fa;
  border-bottom: 2px solid #d4d5d6;
  font-weight: 700;
  white-space: nowrap;
}
.agdbk-owner-table td {
  padding: 6px 2px;
  border-bottom: 1px solid #d4d5d6;
  vertical-align: middle;
}
.agdbk-owner-table td small {
  color: #939598;
  display: block;
}
.agdbk-owner-table td small.truncated-email {
  max-width: 55px;
  position: relative;
  display: inline-block;
}
.agdbk-owner-table td small.truncated-email a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 50px;
  color: #939598;
}
.agdbk-owner-table td small.truncated-email:after {
  content: "...";
  color: #939598;
  position: absolute;
  top: 0;
  left: 50px;
  display: inline;
}
.agdbk-owner-table tr:last-child td {
  border-bottom: none;
}
.agdbk-owner-table tr:hover td {
  background: #f8f9fa;
}
.agdbk-owner-table .airbnb-booking-row td:first-child {
  border-left: 6px solid rgba(255, 90, 95, 0.6);
}
.agdbk-owner-table .directbooking-row td:first-child {
  border-left: 6px solid #5aadeb;
}
.agdbk-owner-table select.agdbk-owner-status-select {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #d4d5d6;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  max-width: 100px;
  min-width: 100px;
  width: 100px;
}
.agdbk-owner-table th.td-Nights, .agdbk-owner-table th.th-Nights, .agdbk-owner-table td.td-Nights, .agdbk-owner-table td.th-Nights {
  max-width: 70px;
  width: 70px;
}
.agdbk-owner-table th.td-Status, .agdbk-owner-table th.th-Status, .agdbk-owner-table td.td-Status, .agdbk-owner-table td.th-Status {
  max-width: 100px;
  width: 100px;
}
.agdbk-owner-table th.td-ChangeStatus, .agdbk-owner-table th.th-ChangeStatus, .agdbk-owner-table td.td-ChangeStatus, .agdbk-owner-table td.th-ChangeStatus {
  max-width: 100px;
  width: 100px;
}
@media (max-width: 600px) {
  .agdbk-owner-table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d5d6;
  }
  .agdbk-owner-table tr th, .agdbk-owner-table tr td {
    display: inline;
    border: 0;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d4d5d6;
  }
  .agdbk-owner-table tr th:last-child, .agdbk-owner-table tr td:last-child {
    border-right: 0;
  }
  .agdbk-owner-table tr th.td-Number, .agdbk-owner-table tr td.td-Number {
    border: 1px solid #d4d5d6;
    padding: 5px 5px;
    margin: 0 0 0;
    border-radius: 7px;
  }
  .agdbk-owner-table tr th.td-Unit, .agdbk-owner-table tr th.td-Guest, .agdbk-owner-table tr td.td-Unit, .agdbk-owner-table tr td.td-Guest {
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(212, 213, 214, 0.5);
    border-right: 0;
    width: 100%;
  }
}

.agdbk-status-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.agdbk-status-badge.status-confirmed {
  background: #d1fae5;
  color: #065f46;
}
.agdbk-status-badge.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.agdbk-status-badge.status-on_hold {
  background: #e0e7ff;
  color: #3730a3;
}
.agdbk-status-badge.status-cancelled {
  background: #fee2e2;
  color: #991b1b;
}

.agdbk-owner-units-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.agdbk-owner-unit-full-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 600px) {
  .agdbk-owner-unit-full-card {
    grid-template-columns: 1fr;
  }
}
.agdbk-owner-unit-full-card .agdbk-owner-unit-img {
  width: 240px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.agdbk-owner-unit-full-card .agdbk-owner-unit-img.agdbk-no-image {
  background: #f8f9fa;
  border-right: 2px solid #d4d5d6;
}
@media (max-width: 600px) {
  .agdbk-owner-unit-full-card .agdbk-owner-unit-img {
    width: 100%;
    height: 180px;
  }
}
.agdbk-owner-unit-full-card .agdbk-owner-unit-details {
  padding: 1.25rem 1.25rem 1.25rem 0;
}
@media (max-width: 600px) {
  .agdbk-owner-unit-full-card .agdbk-owner-unit-details {
    padding: 1rem;
  }
}
.agdbk-owner-unit-full-card .agdbk-owner-unit-details h3 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
}
.agdbk-owner-unit-full-card .agdbk-owner-unit-details .agdbk-unit-location {
  color: #939598;
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.agdbk-unit-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem;
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.agdbk-unit-meta-grid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  font-size: 0.875rem;
}
.agdbk-unit-meta-grid .agdbk-meta-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #939598;
  font-weight: 600;
}

.agdbk-unit-rates-table {
  margin-bottom: 1rem;
  border-top: 1px solid #d4d5d6;
}

.agdbk-unit-rate-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #d4d5d6;
  font-size: 0.85rem;
}
.agdbk-unit-rate-row.agdbk-season-current {
  font-weight: 700;
  color: #5aadeb;
}
.agdbk-unit-rate-row.agdbk-season-current .agdbk-rate-label-sub {
  color: #5aadeb;
  opacity: 0.75;
}

.agdbk-rate-name {
  color: #111;
}

.agdbk-rate-label-sub {
  font-size: 0.75rem;
  color: #939598;
}

.agdbk-rate-price {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 600;
}

.agdbk-unit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agdbk-ics-feed-section {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d4d5d6;
}
.agdbk-ics-feed-section .agdbk-ics-feed-title {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #111;
}
.agdbk-ics-feed-section .agdbk-ics-feed-desc {
  font-size: 0.8rem;
  color: #939598;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.agdbk-ics-url-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
}
.agdbk-ics-url-row .agdbk-ics-url-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  font-family: monospace;
  padding: 0.4rem 0.6rem;
  border: 1px solid #d4d5d6;
  border-radius: 7px;
  color: #939598;
  background: #f8f9fa;
  min-width: 0;
  cursor: text;
}
.agdbk-ics-url-row .agdbk-ics-copy-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
}

.agdbk-ics-feed-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agdbk-ics-feed-links .agdbk-ics-link {
  font-size: 0.8rem;
  color: #ff5700;
  text-decoration: none;
}
.agdbk-ics-feed-links .agdbk-ics-link:hover {
  text-decoration: underline;
}

.agdbk-link-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.8rem;
  color: #939598;
  text-decoration: none;
}
.agdbk-link-btn:hover {
  color: #111;
  text-decoration: underline;
}
.agdbk-link-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.agdbk-promo-create-section,
.agdbk-promo-list-section {
  background: #fff;
  border: 1px solid #d4d5d6;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.agdbk-promo-create-section h3,
.agdbk-promo-list-section h3 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.agdbk-promo-form .agdbk-form-hint {
  display: block;
  font-size: 0.75rem;
  color: #939598;
  margin-top: 0.25rem;
}
.agdbk-promo-form .req {
  color: #ff5700;
}

.agdbk-promo-form-row {
  display: grid;
  gap: 1rem;
}
.agdbk-promo-form-row .agdbk-form-group {
  margin-bottom: 0;
}
.agdbk-promo-form-row.agdbk-promo-form-row-2 {
  grid-template-columns: repeat(2, 1fr);
}
.agdbk-promo-form-row.agdbk-promo-form-row-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 680px) {
  .agdbk-promo-form-row {
    grid-template-columns: 1fr !important;
  }
}

.agdbk-input-affix-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agdbk-input-affix-wrapper input {
  padding-left: 2.25rem;
  width: 100%;
}
.agdbk-input-affix-wrapper .agdbk-input-affix {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 0.875rem;
  color: #939598;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.agdbk-promo-units-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.agdbk-promo-unit-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid #d4d5d6;
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.85rem;
  background: #f8f9fa;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
}
.agdbk-promo-unit-check input[type=checkbox] {
  margin: 0;
  min-width: unset;
}
.agdbk-promo-unit-check:has(input:checked) {
  border-color: #ff5700;
  background: rgba(255, 87, 0, 0.06);
}
.agdbk-promo-unit-check.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.agdbk-promo-unit-check.agdbk-promo-unit-all {
  font-weight: 600;
}

.agdbk-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.agdbk-promo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.agdbk-promo-table th {
  text-align: left;
  padding: 0.6rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #939598;
  border-bottom: 2px solid #d4d5d6;
  white-space: nowrap;
}
.agdbk-promo-table td {
  padding: 0.75rem;
  border-bottom: 1px solid #d4d5d6;
  vertical-align: middle;
}
.agdbk-promo-table td:last-child {
  text-align: right;
}
.agdbk-promo-table tbody tr:last-child td {
  border-bottom: none;
}
.agdbk-promo-table tbody tr:hover td {
  background: #f8f9fa;
}

.agdbk-promo-code-cell code {
  font-family: monospace;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.05em;
}
.agdbk-promo-code-cell small.agdbk-promo-meta {
  display: block;
  font-size: 0.72rem;
  color: #939598;
  margin-top: 0.15rem;
}

.agdbk-promo-discount-cell {
  font-weight: 600;
  white-space: nowrap;
}

.agdbk-promo-uses-cell {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.agdbk-promo-uses-cell .agdbk-promo-max {
  color: #939598;
}

.agdbk-promo-valid-cell {
  font-size: 0.8rem;
  color: #939598;
  white-space: nowrap;
}

.agdbk-promo-units-cell {
  font-size: 0.8rem;
  max-width: 200px;
}

.agdbk-promo-status {
  display: block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.agdbk-promo-status.promo-status-active {
  background: #e6f9f0;
  color: #1ca83b;
}
.agdbk-promo-status.promo-status-inactive {
  background: #f0f0f0;
  color: #6b6e74;
}
.agdbk-promo-status.promo-status-expired {
  background: #fdecea;
  color: #a11a1a;
}
.agdbk-promo-status.promo-status-pending {
  background: #fff8e1;
  color: #5aadeb;
}

.agdbk-promo-delete-btn {
  color: #c62828;
}
.agdbk-promo-delete-btn:hover {
  color: #a11a1a;
}

.agdbk-cal-nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.agdbk-cal-nav-bar .agdbk-cal-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.agdbk-mini-calendar {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 10px;
}

.agdbk-cal-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  justify-items: center;
  font-weight: 600;
  font-size: 11px;
  color: #666;
  margin-bottom: 5px;
}

.agdbk-cal-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  gap: 2px;
}

.agdbk-cal-day {
  text-align: center;
  padding: 0;
  font-size: 12px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.agdbk-cal-day.empty {
  background: transparent;
}
.agdbk-cal-day.booked {
  background: rgba(90, 173, 235, 0.18);
  border: 1px solid #177ac5;
  color: #177ac5;
  cursor: default;
}
.agdbk-cal-day.booked-direct {
  -webkit-box-shadow: 0 0 11px rgba(23, 122, 197, 0.6);
          box-shadow: 0 0 11px rgba(23, 122, 197, 0.6);
}
.agdbk-cal-day.booked-airbnb {
  color: #ff5a5f;
  border: 1px solid rgba(255, 90, 95, 0.5);
  background: rgba(255, 90, 95, 0.05);
}
.agdbk-cal-day.today {
  -webkit-box-shadow: 0 0 11px rgba(28, 168, 59, 0.8);
          box-shadow: 0 0 11px rgba(28, 168, 59, 0.8);
  font-weight: 700;
}

.agdbk-cal-legend {
  margin-top: 10px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.agdbk-cal-legend .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.agdbk-cal-legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agdbk-cal-legend .dot.booked-direct {
  background: rgba(90, 173, 235, 0.18);
  border: 1px solid #177ac5;
  -webkit-box-shadow: 0 0 6px rgba(23, 122, 197, 0.6);
          box-shadow: 0 0 6px rgba(23, 122, 197, 0.6);
}
.agdbk-cal-legend .dot.booked-airbnb {
  border: 1px solid rgba(255, 90, 95, 0.5);
  background: rgba(255, 90, 95, 0.05);
}
.agdbk-cal-legend .dot.today {
  -webkit-box-shadow: 0 0 6px rgba(28, 168, 59, 0.8);
          box-shadow: 0 0 6px rgba(28, 168, 59, 0.8);
}

.agdbk-full-calendar .agdbk-mini-calendar {
  max-width: 100%;
}
.agdbk-full-calendar .agdbk-cal-day {
  font-size: 1rem;
  padding: 0;
}

.agdbk-stats-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 700px) {
  .agdbk-stats-full {
    grid-template-columns: 1fr;
  }
}

.agdbk-stat-block {
  background: #f8f9fa;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  padding: 1rem 1.25rem;
}
.agdbk-stat-block h4 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #939598;
}
.agdbk-stat-block .stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d4d5d6;
  font-size: 0.875rem;
}
.agdbk-stat-block .stat-row:last-child {
  border-bottom: none;
}
.agdbk-stat-block .stat-row .stat-label {
  color: #939598;
}
.agdbk-stat-block .stat-row .stat-value {
  font-weight: 700;
}
.agdbk-stat-block .stat-row.stat-confirmed .stat-value {
  color: #065f46;
}
.agdbk-stat-block .stat-row.stat-on-hold .stat-value {
  color: #3730a3;
}
.agdbk-stat-block .stat-row.stat-cancelled .stat-value {
  color: #991b1b;
}

.agdbk-stat-block-full {
  grid-column: 1/-1;
}

.agdbk-stats-charts-row {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 800px) {
  .agdbk-stats-charts-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .agdbk-stats-charts-row {
    grid-template-columns: 1fr;
  }
}

.agdbk-chart-col h4 {
  margin: 0 0 1rem;
}
.agdbk-chart-col .agdbk-source-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.agdbk-chart-col .agdbk-source-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  margin-top: 0;
}
.agdbk-chart-col canvas.agdbk-status-bar,
.agdbk-chart-col canvas.agdbk-season-bar {
  display: block;
  width: 100%;
  height: auto;
}

.agdbk-status-bar-legend,
.agdbk-season-bar-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin-top: 0.6rem;
  font-size: 0.78rem;
  color: #939598;
}
.agdbk-status-bar-legend .agdbk-bar-dot,
.agdbk-season-bar-legend .agdbk-bar-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agdbk-status-bar-legend .bar-confirmed,
.agdbk-season-bar-legend .bar-confirmed {
  background: #4ade80;
}
.agdbk-status-bar-legend .bar-on-hold,
.agdbk-season-bar-legend .bar-on-hold {
  background: #fb923c;
}
.agdbk-status-bar-legend .bar-cancelled,
.agdbk-season-bar-legend .bar-cancelled {
  background: #f87171;
}
.agdbk-status-bar-legend .bar-pending,
.agdbk-season-bar-legend .bar-pending {
  background: #93c5fd;
}
.agdbk-status-bar-legend .bar-peak,
.agdbk-season-bar-legend .bar-peak {
  background: #ff5700;
}
.agdbk-status-bar-legend .bar-mid,
.agdbk-season-bar-legend .bar-mid {
  background: #ff874c;
}
.agdbk-status-bar-legend .bar-low,
.agdbk-season-bar-legend .bar-low {
  background: #ffbb99;
}
.agdbk-status-bar-legend .bar-high,
.agdbk-season-bar-legend .bar-high {
  background: #ff7a37;
}

.agdbk-source-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
}

.agdbk-source-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.agdbk-source-direct .agdbk-source-dot {
  background: #5aadeb;
}

.agdbk-source-airbnb .agdbk-source-dot {
  background: #ff5a5f;
}

.agdbk-source-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #939598;
}

.agdbk-source-val {
  font-weight: 700;
}

.agdbk-source-pct {
  min-width: 2.5rem;
  text-align: right;
  font-size: 0.8rem;
  color: #939598;
}

.agdbk-booking-cancel-row {
  margin-top: 0.5rem;
  font-size: 12px;
}
.agdbk-booking-cancel-row .agdbk-cancel-booking-link {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}
.agdbk-booking-cancel-row .agdbk-cancel-booking-link:hover {
  text-decoration: underline;
  color: #c62828;
}

.agdbk-refund-status {
  display: inline-block;
  font-size: 0.82rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-weight: 600;
}
.agdbk-refund-status--pending {
  background: #fff8e1;
  color: #b45309;
}
.agdbk-refund-status--processing {
  background: #e0f2fe;
  color: #0369a1;
}
.agdbk-refund-status--completed {
  background: #dcfce7;
  color: #166534;
}
.agdbk-refund-status--rejected {
  background: #fee2e2;
  color: #991b1b;
}

.agdbk-cancel-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.agdbk-cancel-modal {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  position: relative;
}
.agdbk-cancel-modal h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #111;
}
.agdbk-cancel-modal p {
  color: #939598;
  margin: 0 0 20px;
  line-height: 1.5;
}

.agdbk-modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}

.agdbk-refund-breakdown {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.9rem;
}
.agdbk-refund-breakdown td {
  padding: 8px 4px;
  border-bottom: 1px solid #f0f0f0;
  color: #111;
}
.agdbk-refund-breakdown td:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.agdbk-refund-breakdown tr.agdbk-refund-total td {
  border-top: 2px solid #ddd;
  border-bottom: none;
  padding-top: 12px;
  font-size: 1rem;
}
.agdbk-refund-breakdown tr.agdbk-refund-none td {
  color: #939598;
}

.agdbk-refund-note {
  font-size: 0.8rem;
  color: #939598;
  margin: 0 0 8px;
  line-height: 1.4;
}

.agdbk-refund-no-eligible {
  font-size: 0.85rem;
  color: #939598;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 12px;
  margin: 8px 0 0;
  line-height: 1.5;
}

.agdbk-error {
  color: #c62828;
  font-size: 0.9rem;
}

.agdbk-refund-timeline {
  margin: 12px 0 4px;
  padding: 10px 14px;
  background: #f9f9f9;
  border-left: 3px solid #ddd;
  border-radius: 0 6px 6px 0;
}

.agdbk-refund-timeline-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}
.agdbk-refund-timeline-table td {
  padding: 4px 6px;
  vertical-align: middle;
}
.agdbk-refund-timeline-table .rtl-label {
  color: #111;
  font-weight: 500;
  width: 55%;
}
.agdbk-refund-timeline-table .rtl-amount {
  color: #111;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  width: 20%;
}
.agdbk-refund-timeline-table .rtl-date {
  color: #939598;
  text-align: right;
  width: 25%;
  white-space: nowrap;
}
.agdbk-refund-timeline-table .refund-timeline-rejected .rtl-label {
  color: #c62828;
}
.agdbk-refund-timeline-table .refund-timeline-completed .rtl-label {
  color: #1ca83b;
}

.agdbk-stat-block-full.agdbk-season-occ-block .agdbk-season-bar-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 0.6rem;
  font-size: 0.78rem;
  color: #939598;
}

.stat-row.stat-direct .stat-value {
  color: #5aadeb;
}

.stat-row.stat-airbnb .stat-value {
  color: #ff5a5f;
}

.agdbk-no-data {
  color: #939598;
  font-size: 0.9rem;
  padding: 1rem 0;
}

.agdbk-archive-container {
  max-width: 1400px;
  margin: 0 auto;
}

.agdbk-archive-header {
  margin-bottom: 40px;
}
.agdbk-archive-header h1 {
  font-size: 36px;
  margin: 0 0 10px 0;
  color: #333;
}

.agdbk-term-description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.agdbk-accommodation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .agdbk-accommodation-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.agdbk-accommodation-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.agdbk-accommodation-card a {
  text-decoration: none;
}
.agdbk-accommodation-card:hover {
  text-decoration: none;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.agdbk-card-image-link {
  display: block;
  text-decoration: none;
}
.agdbk-card-image-link:hover {
  text-decoration: none;
}

.agdbk-card-image {
  position: relative;
  height: 310px;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f1;
}

.agdbk-card-location {
  position: relative;
  pointer-events: none;
  top: 16px;
  left: auto;
  right: auto;
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
}

.agdbk-card-actions {
  position: absolute;
  top: 16px;
  right: 16px;
}

.agdbk-card-favorite {
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.agdbk-card-favorite:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #c62828;
}
.agdbk-card-favorite.is-favorited {
  color: #c62828;
}
.agdbk-card-favorite svg {
  width: 34px;
  height: 34px;
}

.agdbk-card-rating {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  background: transparent;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 16px;
  font-weight: 500;
}
.agdbk-card-rating svg {
  width: 16px;
  height: 16px;
}
.agdbk-card-rating span {
  color: #fff;
}

.agdbk-card-content {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.agdbk-card-content:hover {
  text-decoration: none;
}

.agdbk-card-title {
  font-family: var(--heading_fontstack);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 0 0;
  color: #333;
}

.agdbk-card-type {
  font-size: 10px;
  font-family: var(--heading_fontstack);
  font-weight: 500;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.agdbk-card-price {
  margin-top: auto;
  font-family: var(--heading_fontstack);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #d4d5d6;
  border-right: 0;
  gap: 0px;
  position: absolute;
  right: 0;
  top: 35%;
  height: 80px;
  background: #fff;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  color: inherit;
}
.agdbk-card-price:hover {
  color: #e22f02;
  text-decoration: none;
}
.agdbk-card-price:hover * {
  color: #e22f02;
}
.agdbk-card-price::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 11px solid #d4d5d6;
}
.agdbk-card-price::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-right: 11px solid #fff;
}

.agdbk-price-label {
  font-size: 11px;
  font-family: var(--heading_fontstack);
  line-height: 100%;
  font-weight: 600;
  color: #ff5700;
  letter-spacing: 0.5px;
}

.agdbk-price-amount {
  font-size: 32px;
  font-family: var(--heading_fontstack);
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -0.08rem;
  color: #ff5700;
  line-height: 1;
}

.agdbk-price-period {
  font-size: 10px;
  font-family: var(--heading_fontstack);
  line-height: 100%;
  color: #ff5700;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.agdbk-card-footer {
  padding: 16px 20px;
  border-top: 1px solid #f0f0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.agdbk-card-cta {
  font-size: 13px;
  font-weight: 800;
  font-family: var(--heading_fontstack);
  color: #ff5700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.agdbk-card-cta:hover {
  color: #e22f02;
  text-decoration: none;
}

.agdbk-card-share {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 2px solid #d4d5d6;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d4d5d6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.agdbk-card-share:hover {
  border-color: #6b6e74;
  color: #6b6e74;
}
.agdbk-card-share svg {
  width: 20px;
  height: 20px;
}

.agdbk-cancellation-policy-notice {
  margin-top: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid #d4d5d6;
  font-size: 0.75rem;
  color: #939598;
}
.agdbk-cancellation-policy-notice h4 {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.agdbk-cancellation-policy-notice p {
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.agdbk-cancellation-policy-notice a.agdbk-view-policy-details {
  color: #ff5700;
  text-decoration: underline;
  font-size: 0.75rem;
}
.agdbk-cancellation-policy-notice a.agdbk-view-policy-details:hover {
  color: #e22f02;
}

.agdbk-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  padding: 1rem;
}
.agdbk-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agdbk-modal-content {
  background: #fff;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 2rem;
}
.agdbk-modal-content .agdbk-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #939598;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agdbk-modal-content .agdbk-modal-close:hover {
  color: #111;
}

.agdbk-policy-details h3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  color: #111;
}
.agdbk-policy-details h4 {
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1.1rem;
  color: #111;
}
.agdbk-policy-details .agdbk-policy-description {
  color: #111;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.agdbk-policy-details .agdbk-policy-terms {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.agdbk-policy-details .agdbk-policy-terms li {
  padding: 0.75rem;
  background: #f9f9f9;
  border-left: 3px solid #ff5700;
  margin-bottom: 0.5rem;
  color: #111;
}
.agdbk-policy-details .agdbk-policy-terms li:last-child {
  margin-bottom: 0;
}
.agdbk-policy-details .agdbk-policy-note {
  color: #939598;
  font-size: 0.875rem;
  margin: 1.5rem 0 0 0;
  padding-top: 1rem;
  border-top: 1px solid #d4d5d6;
}
.agdbk-policy-details .agdbk-policy-note small {
  font-size: 0.875rem;
}

.agdbk-view-policy-details-admin {
  color: #ff5700;
  text-decoration: none;
}
.agdbk-view-policy-details-admin:hover {
  text-decoration: underline;
}

.agdbk-checkout-policy-notice {
  background: #e7f3ff;
  border: 2px solid #b3d9ff;
  border-radius: 7px;
  padding: 1rem;
  margin: 1.5rem 0;
  font-size: 0.875rem;
  color: #177ac5;
}
.agdbk-checkout-policy-notice strong {
  display: block;
  margin-bottom: 0.25rem;
}
.agdbk-checkout-policy-notice a {
  color: #177ac5;
  margin-left: 0.5rem;
  text-decoration: underline;
}
.agdbk-checkout-policy-notice a:hover {
  text-decoration: none;
  color: #177ac5;
}

.agdbk-legal-content h3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  color: #111;
}
.agdbk-legal-content .agdbk-legal-body {
  color: #111;
  line-height: 1.6;
  font-size: 0.9rem;
}
.agdbk-legal-content .agdbk-legal-body h1, .agdbk-legal-content .agdbk-legal-body h2, .agdbk-legal-content .agdbk-legal-body h3, .agdbk-legal-content .agdbk-legal-body h4, .agdbk-legal-content .agdbk-legal-body h5, .agdbk-legal-content .agdbk-legal-body h6 {
  margin: 1.5rem 0 0.75rem 0;
  color: #111;
}
.agdbk-legal-content .agdbk-legal-body p {
  margin: 0 0 1rem 0;
}
.agdbk-legal-content .agdbk-legal-body ul, .agdbk-legal-content .agdbk-legal-body ol {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
}
.agdbk-legal-content .agdbk-legal-body li {
  margin-bottom: 0.5rem;
}
.agdbk-legal-content .agdbk-legal-body strong {
  font-weight: 600;
}

.agdbk-unit-details {
  margin: 3rem 0;
}
.agdbk-unit-details h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #111;
}

.agdbk-details-table {
  width: 100%;
  background: #fff;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 155px 155px 1fr;
}
@media (max-width: 992px) {
  .agdbk-details-table {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 2fr;
  }
}
.agdbk-details-table p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 100%;
}
.agdbk-details-table .subtext {
  line-height: 100%;
  text-align: center;
  color: #939598;
  font-size: 0.7rem;
}
.agdbk-details-table .icon-grid-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 10px;
  position: relative;
}
.agdbk-details-table .icon-grid-block:after {
  content: "";
  display: block;
  position: relative;
  width: 60%;
  left: 0;
  bottom: -20px;
  border-bottom: 1px solid #d4d5d6;
}
.agdbk-details-table .icon-grid-block:nth-child(4):after, .agdbk-details-table .icon-grid-block:nth-child(5):after, .agdbk-details-table .icon-grid-block:nth-child(6):after {
  border-bottom: 0;
}
@media (max-width: 992px) {
  .agdbk-details-table .icon-grid-block:nth-child(4):after, .agdbk-details-table .icon-grid-block:nth-child(5):after, .agdbk-details-table .icon-grid-block:nth-child(6):after {
    border-bottom: 1px solid #d4d5d6;
  }
}
@media (max-width: 992px) {
  .agdbk-details-table .icon-grid-block:nth-child(5):after, .agdbk-details-table .icon-grid-block:nth-child(6):after {
    border-bottom: 0;
  }
}
.agdbk-details-table .icon-grid-block .icon-wrapper {
  width: 50px;
  height: 65px;
  color: #ff5700;
}
.agdbk-details-table .icon-grid-block .icon-wrapper.airbnb-rating {
  width: 110px;
  max-height: 65px;
}
.agdbk-details-table .icon-grid-block .icon-wrapper svg,
.agdbk-details-table .icon-grid-block .icon-wrapper img {
  fill: #ff5700;
  color: #ff5700;
  width: 100%;
  height: auto;
}
.agdbk-details-table .icon-grid-block .text-wrapper {
  max-width: 170px;
  margin: 0 auto;
  min-height: 40px;
}
.agdbk-details-table .icon-grid-block .text-wrapper p {
  font-weight: 500;
}
.agdbk-details-table .pricing-grid {
  margin: 15px 0 20px;
  grid-column: 1/5;
  grid-row: 3/4;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .agdbk-details-table .pricing-grid {
    grid-template-columns: 1fr 1fr;
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.agdbk-details-table .pricing-grid .pricing-grid-block {
  margin: 10px 0;
  padding: 0 10px;
  border-right: 1px solid #d4d5d6;
}
@media (max-width: 992px) {
  .agdbk-details-table .pricing-grid .pricing-grid-block:nth-child(2) {
    border-right: 0;
  }
}
.agdbk-details-table .pricing-grid .pricing-grid-block .inner-price-wrapper {
  border: 0 solid #ff5700;
  padding: 10px 10px;
  margin: 10px 10px;
}
.agdbk-details-table .pricing-grid .pricing-grid-block:last-of-type {
  border-right: 0;
}
.agdbk-details-table .pricing-grid .pricing-grid-block .price-wrapper {
  margin: 0 0 10px;
}
.agdbk-details-table .pricing-grid .pricing-grid-block .price-wrapper p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ff5700;
  letter-spacing: -0.05rem;
  word-break: break-all;
}
.agdbk-details-table .pricing-grid .pricing-grid-block .price-wrapper p .subtext {
  display: inline-block;
  word-break: break-all;
  font-size: 0.9rem;
  letter-spacing: normal;
  color: #ff5700;
}
.agdbk-details-table .pricing-grid .pricing-grid-block.agdbk-season-current .inner-price-wrapper {
  border: 2px solid #ff5700;
  padding: 10px 10px;
  margin: 10px 10px;
  background-color: rgba(255, 87, 0, 0.03);
  border-radius: 7px;
}

.agdbk-unit-map {
  margin: 3rem 0;
}
.agdbk-unit-map h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #111;
}
.agdbk-unit-map #agdbk-unit-map {
  border: 2px solid #d4d5d6;
  height: 400px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .agdbk-details-table tbody th {
    width: 50%;
    padding: 0.75rem 1rem;
  }
  .agdbk-details-table tbody td {
    padding: 0.75rem 1rem;
  }
}
.agdbk-hide-mobile {
  display: block;
}

.agdbk-hide-desktop {
  display: none;
}

@media (max-width: 680px) {
  .agdbk-hide-mobile {
    display: none !important;
  }
  .agdbk-hide-desktop {
    display: block !important;
  }
}
.agdbk-unit-featured {
  margin-bottom: 2rem;
}
.agdbk-unit-featured .agdbk-unit-featured-image {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.agdbk-unit-post-content-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.agdbk-unit-post-content-wrapper.collapsed .agdbk-unit-post-content {
  max-height: 280px;
  overflow: hidden;
}
.agdbk-unit-post-content-wrapper.collapsed .agdbk-read-more-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agdbk-unit-post-content-wrapper.collapsed .agdbk-read-less-container {
  display: none;
}
.agdbk-unit-post-content-wrapper.expanded .agdbk-unit-post-content {
  max-height: 5000px;
}
.agdbk-unit-post-content-wrapper.expanded .agdbk-read-more-overlay {
  display: none;
}
.agdbk-unit-post-content-wrapper.expanded .agdbk-read-less-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.agdbk-unit-post-content {
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
  overflow: hidden;
}

.agdbk-read-more-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 249, 249, 0)), color-stop(33%, #f4f9f9));
  background: linear-gradient(to bottom, rgba(244, 249, 249, 0), #f4f9f9 33%);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.5rem;
}
.agdbk-read-more-overlay .agdbk-read-more-link {
  background: transparent;
  color: #ff5700;
  border: 2px solid transparent;
}
.agdbk-read-more-overlay .agdbk-read-more-link:hover:not(:disabled), .agdbk-read-more-overlay .agdbk-read-more-link:hover {
  background: transparent;
  color: #ff5700;
  border: 2px solid #ff5700;
}

.agdbk-read-less-container {
  display: none;
}
.agdbk-read-less-container .agdbk-read-less-link {
  background: transparent;
  color: #939598;
  border: 2px solid transparent;
}
.agdbk-read-less-container .agdbk-read-less-link:hover:not(:disabled), .agdbk-read-less-container .agdbk-read-less-link:hover {
  background: transparent;
  color: #939598;
  border: 2px solid #939598;
}

.agdbk-unit-gallery {
  margin: 0 0 3rem;
}
.agdbk-unit-gallery h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #111;
}

.agdbk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.agdbk-gallery-grid .agdbk-gallery-item {
  display: block;
  height: 200px;
  overflow: hidden;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.agdbk-gallery-grid .agdbk-gallery-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.agdbk-gallery-grid .agdbk-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .agdbk-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .agdbk-gallery-grid .agdbk-gallery-item {
    height: 150px;
  }
}
button.ag-mobile-book-now-btn:hover,
button.ag-mobile-book-now-btn {
  background-image: url(../images/book-now-button-text.svg);
  color: #fff;
  font-size: 0;
  width: 152px;
  height: 41px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.agdbk-seasonal-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.agdbk-seasonal-rate-row {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 400;
}
.agdbk-seasonal-rate-row:last-child {
  border-bottom: none;
}
.agdbk-seasonal-rate-row.agdbk-season-current {
  font-weight: 700;
}
.agdbk-seasonal-rate-row.agdbk-season-current .agdbk-season-price,
.agdbk-seasonal-rate-row.agdbk-season-current .agdbk-season-label {
  font-weight: 700;
}

.agdbk-season-price {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.agdbk-season-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.25;
  font-size: 0.9rem;
}
.agdbk-season-label .agdbk-season-sub {
  font-size: 0.78rem;
  color: #939598;
  font-weight: 400;
}

.agdbk-unit-features {
  margin: 2rem 0;
}
.agdbk-unit-features h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #111;
}

.agdbk-accordion {
  border: 0;
  overflow: hidden;
}

.agdbk-accordion-item {
  border-bottom: 1px solid #d4d5d6;
}
.agdbk-accordion-item:last-child {
  border-bottom: 0;
}

.agdbk-accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 14px 18px 14px 0;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  color: #111;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.agdbk-accordion-trigger:hover {
  color: #ff5700;
}
.agdbk-accordion-trigger .agdbk-accordion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 12px;
}
.agdbk-accordion-trigger .agdbk-accordion-icon::before, .agdbk-accordion-trigger .agdbk-accordion-icon::after {
  content: "";
  position: absolute;
  background: #939598;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.agdbk-accordion-trigger .agdbk-accordion-icon::before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.agdbk-accordion-trigger .agdbk-accordion-icon::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.agdbk-accordion-item.is-open .agdbk-accordion-trigger .agdbk-accordion-icon::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.agdbk-accordion-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.agdbk-accordion-item.is-open .agdbk-accordion-panel {
  max-height: 1000px;
}

.agdbk-accordion-panel-inner {
  padding: 0 18px 14px 0;
  color: #111;
  font-size: 0.95rem;
  line-height: 1.7;
}
.agdbk-accordion-panel-inner ul, .agdbk-accordion-panel-inner ol {
  padding-left: 1.4em;
  margin: 0.5em 0;
}
.agdbk-accordion-panel-inner p {
  margin: 0 0 0.75em;
}
.agdbk-accordion-panel-inner p:last-child {
  margin-bottom: 0;
}

.agdbk-host-section {
  margin-top: 2.5rem;
}
.agdbk-host-section h3 {
  margin: 0 0 1.25rem;
}

.agdbk-host-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 640px) {
  .agdbk-host-row {
    grid-template-columns: 1fr;
  }
}

.agdbk-host-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fdf9e9;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  gap: 0.75rem;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.agdbk-host-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.agdbk-host-name {
  font-size: 1rem;
  font-weight: 700;
}

.agdbk-host-bio {
  font-size: 0.875rem;
  color: #939598;
  line-height: 1.6;
  margin: 0;
}

.agdbk-host-contact-wrap {
  background: rgba(90, 173, 235, 0.05);
  border: 2px solid #5aadeb;
  border-radius: 20px;
  padding: 1.5rem;
}
.agdbk-host-contact-wrap h4 {
  color: #177ac5;
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.agdbk-host-contact-wrap .agdbk-host-contact-desc {
  font-size: 0.875rem;
  color: #177ac5;
  margin: 0 0 1.25rem;
}

.agdbk-host-form-row {
  margin-bottom: 0.75rem;
}
.agdbk-host-form-row input,
.agdbk-host-form-row textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.agdbk-host-form-row textarea {
  resize: vertical;
}
.agdbk-host-form-row .agdbk-button {
  margin-right: 0.75rem;
}

.agdbk-host-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .agdbk-host-form-row-2 {
    grid-template-columns: 1fr;
  }
}

.agdbk-host-form-msg {
  font-size: 0.875rem;
  vertical-align: middle;
}
.agdbk-host-form-msg.success {
  color: #065f46;
}
.agdbk-host-form-msg.error {
  color: #991b1b;
}

.agdbk-accommodation-map-wrapper {
  margin: 2rem 0;
  border: 2px solid #d4d5d6;
  border-radius: 20px;
  overflow: hidden;
}
.agdbk-accommodation-map-wrapper .marker-cluster-small,
.agdbk-accommodation-map-wrapper .marker-cluster-medium,
.agdbk-accommodation-map-wrapper .marker-cluster-large {
  background-color: rgba(255, 87, 0, 0.6) !important;
}
.agdbk-accommodation-map-wrapper .marker-cluster-small div,
.agdbk-accommodation-map-wrapper .marker-cluster-medium div,
.agdbk-accommodation-map-wrapper .marker-cluster-large div {
  background-color: #ff5700 !important;
}
.agdbk-accommodation-map-wrapper .agdbk-accommodation-map {
  width: 100%;
}

.agdbk-map-marker {
  background: transparent;
  border: none;
  cursor: pointer;
}
.agdbk-map-marker .agdbk-marker-pin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agdbk-map-marker .agdbk-marker-price {
  background: #fff;
  border-radius: 20px;
  min-width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 3px solid #d4d5d6;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 5px 20px;
}
.agdbk-map-marker .agdbk-marker-price::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid #d4d5d6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: 8px;
  left: -8px;
}
.agdbk-map-marker .agdbk-marker-price-amount {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.agdbk-map-marker .agdbk-marker-price-period {
  color: #939598;
  font-size: 8px;
  line-height: 1;
  font-weight: 600;
}
.agdbk-map-marker:hover .agdbk-marker-price {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.agdbk-map-popup-container .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 20px;
  border: 2px solid #d4d5d6;
  overflow: hidden;
}
.agdbk-map-popup-container .leaflet-popup-content {
  margin: 0;
  width: 250px !important;
}
.agdbk-map-popup-container .leaflet-popup-tip {
  background: #fff;
}

.agdbk-map-popup .agdbk-popup-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.agdbk-map-popup .agdbk-popup-title {
  margin: 0.75rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}
.agdbk-map-popup .agdbk-popup-type {
  margin: 0 1rem 0.5rem 1rem;
  font-size: 0.75rem;
  color: #939598;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.agdbk-map-popup .agdbk-popup-price {
  margin: 0 1rem 1rem 1rem;
  font-size: 0.875rem;
  color: #111;
  font-weight: 600;
}
.agdbk-map-popup .agdbk-popup-button {
  display: block;
  width: calc(100% - 2rem);
  margin: 0 1rem 1rem 1rem;
  padding: 0.5rem;
  background: #ff5700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agdbk-map-popup .agdbk-popup-button:hover {
  background: #e22f02;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.agdbk-marker-cluster {
  background: transparent;
  border: none;
}
.agdbk-marker-cluster .agdbk-cluster-inner {
  background: #ff5700;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.agdbk-marker-cluster:hover .agdbk-cluster-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.agdbk-marker-cluster.agdbk-marker-cluster-small .agdbk-cluster-inner {
  width: 40px;
  height: 40px;
  font-size: 12px;
}
.agdbk-marker-cluster.agdbk-marker-cluster-medium .agdbk-cluster-inner {
  width: 50px;
  height: 50px;
  font-size: 14px;
}
.agdbk-marker-cluster.agdbk-marker-cluster-large .agdbk-cluster-inner {
  width: 60px;
  height: 60px;
  font-size: 16px;
}