/* GEO Citation Box – Frontend Style */
.gcb-wrap {
    margin: 28px 0;
    font-size: 15px;
    line-height: 1.6;
}
.gcb-inner {
    background: #f5f9ff;
    border: 1px solid #cce0ff;
    border-radius: 6px;
    padding: 18px 20px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
.gcb-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0056a3;
}
.gcb-icon { font-size: 1em; }
h3.gcb-question {
    font-size: 1.1em;
    font-weight: 700;
    color: inherit;
    margin: 0 0 10px;
    line-height: 1.4;
    font-family: inherit;
}
.gcb-answer {
    color: inherit;
    margin-bottom: 12px;
    font-size: 1em;
    font-family: inherit;
}
.gcb-answer {
    color: #333;
    margin-bottom: 12px;
}
.gcb-checklist {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}
.gcb-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 3px 0;
    color: inherit;
    font-size: 1em;
    font-family: inherit;
}
.gcb-check {
    color: #0f7d3e;
    font-weight: 700;
    flex-shrink: 0;
}
.gcb-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.85em;
    color: inherit;
    opacity: 0.75;
    border-top: 1px solid #d0e4f7;
    padding-top: 10px;
    margin-top: 10px;
    font-family: inherit;
}
.gcb-meta-row { display: block; }
.gcb-meta strong { color: inherit; opacity: 1; }
.gcb-sources {
    font-size: 0.85em;
    color: inherit;
    opacity: 0.75;
    border-top: 1px solid #d0e4f7;
    padding-top: 10px;
    margin-top: 10px;
    font-family: inherit;
}
.gcb-sources ul {
    margin: 6px 0 0;
    padding-left: 18px;
}
.gcb-sources li { margin-bottom: 3px; }
.gcb-sources a { color: #0056a3; text-decoration: underline; }
.gcb-sources a:hover { color: #003d7a; }
