#snh-audio-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

#snh-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

#snh-toggle-btn:hover {
    transform: scale(1.1);
}

#snh-toggle-btn img {
    width: 100%;
    height: auto;
}

#snh-title, #snh-status {
    margin-top: 6px;
    font-size: 1rem;
    font-weight: 400;
    color: #444;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
