/* Hide default WordPress / Divi page titles globally */
.entry-title,
.main_title,
.et_pb_title_container,
h1.entry-title {
    display: none !important;
}


/* Strava Activity sync Status pagination */

.em-sync-status {
    margin: 16px 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f3f4f6;
    font-size: 15px;
    line-height: 1.5;
}

.em-sync-progress {
    background: #fff7ed;
}

.em-sync-complete {
    background: #ecfdf5;
}

.em-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.em-button:hover {
    opacity: 0.9;
    color: #ffffff;
}

/* Meine Aktivitäten Liste */
.em-activities {
    max-width: 1100px;
}

.em-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    background: #ffffff;
}

.em-table th,
.em-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.em-table th {
    font-weight: 700;
    background: #f9fafb;
}

.em-table tr:hover {
    background: #f9fafb;
}

.em-muted {
    margin-top: 12px;
    color: #6b7280;
    font-size: 14px;
}