#acsc-attendee-tooltip { display: none; position: absolute; background-color: #333; color: #fff; padding: 10px 15px; border-radius: 5px; z-index: 1001; font-size: 13px; line-height: 1.4; max-width: 250px; pointer-events: none; }
#acsc-attendee-tooltip h4 { margin: 0 0 5px 0; padding-bottom: 5px; border-bottom: 1px solid #555; color: #fff; font-size: 14px; }
#acsc-attendee-tooltip ul { margin: 0; padding: 0 0 0 15px; }
.schedule-header-admin { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1em; }
.schedule-header-admin h2 { margin: 0; }
.acsc-admin-schedule td { height: 40px; text-align: center; vertical-align: middle; padding: 0; cursor: pointer; position: relative; }
.acsc-admin-schedule td.time-slot:hover { background-color: #dff1ff; }
.acsc-admin-schedule .class-entry-admin { color: #fff; padding: 8px; font-size: 12px; font-weight: bold; text-align: center; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.4); }
.acsc-admin-schedule .attendee-count { font-size: 0.9em; opacity: 0.8; margin-top: 4px; }
.class-container-admin { display: flex; height: 100%; width: 100%; gap: 2px; }
.acsc-admin-schedule .class-container-admin .class-entry-admin { flex-grow: 1; flex-basis: 0; border-radius: 3px; cursor: pointer; }
.acsc-modal-admin { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.6); }
.acsc-modal-admin-content { background-color: #fefefe; margin: 5% auto; padding: 0; border: 1px solid #888; width: 90%; max-width: 600px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.acsc-modal-admin-header { padding: 15px 20px; background-color: #2271b1; color: white; }
.acsc-modal-admin-header h2 { margin: 0; }
.acsc-modal-admin-body { padding: 20px; }
.acsc-modal-admin-footer { padding: 15px 20px; background-color: #f1f1f1; text-align: right; }
.acsc-modal-admin .close-button { color: white; float: right; font-size: 28px; font-weight: bold; cursor: pointer; }
.delete-buttons { display: flex; justify-content: space-between; align-items: center; }
.acsc-modal-admin-footer .button-delete { background: #d63638; border-color: #b22222; color: #fff; text-shadow: none; }
.acsc-modal-admin-footer .button-delete:hover { background: #a02426; border-color: #8b0000; color: #fff; }
.color-selector-label input:checked + span { border: 3px solid #2271b1 !important; }
#acsc-attendee-list { list-style: none; margin: 0; padding: 0; }
#acsc-attendee-list li { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #eee; }
#acsc-attendee-list li:last-child { border-bottom: none; }
#acsc-attendee-list .attendee-actions { display: flex; align-items: center; gap: 10px; }
#acsc-attendee-list .refund-label { font-size: 12px; color: #555; white-space: nowrap; }
.button-link-delete { background: none; border: none; color: #d63638; cursor: pointer; text-decoration: underline; padding: 0; font-size: 13px; }
.admin-class-participants { display: none; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.3); font-size: 11px; text-align: left; font-weight: normal; text-shadow: none; }
.admin-class-participants ul { margin: 4px 0 0 0; padding-left: 15px; }

@media screen and (max-width: 782px) {
    #acsc-attendee-tooltip { display: none !important; }
    .schedule-header-admin { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .acsc-admin-schedule { display: none; }
    .acsc-admin-schedule-mobile { display: block; }

    .acsc-admin-schedule-mobile .day-header { font-size: 1.2em; font-weight: 600; padding: 10px; background-color: #f9f9f9; border-top: 2px solid #2271b1; border-bottom: 1px solid #ddd; margin-top: 20px; }
    .acsc-admin-schedule-mobile .mobile-class-entry { background-color: #fff; border-left: 5px solid; padding: 15px; margin-bottom: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); cursor: pointer; }
    .acsc-admin-schedule-mobile .class-info { display: flex; justify-content: space-between; align-items: center; font-weight: bold; }
    .acsc-admin-schedule-mobile .class-time { font-size: 1.1em; }
    .admin-class-participants-mobile { margin-top: 10px; padding-top: 10px; border-top: 1px solid #eee; font-size: 0.9em; }
    .admin-class-participants-mobile ul { margin: 5px 0 0; padding-left: 20px; }
}

/* Add this to the end of automaize-admin.css */
#acsc-attendee-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.acsc-attendee-actions {
    display: flex;
    align-items: center;
}

.acsc-refund-label {
    margin-right: 15px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}

.acsc-refund-checkbox {
    vertical-align: middle;
    margin-right: 4px;
}

a.acsc-remove-attendee-link {
    color: #a00;
    text-decoration: none;
}

a.acsc-remove-attendee-link:hover {
    color: #f00;
}

/* Responsive schedule visibility */
@media screen and (min-width: 783px) {
    .acsc-admin-schedule-mobile { display: none; }
}
@media screen and (max-width: 782px) {
    .acsc-admin-schedule { display: none; }
}

/* Template slot editor */
.acsc-slot-card{background:#f6f7f7;border:1px solid #dcdcde;border-radius:4px;padding:14px 16px;margin-bottom:12px;position:relative}
.acsc-slot-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.acsc-slot-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2);flex-shrink:0}
.acsc-slot-label{font-weight:600;font-size:13px;flex:1}
.acsc-remove-slot-btn{background:none;border:none;color:#b32d2e;cursor:pointer;font-size:20px;line-height:1;padding:0 4px;margin-left:auto}
.acsc-remove-slot-btn:hover{color:#d63638}
.acsc-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.acsc-slot-grid .span2{grid-column:span 2}
.acsc-slot-field label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;color:#50575e;margin-bottom:4px}
.acsc-slot-field input,.acsc-slot-field select,.acsc-slot-field textarea{width:100%;box-sizing:border-box}
.acsc-slot-footer{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:12px;padding-top:10px;border-top:1px solid #dcdcde}
.acsc-slot-footer label{font-size:13px}
#acsc-add-slot-btn{margin-top:6px}