/* GD Type CSS — Syllabus only. Loaded ONLY on syllabus single posts.
   Re-toned 27.07.2026 to the notice-board palette. */

.gd-type-syllabus-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gd-navy-soft, #eef1f8);
    border: 1px solid var(--gd-rule, #d8d3c6);
    border-left: 4px solid var(--gd-blue, #0A2463);
    border-radius: 4px;
    padding: 10px 14px;
    margin: 14px 0 18px;
    font-size: 0.92rem;
    line-height: 1.4;
    color: var(--gd-ink, #1c1d1f);
}
.gd-syl-icon { font-size: 1.2rem; flex-shrink: 0; }

@media (max-width: 767px) {
    .gd-type-syllabus-strip { padding: 8px 12px; font-size: 0.85rem; }
}
