﻿body {
    /* ===========================
   Asistencia - Planilla
   =========================== */

    .as-head, .as-row

{
    display: grid;
    grid-template-columns: 56px 1fr 44px 44px 44px 1.4fr;
    gap: 10px;
    align-items: center;
}

.as-head {
    font-weight: 600;
    font-size: 12px;
    color: #666;
    padding: 6px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.as-row {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

.as-photo img,
.as-photo-empty {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    background: #f0f0f0;
}

.as-photo-empty {
    border: 1px dashed #ccc;
}

.as-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.as-saved {
    font-size: 11px;
    font-weight: 400;
    color: #888;
    margin-top: 2px;
}

.as-chk {
    text-align: center;
}

    .as-chk input {
        width: 20px;
        height: 20px;
    }

.as-mot input {
    font-size: 12px;
}

/* ===========================
   Responsive
   =========================== */

@media (max-width: 768px) {
    .as-head,
    .as-row {
        grid-template-columns: 52px 1fr 40px 40px 40px 1fr;
        gap: 8px;
    }

    .as-name {
        font-size: 12px;
    }
}

}
