.ll-quote-shell {
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff;
    overscroll-behavior: contain;
}

.ll-quote-shell__header {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    padding: 24px 72px 17px 26px;
    border-bottom: 1px solid #edf2f7;
    background: #fff;
}

.ll-quote-shell__header > :first-child:not(button) { margin-top: 0; }
.ll-quote-shell__header > :last-child { margin-bottom: 0 !important; }
.ll-quote-shell__header > h2 { margin: 0 0 8px; }
.ll-quote-shell__header > p:last-child {
    color: #526173;
    line-height: 1.65;
}

.ll-quote-shell__header .ll-contact-close,
.ll-quote-shell__header .ll-en-close,
.ll-quote-shell__header .ll-ko-close,
.ll-quote-shell__header .ll-vi-close {
    top: 14px !important;
    right: 16px !important;
}

.ll-quote-shell__body {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0 7px 8px 0;
    padding: 18px 13px 18px 26px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #b8c9da transparent;
}

.ll-quote-shell__body::-webkit-scrollbar { width: 6px; }
.ll-quote-shell__body::-webkit-scrollbar-track {
    margin-block: 8px;
    background: transparent;
}
.ll-quote-shell__body::-webkit-scrollbar-thumb {
    min-height: 42px;
    border-radius: 999px;
    background: #b8c9da;
}
.ll-quote-shell__body::-webkit-scrollbar-thumb:hover { background: #91a9bf; }
.ll-quote-shell__body > form { min-width: 0; }

@media (max-width: 767px) {
    .ll-quote-shell__header { padding: 19px 60px 14px 18px; }
    .ll-quote-shell__header .ll-contact-close,
    .ll-quote-shell__header .ll-en-close,
    .ll-quote-shell__header .ll-ko-close,
    .ll-quote-shell__header .ll-vi-close {
        top: 11px !important;
        right: 12px !important;
    }
    .ll-quote-shell__body {
        margin-right: 5px;
        margin-bottom: 6px;
        padding: 14px 9px 16px 18px;
    }
    .ll-quote-shell__body::-webkit-scrollbar-track { margin-block: 6px; }
}
