.lsq-quote-form-container {
max-width: 600px;
margin: 0 auto;
padding: 30px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.lsq-quote-title {
margin: 0 0 25px 0;
font-size: 28px;
color: #1d2327;
text-align: center;
}
.lsq-quote-form {
margin-bottom: 0;
}
.lsq-form-group {
margin-bottom: 20px;
}
.lsq-form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #1d2327;
font-size: 15px;
}
.lsq-form-group .required {
color: #d63638;
}
.lsq-input {
width: 100%;
padding: 12px 15px;
font-size: 15px;
border: 1px solid #c3c4c7;
border-radius: 4px;
transition: border-color 0.2s;
box-sizing: border-box;
}
.lsq-input:focus {
outline: none;
border-color: #2271b1;
box-shadow: 0 0 0 1px #2271b1;
}
.lsq-input-group {
display: flex;
align-items: stretch;
}
.lsq-input-group .lsq-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.lsq-input-addon {
display: flex;
align-items: center;
padding: 12px 15px;
background: #f6f7f7;
border: 1px solid #c3c4c7;
border-left: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
font-weight: 600;
color: #2271b1;
white-space: nowrap;
}
.lsq-field-description {
display: block;
margin-top: 6px;
font-size: 13px;
color: #646970;
font-style: italic;
}
.lsq-button {
padding: 12px 24px;
font-size: 16px;
font-weight: 600;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s, transform 0.1s;
}
.lsq-button-primary {
width: 100%;
background: #2271b1;
color: #fff;
padding: 15px 24px;
}
.lsq-button-primary:hover {
background: #135e96;
transform: translateY(-1px);
}
.lsq-button-primary:active {
transform: translateY(0);
} .lsq-quote-result {
margin-top: 30px;
padding: 25px;
border-radius: 8px;
}
.lsq-quote-success {
background: #f0f6fc;
border: 2px solid #2271b1;
padding: 20px;
border-radius: 8px;
}
.lsq-quote-success h3 {
margin: 0 0 20px 0;
font-size: 24px;
color: #2271b1;
text-align: center;
}
.lsq-quote-breakdown {
background: #fff;
padding: 20px;
border-radius: 4px;
margin-bottom: 15px;
}
.lsq-quote-line {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #f0f0f1;
}
.lsq-quote-line:last-child {
border-bottom: none;
}
.lsq-quote-label {
font-size: 15px;
color: #646970;
}
.lsq-quote-value {
font-size: 15px;
font-weight: 600;
color: #1d2327;
}
.lsq-quote-total {
margin-top: 10px;
padding-top: 15px;
border-top: 2px solid #2271b1 !important;
}
.lsq-quote-total .lsq-quote-label {
font-size: 18px;
font-weight: 700;
color: #1d2327;
}
.lsq-quote-total .lsq-quote-value {
font-size: 24px;
font-weight: 700;
color: #2271b1;
}
.lsq-quote-note {
margin: 0;
font-size: 13px;
color: #646970;
text-align: center;
font-style: italic;
} .lsq-quote-notice {
padding: 20px;
border-radius: 8px;
text-align: center;
}
.lsq-quote-notice h3 {
margin: 0 0 15px 0;
font-size: 22px;
}
.lsq-quote-notice p {
margin: 10px 0;
font-size: 15px;
}
.lsq-quote-error {
background: #fcf0f1;
border: 2px solid #d63638;
color: #1d2327;
}
.lsq-quote-error h3 {
color: #d63638;
}
.lsq-quote-warning {
background: #fcf9e8;
border: 2px solid #dba617;
color: #1d2327;
}
.lsq-quote-warning h3 {
color: #996800;
} .lsq-company-contact {
margin-top: 20px;
padding: 20px;
background: #f6f7f7;
border-radius: 8px;
text-align: center;
}
.lsq-contact-text {
margin: 0;
font-size: 16px;
color: #1d2327;
}
.lsq-phone-link {
font-weight: 700;
color: #2271b1;
text-decoration: none;
font-size: 18px;
}
.lsq-phone-link:hover {
text-decoration: underline;
color: #135e96;
} .lsq-submit-section {
margin-top: 20px;
padding: 20px;
background: #f0f6fc;
border: 2px solid #2271b1;
border-radius: 8px;
text-align: center;
}
.lsq-button-submit {
background: #2271b1;
color: #fff;
width: 100%;
padding: 15px 24px;
font-size: 16px;
}
.lsq-button-submit:hover {
background: #135e96;
}
.lsq-button-submit:disabled {
background: #8c8f94;
cursor: not-allowed;
transform: none;
}
.lsq-submit-note {
margin: 10px 0 0 0;
font-size: 13px;
color: #646970;
font-style: italic;
} .lsq-submission-message {
margin-top: 20px;
padding: 30px;
background: #d5e8d4;
border: 2px solid #00a651;
border-radius: 8px;
text-align: center;
}
.lsq-success-content h3 {
margin: 0 0 15px 0;
font-size: 24px;
color: #00a651;
}
.lsq-success-content p {
margin: 0;
font-size: 16px;
color: #1d2327;
line-height: 1.6;
} .lsq-quote-error {
padding: 15px;
background: #fcf0f1;
border: 1px solid #d63638;
border-radius: 4px;
color: #d63638;
text-align: center;
} .lsq-status-select {
padding: 4px 8px;
border-radius: 3px;
border: 1px solid #ddd;
font-size: 13px;
}
.lsq-status-pending { 
background: #fcf9e8; 
color: #996800;
}
.lsq-status-approved { 
background: #d5e8d4;
color: #006400;
}
.lsq-status-completed { 
background: #cfe2f3;
color: #003d82;
}
.lsq-status-cancelled { 
background: #f4cccc;
color: #b32d2e;
} @media screen and (max-width: 600px) {
.lsq-quote-form-container {
padding: 20px;
border-radius: 0;
box-shadow: none;
}
.lsq-quote-title {
font-size: 24px;
}
.lsq-quote-total .lsq-quote-value {
font-size: 20px;
}
.lsq-input-group {
flex-direction: column;
}
.lsq-input-group .lsq-input {
border-radius: 4px 4px 0 0;
}
.lsq-input-addon {
border-left: 1px solid #c3c4c7;
border-top: none;
border-radius: 0 0 4px 4px;
justify-content: center;
}
} .pac-container {
border-radius: 4px;
border: 1px solid #c3c4c7;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
margin-top: 2px;
font-family: inherit;
}
.pac-item {
padding: 10px 15px;
font-size: 14px;
cursor: pointer;
}
.pac-item:hover {
background-color: #f6f7f7;
}
.pac-item-selected {
background-color: #2271b1;
color: #fff;
}