.ame-dashboard {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
}

.ame-dashboard h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.ame-dashboard-section {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 5px solid #0073aa;
    border-radius: 8px;
}

.ame-dashboard-link {
    background: #0073aa;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}
.ame-dashboard-link:hover {
    background: #005f8c;
}

.ame-dashboard-section img {
    border-radius: 8px;
    margin-bottom: 10px;
}

