.product-geo {
    padding: 80px 0;
    color: #1d252c;
    background: #f4f7f9;
}

.product-geo h2 {
    margin: 0 0 20px;
    color: #111820;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0;
}

.product-geo p,
.product-geo li,
.product-geo th,
.product-geo td,
.product-geo summary,
.product-geo a,
.product-geo span {
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0;
}

.product-geo__overview {
    padding-bottom: 42px;
    border-bottom: 1px solid #ccd7de;
}

.product-geo__eyebrow {
    margin: 0 0 12px;
    color: #007fab;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.product-geo__answer {
    max-width: 1040px;
    margin: 0;
    color: #1d252c;
    font-size: 20px !important;
}

.product-geo__verification {
    max-width: 1040px;
    margin: 18px 0 0;
    color: #52616b;
}

.product-geo__section {
    padding-top: 42px;
}

.product-geo__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
}

.product-geo__section ul {
    margin: 0;
    padding-left: 22px;
}

.product-geo__section li + li {
    margin-top: 10px;
}

.product-geo__table-wrap {
    overflow-x: auto;
    border-top: 2px solid #00aaec;
}

.product-geo__table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.product-geo__table th,
.product-geo__table td {
    padding: 16px 20px;
    border-bottom: 1px solid #dce4e9;
    text-align: left;
    vertical-align: top;
}

.product-geo__table th {
    width: 36%;
    color: #26343d;
    font-weight: 600;
    background: #edf3f6;
}

.product-geo__faq-list {
    border-top: 1px solid #c9d5dc;
}

.product-geo__faq details {
    padding: 0;
    border-bottom: 1px solid #c9d5dc;
}

.product-geo__faq summary {
    position: relative;
    padding: 22px 42px 22px 0;
    color: #111820;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.product-geo__faq summary::-webkit-details-marker {
    display: none;
}

.product-geo__faq summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "+";
    color: #007fab;
    font-size: 24px;
    transform: translateY(-50%);
}

.product-geo__faq details[open] summary::after {
    content: "−";
}

.product-geo__faq details p {
    max-width: 1040px;
    margin: -6px 0 22px;
    color: #52616b;
}

.product-geo__resources {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    align-items: center;
    margin-top: 48px;
    padding-top: 26px;
    border-top: 1px solid #c9d5dc;
}

.product-geo__resources span {
    color: #52616b;
}

.product-geo__resources a {
    color: #007fab;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.product-geo__resources a:hover {
    color: #005f80;
}

.category-geo-summary {
    max-width: 960px;
    margin: 12px 0 34px;
    color: #52616b;
    font-size: 17px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .product-geo {
        padding: 56px 0;
    }

    .product-geo__columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .product-geo h2 {
        font-size: 25px;
    }

    .product-geo__answer {
        font-size: 18px !important;
    }
}

@media (max-width: 600px) {
    .product-geo {
        padding: 42px 0;
    }

    .product-geo p,
    .product-geo li,
    .product-geo th,
    .product-geo td,
    .product-geo summary,
    .product-geo a,
    .product-geo span {
        font-size: 15px;
    }

    .product-geo__table th,
    .product-geo__table td {
        min-width: 150px;
        padding: 13px 14px;
    }

    .product-geo__resources {
        align-items: flex-start;
        flex-direction: column;
    }
}
