/* Contact page mobile quick actions: keep WhatsApp and email accessible without covering form fields. */
@media (max-width: 768px) {
  .fd_fds {
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: calc(100% - 24px) !important;
    z-index: 1001 !important;
  }

  .fd_fds .fd_fd1,
  .fd_fds .fd_fd2_2 {
    display: none !important;
  }

  .fd_fds .fd_fd2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(10, 45, 78, .12) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(10, 45, 78, .22) !important;
  }

  .fd_fds .fd_fd2_1 {
    display: flex !important;
    min-height: 56px !important;
    padding: 8px 12px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 0 !important;
    color: #173a5e !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .fd_fds .fd_fd2_1 + .fd_fd2_1 {
    border-left: 1px solid #e3e9ee !important;
  }

  .fd_fds .fd_fd2_3 {
    width: 22px !important;
    max-width: 22px !important;
    margin: 0 !important;
  }

  .fd_fds .fd_fd2_1 p {
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
  }

  body {
    padding-bottom: 76px !important;
  }
}
