.bcj-flex-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.bcj-flex-row p {
    flex: 1;
    min-width: 200px;
    margin: 0;
}

.bcj-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 10px;
    margin-bottom: 20px;
	width: 100%;
}

.bcj-checkbox-grid label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    font-size: 0.95rem;
    line-height: 1.3;
}

table.stc-alignement td {
	vertical-align: top !important;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .bcj-flex-row {
        flex-direction: column;
    }

    .bcj-flex-row p {
        width: 100%;
    }

    .bcj-checkbox-grid {
        grid-template-columns: 1fr;
    }
	
	.bcj-colegiados-tabla-wrapper {
        overflow-x: auto;
    }

    .bcj-colegiados-tabla {
        width: 100%;
        min-width: 800px;
    }
}
