/*
Epix LED Screen Estimator CSS
Change colors and spacing here.
*/

.epix-estimator-wrap {
    width: 100%;
    box-sizing: border-box;
}

.epix-estimator-card {
    max-width: 760px;
    margin: 20px auto;
    padding: 26px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    box-sizing: border-box;
}

.epix-estimator-card h2,
.epix-estimator-card h3 {
    margin-top: 0;
}

.epix-muted,
.epix-help {
    color: #666;
    display: block;
    margin-bottom: 14px;
}

.epix-estimator-card label {
    display: block;
    font-weight: 700;
    margin: 14px 0 6px;
}

.epix-estimator-card input,
.epix-estimator-card select,
.epix-estimator-card textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    font-size: 15px;
    background: #fff;
}

.epix-estimator-card textarea {
    min-height: 90px;
    resize: vertical;
}

.epix-estimator-card button {
    width: 100%;
    margin-top: 18px;
    padding: 14px 18px;
    border: none;
    border-radius: 12px;
    background: #00a651;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.epix-estimator-card button:hover {
    opacity: 0.92;
}

.epix-hidden {
    display: none !important;
}

.epix-product-info {
    margin-top: 10px;
    padding: 12px 14px;
    background: #f8f8f8;
    border-left: 4px solid #00a651;
    border-radius: 10px;
    color: #333;
}

.epix-result {
    margin-top: 20px;
    padding: 18px;
    background: #f2fff7;
    border: 1px solid #c8f0d9;
    border-radius: 14px;
    line-height: 1.65;
}

.epix-lead-form {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
}

.epix-file-label {
    margin-top: 14px !important;
}

.epix-success {
    color: #008f44;
    font-weight: 700;
}

.epix-error {
    color: #b00020;
    font-weight: 700;
}

.epix-warning {
    color: #9a6500;
    font-weight: 700;
}

.epix-branding {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.epix-branding a {
    color: #00a651;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 600px) {
    .epix-estimator-card {
        padding: 18px;
        border-radius: 14px;
    }
}
