.xfw-square-footage-wrapper {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    border-radius: 6px;
}

.xfw-square-footage-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.xfw-square-footage-wrapper input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#xfw-live-price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1e73be;
}

#xfw-live-price strong {
    color: #111;
}

.required {
    color: #d63638;
}