.dga-download {
    margin-block: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--wp--preset--color--mist, #EDEFEE);
}
.dga-download .dga-download__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-sizing: border-box;
    max-width: 100%;
    min-height: 52px;
    padding: 1rem 1.5rem;
    background: var(--wp--preset--color--sustainable, #2F7A4F);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
}
.dga-download__button svg { flex: 0 0 22px; }
.dga-download .dga-download__button:hover {
    background: var(--wp--preset--color--digital, #0F3A53);
    color: #fff;
}
.dga-download__button:focus-visible { outline: 3px solid var(--wp--preset--color--digital, #0F3A53); outline-offset: 4px; }
.dga-download .dga-download__note { margin-top: 0.75rem; font-size: 0.875rem; line-height: 1.5; }
@media (max-width: 480px) {
    .dga-download__button { width: 100%; }
}
