                    /**
 * Jenah Measurement Pricing - Frontend CSS
 *
 * @package Jenah_Measurement_Pricing
 */

/* Measurement Fields */
.jenah-measurement-fields {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.jenah-measurement-fields h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.jenah-preset-sizes {
    margin-bottom: 15px;
}

.jenah-preset-sizes label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.jenah-preset-size-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Custom Dimensions */
.jenah-custom-dimensions {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
}

.jenah-dimension-field {
    margin-bottom: 10px;
}

.jenah-dimension-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.jenah-dimension-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.jenah-area-display {
    margin-top: 15px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}

.jenah-area-label {
    margin-right: 5px;
}

/* Quote Button */
.jenah-quote-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #2271b1;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.jenah-quote-button:hover {
    background-color: #135e96;
    color: #fff;
}

.jenah-quote-price {
    font-weight: 600;
    color: #e67e22;
}

/* Cart Area Info */
.jenah-cart-area-info {
    font-size: 0.85em;
    color: #777;
    margin-top: 5px;
}

/* Price Note */
.jenah-price-note {
    display: block;
    font-size: 0.85em;
    color: #777;
    margin-top: 5px;
} 