
@charset "UTF-8";

html {
  font-size: 62.5%;
}
  
html.no-scroll {
   overflow: hidden; }

body {
  color: #4a4a4a;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6; 
  background-color: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
    font-family: '__Zilla_Slab_ee9291';
}
 
/* Navigation section */
.faq-navigation {
    background-color: #f8f9fa;
    padding: 15px 30px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.nav-parent {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-parent:hover {
    color: #2980b9;
    text-decoration: underline;
}

.nav-related {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.nav-related span {
    color: #666;
    font-weight: 500;
}

.nav-related a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.2s;
}

.nav-related a:hover {
    color: #2980b9;
    text-decoration: underline;
}
/* End Navigation */

.faq-header {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    font-family: "aktiv-grotesk", sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
    margin-bottom: 30px;
    text-align: center;
}

.faq-header h1 {
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-size: 2.5em;
    font-weight: 400;
}

.faq-header h2 {
    /* color: #3499db; */ 
    margin: 0 0 20px 0;
    font-size: 1.8em;
    font-weight: 300;
}

.entity-description {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    font-style: italic;
    color: #555;
}

.entity-description p {
    margin: 0;
    line-height: 1.6;
}

.faq-content {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-section {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */ 
    overflow: hidden;
}

.feature-type-title {
    background-color: #3498db;
    color: white;
    animation: fadeInTop .5s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Zilla Slab",serif; 
    font-size: 10.2rem;
    letter-spacing: 1.2px;
    line-height: 1.45;
    text-transform: uppercase;
    font-family: "aktiv-grotesk", sans-serif;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 2.8rem;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 0px 30px;
    padding: 0px;
    letter-spacing: 0.02em;
    text-align: center;

}

.faq-items {
    padding: 0;
}

.faq-item {
    border-bottom: 1px solid #ecf0f1;
    padding: 25px 30px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item .question { 
    font-family: "aktiv-grotesk", sans-serif;
    list-style: decimal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


/* 
.faq-item .question {
    color: #2c3e50;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.faq-item .question strong {
    font-weight: 600;
}
*/


/* 
 
.faq-item .answer {
    color: #555;
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
}
*/


.faq-item .answer {
    color: #4a4a4a;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 50px;
    list-style: decimal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.no-faqs {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.no-faqs p {
    color: #7f8c8d;
    font-size: 1.1em;
    margin: 0;
}

/* Related entities section */
.related-entities {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px 30px;
    margin-top: 30px;
}

.related-entities h3 {
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-size: 1.4em;
}

.related-entities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-entities li {
    margin-bottom: 10px;
}

.related-entities a {
    color: #3498db;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.2s;
}

.related-entities a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.faq-footer {
    text-align: center;
    margin-top: 40px;
    padding: 30px 20px;
    border-top: 1px solid #dee2e6;
}

.faq-footer .disclaimer {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0 0 15px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-footer .disclaimer a {
    color: #3498db;
    text-decoration: none;
}

.faq-footer .disclaimer a:hover {
    text-decoration: underline;
}

/* Data Claim Check section */
.data-claim-check {
    /* background-color: #f8f9fa; */
    /* border-left: 4px solid #3498db; */
    border-radius: 5px;
    padding: 25px 30px;
    margin-top: 30px;
}

.data-claim-check h3 {
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-size: 1.4em;
}

.data-claim-check p {
    margin: 10px 0;
    line-height: 1.6;
}

.data-claim-check strong {
    color: #2c3e50;
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    .faq-navigation {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-related {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-header {
        padding: 20px;
    }

    .faq-header h1 {
        font-size: 2em;
    }

    .faq-header h2 {
        font-size: 1.4em;
    }

    .faq-item {
        padding: 20px;
    }

    .feature-type-title {
        padding: 15px 20px;
        font-size: 1.2em;

    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2.8rem;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 0px 30px;
    padding: 0px;
    letter-spacing: 0.02em;
    text-align: center;
    }
}

.peninsulaLogo .logo-img {
    height: 26px;
    width: 127px;
    display: block;
    margin: 0 auto;
}

