#zsiqwidget,
iframe[src*="salesiq"] {
  display: none !important;
}
 .lgbtq-hotlines {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    background: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .lgbtq-hotlines h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111;
    text-align: center;
  }

  .lgbtq-hotlines input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    margin: 20px 0;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .lgbtq-hotlines h3 {
    margin-top: 2rem;
    background: #7206893d;
    padding: 10px 15px;
    border-left: 5px solid #720689;
    border-radius: 8px;
    font-size: 1.25rem;
    color: #333;
  }

  .lgbtq-hotlines ul {
    list-style: none;
    padding-left: 0;
  }

  .lgbtq-hotlines li {
    background: #fff;
    margin: 10px 0;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: background 0.3s ease;
  }

  .lgbtq-hotlines li:hover {
    background: #f1f8ff;
  }

  .lgbtq-hotlines a {
    color: #720689;
    text-decoration: none;
  }

  .lgbtq-hotlines a:hover {
    text-decoration: underline;
  }

