.elementor-54 .elementor-element.elementor-element-516d9b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-54 .elementor-element.elementor-element-fd827d1{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-54 .elementor-element.elementor-element-f22c4c2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE OPTIMIZATIONS - HOMEPAGE
   COMPLETE VERSION - Targets actual widget classes
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  
  /* ─────────────────────────────────────────────────────────────
     WIDGET #2: DOSE CARDS - 2 COLUMNS ON MOBILE
     ───────────────────────────────────────────────────────────── */
  
  /* Dose Cards Container - 2 column grid */
  .mpc-dose-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 16px !important;
    margin: 0 !important;
  }
  
  /* Individual Dose Card */
  .mpc-dose-card {
    padding: 16px 12px !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  /* Dose Card Heading (e.g., "2.5mg") */
  .mpc-dose-card h3,
  .mpc-dose-heading,
  .mpc-dose-card .dose-title {
    font-size: 15px !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
  }
  
  /* Price */
  .mpc-dose-price,
  .mpc-dose-card .price,
  .mpc-dose-card .dose-price {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 8px 0 !important;
    line-height: 1 !important;
  }
  
  /* Pens text (e.g., "1 pen = 4 doses") */
  .mpc-dose-pens,
  .mpc-dose-card .pens,
  .mpc-dose-card .dose-pens,
  .mpc-dose-card .dose-info {
    font-size: 11px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
  }
  
  /* CTA Button */
  .mpc-dose-button,
  .mpc-dose-card .button,
  .mpc-dose-card .dose-button,
  .mpc-dose-card a.button,
  .mpc-dose-card .cta-button {
    padding: 10px 12px !important;
    font-size: 13px !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 8px !important;
    line-height: 1.2 !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* Section Heading above dose cards */
  .mpc-dose-cards-section h2,
  .mpc-dose-cards-heading {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    padding: 0 16px !important;
    line-height: 1.3 !important;
  }
  
  /* Section Description */
  .mpc-dose-cards-section p,
  .mpc-dose-cards-description {
    font-size: 15px !important;
    margin-bottom: 24px !important;
    padding: 0 16px !important;
    line-height: 1.6 !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     WIDGET #3 & #5: EDUCATIONAL HTML CONTENT BLOCKS
     ───────────────────────────────────────────────────────────── */
  
  /* HTML Widget Container */
  .elementor-widget-html,
  .elementor-html-container {
    padding: 32px 16px !important;
  }
  
  /* Section Headings (H2) */
  .elementor-widget-html h2,
  .elementor-html-container h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
  }
  
  /* Sub-headings (H3) */
  .elementor-widget-html h3,
  .elementor-html-container h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    margin-top: 24px !important;
  }
  
  /* Sub-sub-headings (H4) */
  .elementor-widget-html h4,
  .elementor-html-container h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }
  
  /* Paragraphs */
  .elementor-widget-html p,
  .elementor-html-container p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
  }
  
  /* Lists (ul, ol) */
  .elementor-widget-html ul,
  .elementor-widget-html ol,
  .elementor-html-container ul,
  .elementor-html-container ol {
    padding-left: 24px !important;
    margin-bottom: 20px !important;
  }
  
  .elementor-widget-html li,
  .elementor-html-container li {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 10px !important;
  }
  
  /* Images in HTML widgets */
  .elementor-widget-html img,
  .elementor-html-container img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    margin: 20px 0 !important;
  }
  
  /* Buttons in HTML widgets */
  .elementor-widget-html a.button,
  .elementor-widget-html .btn,
  .elementor-html-container a.button,
  .elementor-html-container .btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    text-align: center !important;
    margin: 16px 0 !important;
  }
  
  /* Blockquotes */
  .elementor-widget-html blockquote,
  .elementor-html-container blockquote {
    padding: 16px 20px !important;
    margin: 20px 0 !important;
    font-size: 15px !important;
    border-left-width: 4px !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     WIDGET #4: COMPARISON TABLES
     ───────────────────────────────────────────────────────────── */
  
  /* Table Wrapper - Enable Horizontal Scroll */
  .mpc-comparison-table-wrapper,
  .mpc-table-wrapper,
  .comparison-table-wrapper,
  .mpc-ultimate-comparison-wrapper,
  .elementor-widget-html .table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 20px -16px !important;
    padding: 0 16px !important;
    width: calc(100% + 32px) !important;
  }
  
  /* Table Styling */
  .mpc-comparison-table,
  .mpc-ultimate-comparison table,
  .comparison-table,
  .elementor-widget-html table {
    min-width: 600px !important;
    font-size: 13px !important;
    width: auto !important;
  }
  
  /* Table Headers */
  .mpc-comparison-table th,
  .mpc-ultimate-comparison th,
  .comparison-table th,
  .elementor-widget-html table th {
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
  
  /* Table Cells */
  .mpc-comparison-table td,
  .mpc-ultimate-comparison td,
  .comparison-table td,
  .elementor-widget-html table td {
    padding: 10px 8px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
  
  /* Table Buttons */
  .mpc-comparison-table a.button,
  .mpc-comparison-table .btn,
  .mpc-ultimate-comparison a.button,
  .comparison-table a.button,
  .elementor-widget-html table a.button {
    padding: 8px 12px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  
  /* Pharmacy Logo in Tables */
  .mpc-comparison-table img,
  .mpc-ultimate-comparison img,
  .comparison-table img {
    max-height: 30px !important;
    width: auto !important;
  }
  
  /* Table Section Heading */
  .mpc-comparison-section-title,
  .comparison-section-title {
    font-size: 22px !important;
    margin-bottom: 16px !important;
    padding: 0 16px !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     WIDGET #6: NEWSLETTER SIGNUP
     ───────────────────────────────────────────────────────────── */
  
  /* Newsletter Container */
  .mpc-newsletter,
  .newsletter-section,
  .elementor-widget-html .newsletter,
  .newsletter-container,
  #newsletter-section {
    padding: 40px 16px !important;
    border-radius: 16px !important;
  }
  
  /* Newsletter Heading */
  .mpc-newsletter h2,
  .mpc-newsletter h3,
  .newsletter-section h2,
  .newsletter-section h3,
  #newsletter-section h2,
  #newsletter-section h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
  }
  
  /* Newsletter Description */
  .mpc-newsletter p,
  .newsletter-section p,
  .newsletter-description,
  #newsletter-section p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
  }
  
  /* Newsletter Form */
  .mpc-newsletter form,
  .newsletter-form,
  .newsletter-section form,
  #newsletter-section form,
  #newsletter-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-width: 100% !important;
  }
  
  /* Email Input Field */
  .mpc-newsletter input[type="email"],
  .mpc-newsletter input[type="text"],
  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"],
  .newsletter-section input,
  #newsletter-section input,
  #newsletter-email {
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    border: 2px solid #E5E7EB !important;
    line-height: 1.5 !important;
  }
  
  /* Submit Button */
  .mpc-newsletter button,
  .mpc-newsletter input[type="submit"],
  .newsletter-form button,
  .newsletter-form input[type="submit"],
  .newsletter-section button,
  #newsletter-section button,
  #newsletter-submit {
    width: 100% !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    min-height: 52px !important;
  }
  
  /* Privacy Notice */
  .mpc-newsletter .privacy-notice,
  .newsletter-privacy,
  .newsletter-section .privacy,
  #newsletter-section .privacy {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-top: 12px !important;
    text-align: center !important;
  }
  
  /* Success/Error Messages */
  .newsletter-message,
  #newsletter-message {
    font-size: 14px !important;
    padding: 12px 16px !important;
    margin-top: 12px !important;
    border-radius: 8px !important;
    text-align: center !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     FOOTER OPTIMIZATION
     ───────────────────────────────────────────────────────────── */
  
  /* Footer Container */
  footer,
  .site-footer,
  .elementor-location-footer {
    padding: 32px 16px !important;
  }
  
  /* Footer Widget Areas */
  .footer-widgets,
  .footer-widget-area,
  footer .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  
  /* Footer Headings */
  footer h2,
  footer h3,
  footer h4,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4 {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }
  
  /* Footer Links */
  footer ul,
  .site-footer ul,
  .footer-menu {
    padding: 0 !important;
    list-style: none !important;
  }
  
  footer li,
  .site-footer li {
    margin-bottom: 12px !important;
  }
  
  footer a,
  .site-footer a {
    font-size: 14px !important;
    line-height: 1.6 !important;
    display: inline-block !important;
    padding: 4px 0 !important;
  }
  
  /* Copyright Text */
  .site-info,
  .copyright,
  footer .copyright-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin-top: 32px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  
  /* Footer Social Icons */
  .footer-social,
  .social-icons {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin: 20px 0 !important;
  }
  
  .footer-social a,
  .social-icons a {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     GENERAL ELEMENTOR SECTIONS ON MOBILE
     ───────────────────────────────────────────────────────────── */
  
  /* Section Padding */
  .elementor-section {
    padding: 40px 0 !important;
  }
  
  /* Inner Section Padding */
  .elementor-inner-section {
    padding: 32px 0 !important;
  }
  
  /* Column Padding */
  .elementor-column {
    padding: 0 16px !important;
  }
  
  /* Widget Spacing */
  .elementor-widget {
    margin-bottom: 20px !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     SPACING & LAYOUT UTILITIES
     ───────────────────────────────────────────────────────────── */
  
  /* Full-width buttons in Elementor */
  .elementor-button-wrapper {
    width: 100% !important;
  }
  
  .elementor-button {
    width: 100% !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    justify-content: center !important;
  }
  
  /* Image Widgets */
  .elementor-widget-image img {
    border-radius: 12px !important;
  }
  
  /* Dividers */
  .elementor-divider {
    margin: 24px 0 !important;
  }
  
  /* Spacers */
  .elementor-spacer {
    height: 32px !important;
  }
  
  /* Text Editor Widget */
  .elementor-text-editor {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
  
  /* ─────────────────────────────────────────────────────────────
     BUTTONS - Ensure thumb-friendly sizing
     ───────────────────────────────────────────────────────────── */
  
  button,
  .btn,
  a.button,
  input[type="submit"] {
    min-height: 44px !important;
    min-width: 44px !important;
  }
  
}

/* ─────────────────────────────────────────────────────────────
   EXTRA SMALL PHONES (< 375px)
   ───────────────────────────────────────────────────────────── */

@media (max-width: 374px) {
  
  /* Dose cards - single column on tiny phones */
  .mpc-dose-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  /* Headings - even smaller */
  .elementor-widget-html h2,
  .elementor-html-container h2 {
    font-size: 22px !important;
  }
  
  .elementor-widget-html h3,
  .elementor-html-container h3 {
    font-size: 18px !important;
  }
  
  /* Tables - even more compact */
  .mpc-comparison-table,
  .mpc-ultimate-comparison table {
    font-size: 12px !important;
  }
  
  .mpc-comparison-table th,
  .mpc-comparison-table td {
    padding: 8px 6px !important;
    font-size: 11px !important;
  }
  
  /* Newsletter */
  .mpc-newsletter h2,
  .newsletter-section h2 {
    font-size: 22px !important;
  }
  
}/* End custom CSS */