
/*
Theme Name: Discount Shop Minimal V2
Theme URI: https://yoursite.com/
Author: رضا شهریاری
Version: 2.0
Description: قالب مینیمال برای فروش اشتراک و دریافت کد تخفیف از سایت اصلی، نسخه ۲
Text Domain: discount-shop
*/

body {
    font-family: sans-serif;
    background: #f8f8f8;
    padding: 40px;
    direction: rtl;
    text-align: center;
}

.container {
    max-width: 500px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

h1 {
    margin-bottom: 25px;
    color: #333;
}

form input, form select, form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

form input:focus, form select:focus {
    border-color: #0073aa;
    outline: none;
}

form button {
    background-color: #0073aa;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #005f8d;
}
