dialog {
    background-color: var(--wp--preset--color--white);
    padding: var(--wp--preset--spacing--small);
    border: none;
    outline: none;
    max-width: 680px !important;
    margin-block: auto !important;
    width: calc(100dvw - 120px);
    max-height: calc(100dvh - 120px);
    border-radius: var(--border-radius-regular);
    z-index: 1;

    &::backdrop {
        background-color: rgba(0, 0, 0, 0.5);
    }

    button.button__close {
        background-color: transparent;
        align-items: center;
        position: absolute;
        border-radius: var(--border-radius-small);
        border: none;
        display: flex;
        top: var(--wp--preset--spacing--small);
        right: var(--wp--preset--spacing--small);
        padding: 0;
        aspect-ratio: 1;
        width: 32px;
        justify-content: center;
        cursor: pointer;
        z-index: 1;

        &::after {
            font-family: "classvr_v3_icons";
            content: "\e000";
            font-size: 2.2em;
        }
    }
}
