.theme-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-top: 25px;
}

.theme-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.theme-card-header {
    background: #34495e;
    color: white;
    padding: 18px;
    text-align: center;
}

.theme-card-header h3 {
    margin: 0;
    color: white;
    font-size: 24px;
}

.theme-card-header p {
    margin: 8px 0 0 0;
    font-size: 14px;
}

.theme-card-body {
    padding: 18px;
}

.theme-entry {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.theme-entry:last-child {
    border-bottom: none;
}

.theme-entry-title {
    font-weight: bold;
    color: #2c3e50;
    font-size: 17px;
}

.theme-entry-category {
    color: #777;
    font-size: 13px;
    margin-top: 3px;
}

.theme-entry-forms {
    margin: 10px 0 0 0;
    padding-left: 18px;
}

.theme-entry-forms li {
    margin-bottom: 8px;
}

.form-gender {
    font-weight: bold;
}

.arabic-inline {
    direction: rtl;
    unicode-bidi: isolate;
    font-size: 22px;
    font-family: "Traditional Arabic", "Amiri", "Arial", sans-serif;
}

.theme-entry-actions {
    margin-top: 12px;
}