/*
 Theme Name: Hello Elementor Child
 Theme URI: https://ampatours.com
 Description: Child theme for Hello Elementor — AMPA Tours customizations
 Author: AMPA Tours
 Author URI: https://ampatours.com
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v3 or later
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: hello-elementor-child
*/

/* AMPA Tours Custom Styles */
/* Brand colors: #6ec1e4 (sky blue), #000000 (black), #ffffff (white) */

/* San Blas Transportation page — fix oversized text in pricing/schedule section */
.page-id-3409 .elementor-widget-text-editor p,
.page-id-3409 .elementor-widget-text-editor li,
.page-id-3409 .elementor-widget-text-editor ul {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
.page-id-3409 .elementor-widget-text-editor strong {
  font-weight: 600 !important;
  font-size: 16px !important;
}
.page-id-3409 .elementor-widget-text-editor h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}
.page-id-3409 .elementor-widget-text-editor h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
}
/* Contact page — fix oversized text in body copy */
.page-id-21 .elementor-widget-text-editor p,
.page-id-21 .elementor-widget-text-editor li,
.page-id-21 .elementor-widget-text-editor ul,
.page-id-21 .elementor-widget-text-editor span {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
.page-id-21 .elementor-widget-text-editor h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}
.page-id-21 .elementor-widget-text-editor h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
}
.page-id-21 .elementor-widget-text-editor a {
  font-size: 16px !important;
}

/* Contact page — fix oversized form labels and inputs */
.page-id-21 .elementor-field-label {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.page-id-21 .elementor-field-textual,
.page-id-21 .elementor-field-textual::placeholder {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.page-id-21 .elementor-button {
  font-size: 18px !important;
}

/* Cayos Holandeses Cabins — fix oversized bed emoji SVGs */
.page-id-5533 img[src*="s.w.org/images/core/emoji"] {
  display: inline !important;
  width: 1.2em !important;
  height: 1.2em !important;
  vertical-align: middle !important;
  margin: 0 0.15em !important;
}

/* UX fixes #18 (focus-visible) and #16 (mobile WA hide) deployed via Elementor Custom Code post 9520 */
