.eas-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.eas-table {
    width: 100%;
    border-collapse: collapse;
}

.eas-table th,
.eas-table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.eas-table th {
    background: #f5f5f5;
}

.eas-dashboard button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 12px 20px;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer;
}