.program-detail {
    max-width: 900px;
    margin: 0 auto;
}

.program-detail__body {
    text-indent: 0;
}

.program-detail__meta strong {
    color: var(--primary-color);
}

.btn-download {
    display: inline-block;
    padding: 12px 24px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background .2s ease;
}

.btn-download:hover {
    background: var(--primary-hover);
}