#lpe-price-msg { margin: 16px 0; }
.lpe-alert,
.lpe-inquiry-card {
    border-radius: 12px;
    padding: 16px 18px;
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.45;
}
.lpe-alert-error {
    background: #fdecea;
    border: 1px solid #f5c0c0;
    color: #9b1c1c;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.lpe-alert-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #9b1c1c;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 20px;
}
.lpe-inquiry-card {
    background: #fff8e1;
    border: 1px solid #f0d080;
    color: #594200;
}
.lpe-inquiry-card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}
.lpe-inquiry-card-text {
    margin-bottom: 12px;
}
.lpe-inquiry-button { margin-top: 4px; }
.lpe-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .58);
    padding: 24px;
    box-sizing: border-box;
    overflow: auto;
}
.lpe-modal-dialog {
    position: relative;
    max-width: 720px;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 70px rgba(0,0,0,.30);
    overflow: hidden;
}
.lpe-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;
    font-size: 28px;
    line-height: 30px;
    cursor: pointer;
	padding:0;
}
.lpe-modal-header {
    padding: 26px 30px 18px;
    border-bottom: 1px solid #eef0f3;
}
div#lpe-price-msg {
    display: flex!important;
}
.lpe-modal-kicker {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.lpe-modal-header h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
}
.lpe-modal-header p {
    margin: 8px 0 0;
    color: #4b5563;
}
.lpe-inquiry-form {
    padding: 24px 30px 30px;
}
.lpe-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}
.lpe-field span {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #374151;
}
.lpe-field input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px 10px;
    box-sizing: border-box;
}
.lpe-inquiry-response {
    min-height: 22px;
    margin-top: 14px;
    font-weight: 600;
}
.lpe-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}
@media (max-width: 640px) {
    .lpe-modal { padding: 12px; }
    .lpe-modal-dialog { margin: 20px auto; }
    .lpe-modal-header,
    .lpe-inquiry-form { padding-left: 18px; padding-right: 18px; }
    .lpe-form-grid { grid-template-columns: 1fr; }
    .lpe-modal-actions { flex-direction: column-reverse; }
    .lpe-modal-actions .button { width: 100%; }
}

.lpe-price-card {
    background: #f8f9ff;
    border: 2px solid #2271b1;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 16px 0;
}
.lpe-price-kicker {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
}
.lpe-price-total {
    font-size: 30px;
    font-weight: 800;
    color: #2271b1;
    line-height: 1.1;
}
.lpe-price-breakdown {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dde3f0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 14px;
    color: #374151;
}
.lpe-price-breakdown div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}
.lpe-price-breakdown strong {
    white-space: nowrap;
}
