/*
Theme Name:   Astra Child (Reseller Site)
Theme URI:    https://example.com/
Description:  Astra এর চাইল্ড থিম — রিসেলার ই-কমার্স সাইটের জন্য কাস্টম CSS এখানে রাখুন।
Author:       Your Name
Author URI:   https://example.com/
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* ==========================================================
   এখানে আপনার কাস্টম CSS লিখুন।
   Astra প্যারেন্ট থিমের CSS প্রথমে লোড হবে, তারপর এই ফাইলটা
   লোড হয়ে ওভাররাইড করবে।
   ========================================================== */

/* উদাহরণ: রিসেলার প্রাইস ইনপুট ফিল্ডের স্টাইল */
.reseller-custom-price-wrap {
    margin: 15px 0;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #f9f9f9;
}

.reseller-custom-price-wrap label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.reseller-custom-price-wrap input[type="number"] {
    width: 100%;
    max-width: 220px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.reseller-price-error {
    color: #c0392b;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
