/* =========================================================
   SOULBUDDY CARTILLA DE SALUD
   Archivo: components.css
   Componentes principales: cards, contenedores y secciones.
   ========================================================= */

/* Cards principales de módulos */
.sbcs-sections{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:flex-start;
}

.sbcs-sections > .sbcs-card{
  flex:1 1 calc(33.333% - 10px);
  min-width:340px;
  max-width:calc(33.333% - 10px);
}

.sbcs-card,
.sbcs-landing-card{
  width:100%;
  max-width:100%;
}

.sbcs-landing-card{
  display:flex;
  flex-direction:column;
  align-self:start;
  height:auto;
}

.sbcs-landing-top{
  min-height:150px;
}

.sbcs-add-wrap{
  margin-top:auto;
}
