.pev-wrapper {
    margin: 1rem 0;
}

.pev-frame,
.pev-embed {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fff;
}

.pev-html-shell {
    background: #f7f7f7;
    border-radius: 12px;
    overflow: hidden;
}

.pev-download {
    margin-top: 0.75rem;
}

.pev-download-link {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    text-decoration: none;
}

.pev-message {
    padding: 1rem 1.25rem;
    border-left: 4px solid #d63638;
    background: #fff5f5;
}
