.tam-form {
    direction: rtl;
    font-family: Vazir, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #ccc;
}
.tam-form label {
    font-weight: bold;
    margin-top: 10px;
}
.tam-form input, .tam-form textarea, .tam-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}
.tam-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    direction: rtl;
    font-family: Vazir, sans-serif;
}
.tam-table th, .tam-table td {
    border: 1px solid #aaa;
    padding: 8px;
    text-align: center;
}
.tam-table img {
    border-radius: 4px;
}