/* Custom Styles
 * echo '<div class="tfg-divider-with-label"><span>Profile Details</span></div>';
 * echo '<div class="tfg-section-divider"></div>';
 */

 .site-header {
    padding-top: 20px; /* Adjust the value as needed */
  }
  
  .site-header {
    margin-bottom: 20px; /* Adds space below the entire header */
  }
  
  .site-footer .widget-title {
    color: white;
      font-size: 24px;
  }
  
  .footer-widget-area {
    color: white;
      font-size: 24px;
  }
  
  .widget_pages a, .widget_nav_menu a {
    color: white;
      font-size: 24px;
  }
  
  .site-footer a[href^="mailto:"] {
    color: white;
    font-size: 24px;
    text-decoration: underline;
  }

 .site-header-row-top .site-header-row-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

  .transparent-header
.site-header-row-middle
.site-header-row-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.site-header-row-bottom .site-header-row-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.site-container {
    max-width: 1200px;
    margin: 0 auto;
  }
 

 /* Header text Alignment */
/* 1. Middle row height (transparent header only) */
.transparent-header
.site-header-row-middle {
  min-height: 300px !important;
}

/* 2. Stretch + center row container */
.transparent-header
.site-header-row-middle
.site-header-row-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

/* 3. Stretch sections */
.transparent-header
.site-header-row-middle
.site-header-section {
  height: 100%;
  display: flex;
  align-items: center;
}

/* 4a. LEFT column — stacked brand */
.transparent-header
.site-header-row-middle
.header-section-left
.site-header-section-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 4b. RIGHT column — center login box */
.transparent-header
.site-header-row-middle
.header-section-right
.site-header-section-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

/* 5. Brand text */
.tfg-header-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.tfg-brand-primary {
  font-size: 83px;
  color: #ffffff;
  line-height: 1;
}

.tfg-brand-secondary {
  font-size: 48px;
  font-weight: 400;
  color: #0E94FF;
  line-height: 1;
}

/* EXACT FOOTER STYLING — wp_footer output */
/* Footer background */
.site-footer {
    background-color: #1C0D5A;
  }
  
  /* Custom footer text — force full-width so centering works */
  .site-footer .tfg-footer-text {
    display: block;
    width: 100%;
    text-align: center;
  
    font-size: 0.8em;
    color: #ffffff;
  
    margin: 0;
    padding: 16px 0;
  }
  
  /* Links inside footer text */
  .site-footer .tfg-footer-text a {
    color: #ffffff;
    text-decoration: underline;
  }
  

.tfg-section-divider {
    margin: 2em 0;
    border-top: 2px solid #ccc;
    width: 100%;
    opacity: 0.5;
}

.tfg-section-divider {
    margin: 3em auto;
    border-top: 2px solid #ddd;
    width: 80%;
    opacity: 0.6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tfg-divider-with-label {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 3em 0;
}

.tfg-divider-with-label::before,
.tfg-divider-with-label::after {
    content: "";
    flex: 1;
    border-top: 1px solid #ccc;
}

.tfg-divider-with-label span {
    padding: 0 1em;
    font-weight: bold;
    color: #666;
    font-size: 1.1em;
}

.tfg-login-options {
    margin-top: 2em;
    padding: 1em;
    border-top: 1px solid #ccc;
    font-family: 'Urbanist', sans-serif;
}

.tfg-login-links {
    list-style: none;
    padding-left: 0;
    margin: 0.5em 0 0;
}

.tfg-login-links li {
    margin-bottom: 0.5em;
}

.tfg-login-links a.tfg-link {
    text-decoration: none;
    color: #0073aa;
    font-weight: 500;
}

.tfg-login-links a.tfg-link:hover {
    text-decoration: underline;
    color: #005177;
}

.tfg-gdpr-form {
    width: 100%;
    margin: 0 auto;
}

.tfg-gdpr-box * {
    border: 1px solid #000;
    max-width: 100%;
    line-height: 1;
    padding: 10px;
    margin: 20px auto;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.tfg-profile-summary-box {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.tfg-profile-list {
    list-style: none;
    padding-left: 0;
}

.tfg-profile-list li {
    margin-bottom: 10px;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
}

.tfg-profile-summary-cols {
    background-color: #f9f9f9;
    padding: 24px;
    margin-top: 30px;
    /* border: 1px solid #ccc; */
    border: 1px solid red;
    border-radius: 12px;
    font-family: 'Urbanist', sans-serif;
}

.tfg-profile-summary-cols h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.tfg-profile-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px !important;
}

.tfg-profile-grid div {
    width: auto !important;
    display: block !important;
    font-size: 16px;
    line-height: 1.6;
}

