/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .breves-fecha-relativa {
    font-family: 'Poppins', sans-serif;    
    font-size: 10px !important;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    color: #475569;
    margin-bottom: 15px;
}

.breves-fecha-relativa svg {
    width: 1em;  /* Mismo tamaño que la fuente */
    height: 1em;
    vertical-align: middle;
    margin-right: 6px;
}

div.breves-header {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinear elementos a la izquierda */
    height: 24px;
    padding-bottom: 8px;
    gap: 20.35px;
}

.breves-titulo {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 16px;
    font-size: 16px;
    letter-spacing: -1%;
    color: #0F172A;
}

.breves-separador-inicial {
    width: 100%;
    border-bottom: 4.07px solid var(--Color-neutral-200-600, #E2E8F0);
    margin-bottom: 15px;
    vertical-align: middle; /* Centra el separador dentro del contenedor */
    border-radius: 5px; /* Redondea las esquinas ligeramente */
}

.breves-container {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 20px auto;
}

.breves-separador {
    width: 50px;
    border: 1px solid var(--Color-neutral-200-600, #E2E8F0);
    align-self: center;
}

.breves-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.breves-numero {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1868F2;
    letter-spacing: 9%;
    margin-right: 10px;
    align-self: flex-start; /* Ensures the number stays at the top */
}

.breves-contenido {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the post content vertically */
}

.breves-texto {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 17px !important;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0F172A;
    margin: 0;
}

p.breves-texto a {
    border-bottom: 1px solid #0F172A !important;
    color: #0F172A;
}