/* Visible internal links in articles generated by ViewShipping Editorial Engine. */
a.vsee-internal-link {
    color: #c73a35 !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 0.16em !important;
    text-decoration-color: currentColor !important;
    font-weight: 500;
    transition: color 0.15s ease, text-decoration-thickness 0.15s ease;
}

a.vsee-internal-link:visited {
    color: #a9322e !important;
}

a.vsee-internal-link:hover,
a.vsee-internal-link:focus {
    color: #8f2724 !important;
    text-decoration-thickness: 2px !important;
}

a.vsee-internal-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

/* Reader-first summary added deterministically to new v2.1 drafts. */
.entry-content .vsee-key-takeaways,
.vsee-key-takeaways {
    margin: 1.25rem 0 1.75rem;
    padding: 1rem 1.2rem;
    border-left: 4px solid #c73a35;
    background: #f7f8fa;
}

.vsee-key-takeaways h2 {
    margin: 0 0 .65rem;
    font-size: 1.15em;
}

.vsee-key-takeaways ul {
    margin: 0;
    padding-left: 1.2rem;
}

.vsee-key-takeaways li + li {
    margin-top: .45rem;
}

.vsee-image-disclaimer {
    margin: .45rem 0 1.25rem;
    color: #62676f;
    font-size: .78rem;
    font-style: italic;
    line-height: 1.45;
}

/* Compact table of contents for long-form Editorial Engine articles. */
.vsee-toc {
    margin: 1.4em 0 1.8em;
    padding: 1em 1.15em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.025);
}

.vsee-toc > strong {
    display: block;
    margin-bottom: 0.55em;
}

.vsee-toc ol {
    margin: 0;
    padding-left: 1.3em;
}

.vsee-toc li + li {
    margin-top: 0.25em;
}

.vsee-toc a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

/* External source links stay editorially neutral and followed; rel only protects new tabs. */
a.vsee-source-link {
    text-underline-offset: 0.14em;
}
