.peppers-dialog {
    width: min(460px, calc(100% - 28px));
    padding: 0;
    border: 1px solid rgba(79, 42, 34, .14);
    border-radius: 24px;
    background: #fffdfb;
    color: #201817;
    box-shadow: 0 28px 90px rgba(69, 35, 28, .24)
}

.peppers-dialog::backdrop {
    background: rgba(36, 23, 20, .48);
    backdrop-filter: blur(4px)
}

.peppers-dialog-card {
    padding: 24px
}

.peppers-dialog-card h2 {
    margin: 0 0 9px;
    font: 800 1.55rem/1.1 "Playfair Display", Georgia, serif
}

.peppers-dialog-card p {
    margin: 0 0 15px;
    color: #756966;
    line-height: 1.55
}

.peppers-dialog-card ol {
    margin: 0 0 18px;
    padding-left: 22px;
    color: #4f403c;
    line-height: 1.55
}

.peppers-dialog-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap
}

.peppers-dialog-actions button {
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 13px;
    font: inherit;
    font-weight: 800;
    cursor: pointer
}

.peppers-dialog-actions .primary {
    color: #fff;
    background: linear-gradient(135deg, #c92b2b, #85181d)
}

.peppers-dialog-actions .secondary {
    color: #7e2b16;
    border: 1px solid #d7b4a4;
    background: #fff
}

.peppers-notice {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff6f2;
    color: #7e2b16;
    font-size: .86rem
}

[hidden] {
    display: none !important
}