.demo-request-dialog {
    padding: 24px;
    border: none;
    max-width: none;
    max-height: none;
    background: transparent;
    overflow: visible;
}

.demo-request-dialog[open] {
    position: fixed;
    inset: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-request-dialog::backdrop {
    background: var(--color-bg-backdrop);
    backdrop-filter: blur(2px);
}

.demo-request-dialog .get-in-touch__card {
    max-height: 90vh;
    overflow-y: auto;
}

@media (max-width: 991px) {
    .demo-request-dialog .get-in-touch__card {
        max-width: 480px;
        max-height: 100%;
    }
}
