/* WordPress + v5 report overrides */

/* ─── Centered content column ─── */
body.dw-v5-report-page #primary.dw-v5-shell,
body.dw-v5-report-page #primary.site-main {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

.diplo-report-v5 .dw-v5-header .flex.items-center.justify-between {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.75rem;
}

.diplo-report-v5 .dw-v5-header-actions,
.diplo-report-v5 .dw-v5-header .flex.items-center.justify-between > .flex.items-center.gap-2\.5 {
    margin-left: auto;
    flex-shrink: 0;
    align-items: center;
}

.diplo-report-v5 .dw-v5-header > .max-w-5xl > .flex.items-center.justify-between > a,
.diplo-report-v5 .dw-v5-header > .max-w-5xl > .flex.items-center.justify-between > span:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.diplo-report-v5 .dw-v5-header p {
    display: contents;
}

.diplo-report-v5 .dw-v5-header br {
    display: none;
}

.diplo-report-v5 {
    background: #F9FAFB;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: clip;
}

.diplo-report-v5 .max-w-5xl {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

.diplo-report-v5 .session-speaker strong {
    color: #1D4ED8 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.diplo-report-v5 .session-speech {
    margin-left: 0 !important;
    color: #404040 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.diplo-report-v5.dw-v5-event .max-w-5xl {
    max-width: 64rem;
}

.diplo-report-v5 .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.diplo-report-v5 .w-full {
    width: 100%;
}

.diplo-report-v5 .grid {
    display: grid;
}

.diplo-report-v5 .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.diplo-report-v5 .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.diplo-report-v5 .gap-3 {
    gap: 0.75rem;
}

.diplo-report-v5 .gap-4 {
    gap: 1rem;
}

.diplo-report-v5 .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.diplo-report-v5 .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.diplo-report-v5 .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.diplo-report-v5 .pt-4 {
    padding-top: 1rem;
}

.diplo-report-v5 .pb-5 {
    padding-bottom: 1.25rem;
}

.diplo-report-v5 .space-y-2 > * + * {
    margin-top: 0.5rem;
}

.diplo-report-v5 .space-y-3 > * + * {
    margin-top: 0.75rem;
}

.diplo-report-v5 .space-y-4 > * + * {
    margin-top: 1rem;
}

.diplo-report-v5 .space-y-5 > * + * {
    margin-top: 1.25rem;
}

.diplo-report-v5 .space-y-6 > * + * {
    margin-top: 1.5rem;
}

.diplo-report-v5 .space-y-1\.5 > * + * {
    margin-top: 0.375rem;
}

.diplo-report-v5 .mb-1\.5 {
    margin-bottom: 0.375rem;
}

.diplo-report-v5 .mb-2\.5 {
    margin-bottom: 0.625rem;
}

.diplo-report-v5 .mb-3 {
    margin-bottom: 0.75rem;
}

.diplo-report-v5 .mt-4 {
    margin-top: 1rem;
}

.diplo-report-v5 ul,
.diplo-report-v5 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.diplo-report-v5 .dw-v5-list li {
    display: flex;
    align-items: flex-start;
}

.diplo-report-v5 .dw-v5-accordions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.diplo-report-v5 .dw-v5-accordions > .dw-v5-accordion {
    margin: 0;
}

.diplo-report-v5 .dw-v5-prose p + p,
.diplo-report-v5 .dw-v5-rich-content p + p {
    margin-top: 0.85em;
}

.diplo-report-v5 .dw-v5-prose .dw-v5-rich-content p,
.diplo-report-v5 .dw-v5-tab-panel .dw-v5-rich-content p {
    margin-bottom: 0.85em;
}

.diplo-report-v5 .dw-v5-prose .dw-v5-rich-content p:last-child,
.diplo-report-v5 .dw-v5-tab-panel .dw-v5-rich-content p:last-child {
    margin-bottom: 0;
}

.diplo-report-v5 .dw-v5-rich-content a.diplo-inline-cite,
.diplo-report-v5 .dw-v5-rich-content a.diplo-inline-cite--icon {
    margin-left: 0.15em;
}

.diplo-report-v5 .dw-v5-accordion-panel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.diplo-report-v5 .dw-v5-event-qa .dw-v5-accordion-panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.diplo-report-v5 .flex-col.gap-4,
.diplo-report-v5 .flex.flex-col.gap-4 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.diplo-report-v5 .dw-v5-speakers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: dw-v5-speaker;
}

