/* OLD DUDES SITEWIDE PUBLIC AUDIO DOWNLOADS */

.old-dudes-audio-download {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .65rem;
    margin: .9rem 0 0;
}

.old-dudes-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: .65rem 1rem;

    border: 1px solid rgba(105, 55, 20, .45);
    border-radius: 999px;

    background: #6f3515;
    color: #fff8eb;

    font: 700 1rem/1.1 Georgia, "Times New Roman", serif;
    text-decoration: none;

    box-shadow: 0 6px 14px rgba(0, 0, 0, .16);
}

.old-dudes-download-button:hover,
.old-dudes-download-button:focus-visible {
    background: #51250e;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 600px) {
    .old-dudes-download-button {
        min-height: 44px;
        padding: .7rem 1rem;
    }
}
