.alla-detento-dashboard-card {
    padding: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.alla-detento-dashboard-card > .alla-detento-hero {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--alla-border);
    box-shadow: none;
}

.alla-detento-dashboard-card > .alla-detento-layout {
    gap: 0;
}

.alla-detento-dashboard-card .alla-detento-sidebar {
    gap: 0;
    border-left: 1px solid var(--alla-border);
}

.alla-detento-dashboard-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.alla-detento-dashboard-secao + .alla-detento-dashboard-secao {
    border-top: 1px solid var(--alla-border);
}

.alla-detento-dashboard-secao .alla-detentos-secao-header {
    border-bottom: none;
    padding-bottom: 0;
}

.alla-detento-dashboard-secao-body {
    padding: 0 1.25rem 1.25rem;
}

.alla-detento-dashboard-secao .alla-detentos-secao-header + .alla-detento-dashboard-secao-body {
    padding-top: 0;
}

.alla-detento-dashboard-card .alla-table-wrap {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.alla-detento-dashboard-hint {
    margin: 0.75rem 0 0;
}

.alla-detento-dashboard-secao--ocorrencias .alla-detento-dashboard-secao-body {
    max-height: 320px;
    overflow-y: auto;
}

.alla-detento-dashboard-secao--familiares .alla-detento-dashboard-secao-body {
    max-height: 360px;
    overflow-y: auto;
}

@media (max-width: 959px) {
    .alla-detento-dashboard-card .alla-detento-sidebar {
        border-left: none;
        border-top: 1px solid var(--alla-border);
    }
}