.diplo-report-v5 .dw-v5-speakers-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    margin: 0 0 0.625rem;
    padding: 0;
}

.diplo-report-v5 .dw-v5-speakers-list li:last-child {
    margin-bottom: 0;
}

.diplo-report-v5 .dw-v5-speakers-list li::before {
    counter-increment: dw-v5-speaker;
    content: counter(dw-v5-speaker);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    background: #FFAA0018;
    color: #FF8000;
}

.diplo-report-v5 .dw-v5-speaker-trigger {
    align-items: center;
    min-height: 4.5rem;
}

.diplo-report-v5 .dw-v5-speaker-stats {
    grid-template-columns: repeat(3, minmax(3.25rem, auto));
    gap: 0.75rem 1rem;
    align-items: center;
    flex-shrink: 0;
}

.diplo-report-v5 .dw-v5-speaker-stats > div {
    min-width: 0;
    text-align: right;
}

.diplo-report-v5 .dw-v5-speaker-stats .text-sm,
.diplo-report-v5 .dw-v5-speaker-stats .text-xs {
    white-space: nowrap;
}

.diplo-report-v5 .dw-v5-speaker-stats .text-xs {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.diplo-report-v5 .dw-v5-speaker-stats-mobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diplo-report-v5 .dw-v5-disclaimer-bar {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E5E7EB;
}

.diplo-report-v5 .dw-v5-disclaimer-bar .dw-v5-disclaimer,
.diplo-report-v5 .dw-v5-disclaimer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    display: block !important;
    box-sizing: border-box;
    text-align: center !important;
    line-height: 1.65;
    font-size: 13px;
    font-style: italic;
    color: #6B7280;
}

body.dw-v5-report-page #colophon.site-footer {
    margin-top: 0 !important;
}

.diplo-report-v5 p {
    margin-top: 0;
    margin-bottom: 0;
}

#knowledge-graph-iframe {
    width: 100%;
    min-height: 480px;
    border: none;
    display: block;
}

.diplo-report-v5 .flex {
    display: flex;
}

.diplo-report-v5 .inline-flex {
    display: inline-flex;
}

.diplo-report-v5 .flex-col {
    flex-direction: column;
}

.diplo-report-v5 .flex-wrap {
    flex-wrap: wrap;
}

.diplo-report-v5 .items-center {
    align-items: center;
}

.diplo-report-v5 .items-start {
    align-items: flex-start;
}

.diplo-report-v5 .justify-between {
    justify-content: space-between;
}

.diplo-report-v5 .flex-1 {
    flex: 1 1 0%;
}

.diplo-report-v5 .flex-shrink-0 {
    flex-shrink: 0;
}

.diplo-report-v5 .gap-2 {
    gap: 0.5rem;
}

.diplo-report-v5 .gap-2\.5 {
    gap: 0.625rem;
}

.diplo-report-v5 .gap-3 {
    gap: 0.75rem;
}

.diplo-report-v5 .gap-4 {
    gap: 1rem;
}

.diplo-report-v5 .dw-v5-card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.diplo-report-v5 .dw-v5-phrase-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 40px;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.diplo-report-v5 .dw-v5-phrase-item:last-child {
    margin-bottom: 0;
}

.diplo-report-v5 .dw-v5-phrase-label {
    color: #6B7280;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    line-height: 1.35;
}

