/* GEO Citation Box – Frontend Style */
.gcb-wrap {
    margin: 28px 0;
}
.gcb-inner {
    background: #f5f9ff;
    border: 1px solid #cce0ff;
    border-radius: 6px;
    padding: 18px 20px;
}
.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-weight: 700;
    margin: 0 0 10px;
}
.gcb-answer {
    margin-bottom: 12px;
}
.gcb-answer ol,
.gcb-answer ul {
    margin: 6px 0;
    padding-left: 1.4em;
}
.gcb-answer li {
    margin-bottom: 3px;
}

.gcb-checklist {
    list-style: none !important;
    margin: 0 0 14px;
    padding: 0 !important;
}
.gcb-checklist li::before {
    display: none !important;
}
.gcb-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 3px 0;
}
.gcb-checklist li > span.gcb-check {
    flex-shrink: 0;
    margin-top: 2px;
}
.gcb-checklist li > span.gcb-check-text {
    flex: 1;
}
.gcb-checklist li strong,
.gcb-checklist li em {
    display: inline;
}
.gcb-check {
    color: #0f7d3e;
    font-weight: 700;
    flex-shrink: 0;
}
.gcb-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.85em;
    opacity: 0.75;
    border-top: 1px solid #d0e4f7;
    padding-top: 10px;
    margin-top: 10px;
}
.gcb-meta-row { display: block; }
.gcb-meta strong { opacity: 1; }
.gcb-sources {
    font-size: 0.85em;
    opacity: 0.75;
    border-top: 1px solid #d0e4f7;
    padding-top: 10px;
    margin-top: 10px;
}
.gcb-sources ul {
    list-style: none !important;
    margin: 6px 0 0;
    padding: 0 !important;
}
.gcb-sources li::before {
    display: none !important;
}
.gcb-sources li { margin-bottom: 3px; }
.gcb-sources a { color: #0056a3; text-decoration: underline; }
.gcb-sources a:hover { color: #003d7a; }
.gcb-permalink {
    font-size: 0.78em;
    margin: 10px 0 0;
    padding-top: 8px;
    border-top: 1px solid #d0e4f7;
    font-family: monospace;
}
.gcb-permalink-link {
    color: #0056a3;
    text-decoration: none;
    opacity: 0.6;
}
.gcb-permalink-link:hover {
    opacity: 1;
    text-decoration: underline;
}
