.tmadad-user-services {
    max-width: 1200px;
    margin: 20px auto;
    font-family: inherit;
}

.tmadad-welcome {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.tmadad-welcome h3 {
    margin: 0 0 10px 0;
    color: white;
}

.tmadad-section {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.tmadad-section h4 {
    margin: 0;
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.tmadad-table {
    width: 100%;
    border-collapse: collapse;
}

.tmadad-table th {
    background: #f8f9fa;
    padding: 12px;
    text-align: right;
    font-weight: 600;
}

.tmadad-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.tmadad-table tr:last-child td {
    border-bottom: none;
}

.tmadad-table .active {
    background-color: #f0fff0;
}

.tmadad-table .warning {
    background-color: #fff3cd;
}

.tmadad-table .expired {
    background-color: #f8d7da;
}

.tmadad-table .one-time {
    background-color: #e2e3e5;
}

.tmadad-login-message,
.tmadad-empty-message {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #666;
}

@media (max-width: 768px) {
    .tmadad-table {
        display: block;
        overflow-x: auto;
    }
}