/* Frontend — Schedule Details display table */
.eccc-schedule-details {
    width: 100%;
    max-width: 640px;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 15px;
}

.eccc-schedule-details th,
.eccc-schedule-details td {
    padding: 10px 14px;
    border-bottom: 1px solid #e5e7eb;
}

.eccc-schedule-details th {
    text-align: left;
    width: 180px;
    color: #555;
    font-weight: 600;
    background: #f9fafb;
}

.eccc-schedule-details td {
    color: #1a1a1a;
}

.eccc-schedule-details tr:last-child th,
.eccc-schedule-details tr:last-child td {
    border-bottom: none;
}

.eccc-schedule-details tr:hover td,
.eccc-schedule-details tr:hover th {
    background: #f0f7ef;
}

.eccc-schedule-details .eccc-empty-value {
    color: #bbb;
}

/* Back link */
.eccc-back-link {
    display: inline-block;
    margin-top: 1em;
    font-weight: 600;
    color: #24890d;
    text-decoration: none;
}

.eccc-back-link:hover {
    text-decoration: underline;
}
