.article-lead {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 2rem;
}

.article-content p {
    line-height: 1.8;
    margin-bottom: 1.25rem;
    color: #333;
}

.article-content h2 {
    margin-top: 2.75rem;
    margin-bottom: 0.9rem;
    font-size: 1.55rem;
    font-weight: 600;
    color: #1b4965;
}

.article-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #1b4965;
}

/* FAQ collapsible items */
.article-faq-item {
    border: 1px solid #e4ecf2;
    border-radius: 6px;
    margin-bottom: 0.65rem;
    background: #fff;
}

.article-faq-item summary {
    cursor: pointer;
    padding: 0.9rem 2.75rem 0.9rem 1.25rem;
    font-weight: 600;
    color: #1b4965;
    list-style: none;
    position: relative;
    border-radius: 6px;
}

.article-faq-item summary::-webkit-details-marker {
    display: none;
}

.article-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1;
    color: #54b3d6;
    font-weight: 400;
}

.article-faq-item[open] summary::after {
    content: "−";
}

.article-faq-item[open] summary {
    border-bottom: 1px solid #e4ecf2;
    border-radius: 6px 6px 0 0;
}

.article-faq-item summary:hover {
    background: #f6fafd;
}

.article-faq-item p {
    padding: 0.9rem 1.25rem;
    margin: 0;
}

/* Reusable CTA block (invitations, etc.) */
.article-content .article-cta {
    background: #f6fafd;
    border: 1px solid #d6e7f2;
    border-left: 4px solid #1b4965;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    margin: 2.25rem 0;
}

.article-content .article-cta p {
    margin-bottom: 0.85rem;
    color: #333;
}

.article-content .article-cta .article-cta-title {
    font-weight: 600;
    color: #1b4965;
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
}

.article-content .article-cta .article-cta-link {
    display: inline-block;
    font-weight: 600;
    color: #1b4965;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid #1b4965;
    border-radius: 4px;
    transition: background 0.15s ease, color 0.15s ease;
    margin-bottom: 0;
}

.article-content .article-cta .article-cta-link:hover {
    background: #1b4965;
    color: #fff;
}

.article-content a {
    color: #1b4965;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.article-content a:hover {
    color: #54b3d6;
}

/* CTA box linking to vendor categories */
.article-vendor-cta {
    background: #e8f4fb;
    border-left: 4px solid #54b3d6;
    border-radius: 4px;
    padding: 1.5rem;
    margin: 2.5rem 0;
}

.article-vendor-cta h2 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.article-vendor-cta p {
    margin-bottom: 1rem;
    color: #555;
}

.article-vendor-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Sidebar category links */
.article-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.article-sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #1b4965;
    font-size: 0.9rem;
}

.article-sidebar-link:last-child {
    border-bottom: none;
}

.article-sidebar-link:hover {
    color: #54b3d6;
}

.article-sidebar-link i {
    width: 1.1rem;
    text-align: center;
    color: #54b3d6;
    flex-shrink: 0;
}

/* Compact mobile sidebar — pill row shown above article body on narrow viewports */
.article-mobile-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

.article-mobile-sidebar p {
    display: none;
}

.article-mobile-sidebar-label {
    color: #6c757d;
    font-size: 0.85rem;
    margin-right: 0.1rem;
}

.article-mobile-sidebar .article-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    border: 1px solid #d6e7f2;
    border-bottom: 1px solid #d6e7f2;
    border-radius: 999px;
    background: #f6fafd;
    font-size: 0.8rem;
    color: #1b4965;
}

.article-mobile-sidebar .article-sidebar-link i {
    width: auto;
    font-size: 0.8rem;
}

/* Vendor sidebar */
.article-vendor-sidebar .vendor-sidebar-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
}

.article-vendor-sidebar .vendor-sidebar-item:last-child {
    border-bottom: none;
}

.article-vendor-sidebar .vendor-sidebar-item:hover {
    color: #1b4965;
}

.article-vendor-sidebar .vendor-sidebar-img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.article-vendor-sidebar .vendor-sidebar-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background: #e9ecef;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #6c757d;
    text-align: center;
    line-height: 1.2;
    padding: 4px;
}

.article-vendor-sidebar .vendor-sidebar-name {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    color: #1b4965;
}

.article-vendor-sidebar .vendor-sidebar-desc {
    font-size: 0.8rem;
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
