.manifesto-panel {
    border-color: #2f3a5b;
}

.manifesto-panel .panel-header {
    background: linear-gradient(180deg, #1d2540 0%, #121728 100%);
    border-bottom-color: #5a6aa3;
}

.manifesto-panel .panel-header h2 {
    color: #dbe1ff;
    text-shadow: 2px 2px 0px #0a0d16;
}

.manifesto-content {
    color: #d0d5ea;
    line-height: 1.7;
}

.manifesto-content h3 {
    color: #f6d77a;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
}

.manifesto-lede {
    color: #a6e6ff;
    font-style: italic;
    margin-bottom: 16px;
}

.manifesto-paragraph {
    margin-bottom: 14px;
}

.manifesto-kicker {
    font-weight: bold;
    color: #f6d77a;
}

.manifesto-list {
    margin: 0;
    padding-left: 22px;
    display: grid;
    gap: 12px;
}
