.muysam-footer {
    margin: 20px auto;
    padding: 20px 15px;
    border: 4px solid #1a1a1a;
    border-radius: 15px;
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Arial Black', sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    width: calc(100% - 40px);
    max-width: 800px;
    box-sizing: border-box;
}
.muysam-footer .copy { font-weight: 900; }
.muysam-footer .design { font-size: 11px; color: #1a1a1a; }
.muysam-footer .accent { color: #be1e2d; font-weight: 800; font-family: 'Arial Black', sans-serif; }
@media (min-width: 768px) {
    .muysam-footer { flex-direction: row; justify-content: space-between; padding: 20px 40px; font-size: 14px; }
    .muysam-footer .design { font-size: 12px; }
}