@media (min-width: 900px) {
    .wc-ic-form__grid {
        grid-template-columns: 1.3fr 0.7fr;
        align-items: start;
    }

    .wc-ic-form__col--summary {
        position: sticky;
        top: 16px;
    }

    .wc-ic__trigger {
        width: auto;
    }
}

@media (max-width: 480px) {
    .wc-ic-modal__panel {
        margin: 0;
        height: 100vh;
        max-height: none;
        border-radius: 0;
    }
}
