.webar-player-button-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1.2em 0;
}

.webar-player-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 8px;
    color: #fff;
    background: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
    transition: background-color 160ms ease, transform 160ms ease;
}

.webar-player-button:hover,
.webar-player-button:focus {
    color: #fff;
    background: #222;
    text-decoration: none;
    transform: translateY(-1px);
}

.webar-player-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.webar-player-warning {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 6px;
    color: #8a4b00;
    background: #fff4d6;
    font-size: 13px;
}

