body {
    font-family: "Vazirmatn", "Tahoma", sans-serif;
    background: #f5f7fa;
    margin: 0;
    padding: 30px;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: auto;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #2c3e50;
}

h2 {
    background: linear-gradient(to left, #ff9a9e, #fad0c4);
    padding: 12px 20px;
    border-radius: 12px;
    color: #333;
    margin-top: 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-top: 15px;
}

thead {
    background: #2c3e50;
    color: #fff;
}

th, td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

tbody tr:hover {
    background: #f1f1f1;
}

.price {
    width: 160px;
    font-weight: bold;
}

.image {
    width: 90px;
    font-size: 24px;
}

td:last-child {
    text-align: right;
}