.diplo-report-v5 .dw-v5-phrase-bar-track {
    height: 12px;
    border-radius: 9999px;
    overflow: hidden;
    background: #F3F4F6;
}

.diplo-report-v5 .dw-v5-phrase-bar-fill {
    height: 100%;
    border-radius: 9999px;
}

.diplo-report-v5 .dw-v5-phrase-count {
    color: #414141;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.diplo-report-v5 .dw-v5-phrases-list {
    min-height: 0;
}

.diplo-report-v5 .dw-v5-stat-grid {
    align-items: start;
}

.diplo-report-v5 .dw-v5-stat-card {
    height: auto;
}

.diplo-report-v5 .dw-v5-analytics-pair {
    align-items: start;
}

.diplo-report-v5 .dw-v5-phrases-card {
    align-self: start;
    height: auto;
}

.diplo-report-v5 .dw-v5-report-badge svg {
    flex-shrink: 0;
}

.diplo-report-v5 .dw-v5-event-day-panel {
    min-height: 0;
}

.diplo-report-v5 .space-y-2\.5 > * + * {
    margin-top: 0.625rem;
}

.diplo-report-v5 .space-y-3\.5 > * + * {
    margin-top: 0.875rem;
}

.diplo-report-v5.dw-v5-event .dw-v5-event-chatbot #chatbot-card {
    margin: 0;
    padding: 0;
}

.diplo-report-v5.dw-v5-event .dw-v5-event-chatbot #chatbot-iframe {
    width: 100% !important;
    min-height: 560px !important;
    height: 560px !important;
    border: none;
    border-radius: 0;
    display: block;
    background: #F9FAFB;
}

.diplo-report-v5 .dw-v5-event-day:not(.is-open) .dw-v5-event-day-panel {
    display: none;
}

.diplo-report-v5 .dw-v5-event-day.is-open .dw-v5-chevron {
    transform: rotate(180deg);
}

.diplo-report-v5 .dw-v5-hero-overlay-dark {
    background: rgba(30, 10, 20, 0.45);
}

.diplo-report-v5 .dw-v5-hero-overlay-brand {
    background: rgba(216, 0, 80, 0.22);
}

.diplo-report-v5 .absolute {
    position: absolute;
}

.diplo-report-v5 .inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.diplo-report-v5 .relative {
    position: relative;
}

.diplo-report-v5 .dw-v5-event-day-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    cursor: pointer;
    border: none;
    background: #EFF6FF;
}

.diplo-report-v5 .dw-v5-event-sessions {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
}

.diplo-report-v5 .dw-v5-event-session-row:hover {
    background: #F9FAFB !important;
}

.diplo-report-v5 .dw-v5-event-qa .dw-v5-accordion:not(.is-open) .dw-v5-accordion-panel {
    display: none;
}

.diplo-report-v5 .dw-v5-event-graph .rounded-xl.overflow-hidden {
    border: none !important;
    box-shadow: none !important;
}

.diplo-report-v5 .dw-v5-phrase-row {
    display: grid;
    grid-template-columns: minmax(90px, 118px) minmax(0, 1fr) 40px;
    gap: 0.75rem;
    align-items: center;
}

@media (min-width: 640px) {
    .diplo-report-v5 .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .diplo-report-v5 .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diplo-report-v5 .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .diplo-report-v5 .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .diplo-report-v5 .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}

body.dw-v5-session-page .dw-resources-s-wrapper {
    display: none !important;
}

body.dw-v5-report-page .dw-before-main,
body.dw-v5-report-page #dw-breadcrumbs-single,
body.dw-v5-report-page .dw-term-title,
body.dw-v5-report-page .dw-term-title h1,
body.dw-v5-report-page #dw-sidebar-left,
body.dw-v5-report-page #dw-sidebar-right,
body.dw-v5-report-page .entry-header,
body.dw-v5-report-page .navigation.post-navigation,
body.dw-v5-report-page .entry-footer,
body.dw-v5-report-page figcaption {
    display: none !important;
}

