/* GEO extractability — answer boxes + hub deep-links on listing pages */

.extract-answer-box {
    margin: 0 0 1.25rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid #d7e3dd;
    border-radius: 10px;
    background: #f7faf8;
}

.extract-answer-text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2c3a33;
}

.extract-hub-link {
    margin: 0.75rem 0 0;
}

.extract-hub-link a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 44px;
    color: #1a5f4a;
    font-weight: 600;
    text-decoration: none;
}

.extract-hub-link a:hover {
    text-decoration: underline;
}

.extract-hub-link-on-dark {
    margin-top: 0.85rem;
}

.extract-hub-link-on-dark a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.extract-hub-link-on-dark a:hover {
    opacity: 0.9;
}

.guides-hero .extract-hub-link {
    margin-top: 1rem;
}

.guides-hero .extract-hub-link a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
