/**
 * Precise Footer Text Correction
 * Targeted fixes for specific footer paragraph elements
 */

/* Direct targeting of the exact elements using multiple selectors for specificity */
.footer > div > div > div:nth-child(1) > div > p,
.footer .footer-about p,
.footer .col-lg-3:first-child p,
footer .row > div:first-child p {
  color: #FFFFFF !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  opacity: 1 !important;
  margin-bottom: 1.5rem !important;
  max-width: 300px !important;
  font-weight: normal !important;
}

/* Direct targeting of the newsletter description paragraph */
.footer > div > div > div:nth-child(4) > div > p,
.footer .col-lg-3:last-child p,
footer .row > div:last-child p,
.footer .newsletter-description {
  color: #FFFFFF !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  opacity: 1 !important;
  margin-bottom: 1.5rem !important;
  max-width: 300px !important;
  font-weight: normal !important;
}