body.dw-v5-report-page .dw-main-content,
body.dw-v5-report-page .dw-main-content.dw-nosidebar-event {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.dw-v5-report-page .dw-term-description.dw-content-box-p,
body.dw-v5-report-page .dw-term-description.mb2 {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

body.dw-v5-event-page .dw-session-reports,
body.dw-v5-event-page .dw-event-info-wrapper,
body.dw-v5-event-page .dw-event-updates,
body.dw-v5-event-page .dw-term-description.eventreport,
body.dw-v5-event-page .dw-oh.mb2 {
    display: none !important;
}

body.dw-v5-session-page .dw-event-info-wrapper {
    display: none !important;
}

body.dw-v5-report-page .diplo-language-selector {
    display: none !important;
}

.diplo-report-v5 *,
.diplo-report-v5 *::before,
.diplo-report-v5 *::after {
    box-sizing: border-box;
}

/* Accordion panels */
.diplo-report-v5 .dw-v5-accordion:not(.is-open) .dw-v5-accordion-panel {
    display: none;
}

.diplo-report-v5 .dw-v5-accordion.is-open .dw-v5-chevron {
    transform: rotate(180deg);
    display: inline-flex;
    transition: transform 0.2s;
}

.diplo-report-v5 .dw-v5-chevron {
    display: inline-flex;
    transition: transform 0.2s;
}

/* Tab panels */
.diplo-report-v5 .dw-v5-tab-panel[hidden] {
    display: none !important;
}

/* Smooth fade when a panel becomes active (softens the tab switch) */
.diplo-report-v5 .dw-v5-tab-panel.is-active {
    animation: dwV5PanelIn 0.28s ease both;
    will-change: opacity;
}

@keyframes dwV5PanelIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .diplo-report-v5 .dw-v5-tab-panel.is-active {
        animation: none;
    }
}

.diplo-report-v5 .dw-v5-tab.is-active {
    color: #1D4ED8 !important;
    border-bottom-color: #2563EB !important;
}

/* Rich content fallback */
.diplo-report-v5 .dw-v5-rich-content p,
.diplo-report-v5 .dw-v5-rich-content li {
    color: #404040;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.diplo-report-v5 .session-speaker strong {
    color: #1D4ED8 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    border-bottom: none !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.diplo-report-v5 .session-speaker,
.diplo-report-v5 .session-speech {
    margin-left: 0 !important;
}

.diplo-report-v5 .session-speech {
    color: #404040 !important;
    font-family: 'Titillium Web', sans-serif !important;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #E5E7EB;
}

.diplo-report-v5 .analysis-card,
.diplo-report-v5 .analysis-item,
.diplo-report-v5 .analysis-overall {
    margin-bottom: 12px;
}

.diplo-report-v5 .analysis-card-title,
.diplo-report-v5 .analysis-subsection-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6B7280;
    margin-bottom: 8px;
}

.diplo-report-v5 .analysis-item {
    padding: 12px;
    border-radius: 8px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
}

.diplo-report-v5 .analysis-item-text {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #404040;
}

.diplo-report-v5 .dw-v5-accordion-trigger {
    background: transparent;
    border: none;
    cursor: pointer;
}

.diplo-report-v5 .dw-v5-tab {
    background: transparent;
    flex: 1 1 0;
    min-width: 0;
}

.diplo-report-v5 .dw-v5-tab svg {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.diplo-report-v5 .dw-v5-tabs {
    overflow: visible;
}

@media (max-width: 480px) {
    .diplo-report-v5 .dw-v5-tab {
        flex: 1 1 auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.diplo-report-v5 a {
    word-break: break-word;
}

@media (min-width: 640px) {
    .diplo-report-v5 .dw-v5-speaker-stats.hidden.sm\:grid {
        display: grid !important;
    }
}

@media (max-width: 640px) {
    .diplo-report-v5 .hidden.sm\:inline {
        display: none !important;
    }
    .diplo-report-v5 .sm\:hidden {
        display: inline !important;
    }
    .diplo-report-v5 .hidden.sm\:flex {
        display: none !important;
    }
}

@media (min-width: 641px) {
    .diplo-report-v5 .hidden.sm\:inline {
        display: inline !important;
    }
    .diplo-report-v5 .sm\:hidden {
        display: none !important;
    }
    .diplo-report-v5 .hidden.sm\:flex {
        display: flex !important;
    }
}

/* Citation badges + tooltips (v5 session reports) */
.diplo-report-v5 a.diplo-inline-cite {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #1d4ed8 !important;
    background-color: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 4px !important;
    padding: 0 4px !important;
    margin: 0 2px !important;
    min-width: 18px !important;
    vertical-align: super !important;
    text-decoration: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.diplo-report-v5 a.diplo-inline-cite:hover {
    color: #1e40af !important;
    background-color: #dbeafe !important;
    border-color: #93c5fd !important;
    text-decoration: none !important;
}

.diplo-report-v5 a.diplo-inline-cite.diplo-inline-cite--icon {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    min-width: 0 !important;
    margin: 0 0.1em !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    vertical-align: baseline !important;
    white-space: normal !important;
    color: #2563eb !important;
    pointer-events: auto !important;
}

.diplo-report-v5 a.diplo-inline-cite.diplo-inline-cite--icon .diplo-inline-cite-icon {
    vertical-align: -0.15em !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    pointer-events: none;
}

/* Quote-style transcript citations (used in Q&A answers) */
.diplo-report-v5 a.diplo-inline-cite.diplo-inline-cite--quote {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 500 !important;
    font-style: normal !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    vertical-align: baseline !important;
    white-space: normal !important;
    color: #D97706 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.diplo-report-v5 a.diplo-inline-cite.diplo-inline-cite--quote:hover {
    color: #B45309 !important;
    background: none !important;
    border: none !important;
    text-decoration: underline !important;
}

.diplo-report-v5 a.diplo-source-cite {
    pointer-events: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #0f766e !important;
    background-color: #f0fdfa !important;
    border: 1px solid #99f6e4 !important;
    border-radius: 4px !important;
    padding: 0 4px !important;
    margin: 0 2px !important;
    min-width: 18px !important;
    vertical-align: super !important;
    text-decoration: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.diplo-report-v5 a.diplo-source-cite:hover {
    color: #115e59 !important;
    background-color: #ccfbf1 !important;
    border-color: #5eead4 !important;
    text-decoration: none !important;
}

.citation-tooltip {
    position: fixed !important;
    z-index: 99999 !important;
    max-width: 340px !important;
    background: #111827 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    border-radius: 8px !important;
    padding: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
    pointer-events: none !important;
    transform: translateY(-100%) !important;
    line-height: 1.5 !important;
}

.citation-tooltip .tooltip-arrow {
    position: absolute !important;
    top: 100% !important;
    width: 10px !important;
    height: 10px !important;
    background: #111827 !important;
    transform: translateX(-50%) rotate(45deg) !important;
    margin-top: -5px !important;
}

.tooltip-cite-header {
    font-weight: 600 !important;
    color: #93c5fd !important;
    margin-bottom: 4px !important;
}

.tooltip-cite-text {
    color: #d1d5db !important;
    font-style: italic !important;
    margin-bottom: 4px !important;
}

.tooltip-cite-meta {
    color: #93c5fd !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.tooltip-cite-more {
    color: #6b7280 !important;
    font-size: 10px !important;
}

.tooltip-source-title {
    font-weight: 600 !important;
    color: #5eead4 !important;
    margin-bottom: 4px !important;
}

.tooltip-source-snippet {
    color: #d1d5db !important;
    font-style: italic !important;
    margin-bottom: 4px !important;
}

.tooltip-source-url {
    color: #2dd4bf !important;
    font-size: 10px !important;
    word-break: break-all !important;
}
