/* Custom styles for Blind Price Grid plugin */
.blind-custom-fields-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 400px;
    margin: 0 auto 20px auto;
}

.blind-unit-selection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blind-dimensions,
.blind-price-calculate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dimension-unit {
    margin-left: 5px;
    font-size: 14px;
}

.blind-calculated-price {
    margin-top: 10px;
    text-align: center;
}

.price-display {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.blind-lead-time {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.custom-box-style {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-unit-style {
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.custom-unit-style label {
    margin-right: 15px;
}

.custom-unit-style input {
    margin-right: 5px;
}

.error-message {
    color: red;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

/* Hide the default WooCommerce Add to Cart button */
.single_add_to_cart_button {
    display: none !important;
}
