/**
 * Hot Desk product page (product 17946) — booking widget styling.
 * Enqueued only on the Hot Desk product by worq_hotdesk_enqueue_assets()
 * in product-page.php. Rules stay scoped to .postid-17946 defensively.
 *
 * NOTE: the desktop two-column image-fill layout was reverted 2026-08-10 —
 * the cover photo looked over-cropped as a tall portrait when the summary
 * column was long. The page uses the theme's default product layout again.
 */

/* Booking widget — date field (flatpickr alt input), outlet prompt, inline error. */
.postid-17946 .hotdesk-month-picker-wrapper input {
  width: 250px !important;
  max-width: 100% !important;
  font-size: 16px;
  color: #555;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.postid-17946 .hotdesk-select-prompt {
  font-style: italic;
  color: #777;
  margin-bottom: 20px;
}
.postid-17946 .hotdesk-form-error {
  color: #c0392b;
  font-weight: 600;
  background: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 15px;
}
