.uagb-post__inner-wrap a { 
	text-decoration: none !important;
}

.entry-meta > span {
    font-weight: 700;
    padding-left: 4px;
    padding-right: 0px;
}

.uagb-ifb-desc {
	margin-bottom: 0px !important;
}

.uagb-post-grid-byline {
	display: none;
}

.entry-content p {
	text-align: justify;
}

.uagb-ifb-desc {
	margin-right: 0px;
}

.uagb-block-c18cfb20 p {
	margin-top: 4px;
}

.uagb-block-20c43550 .uagb-desc-text {
	margin-bottom: 10px !important;
}

.wp-block-button__link{
	color: #fff;
}

/* Alineación del botón "Seguir leyendo"*/
.uagb-post-grid .uagb-post__cta {
	text-align: center;
	display: flex;
	justify-content: center;
}

.wp-block-uagb-container p {
	margin-bottom: 0px;
}


/*-------------------- FOOTER --------------------*/
/* Footer general */
.footer {
    color: white;
    padding: 2rem 1rem;
}

.gradient-custom {
    /* Fallback for old browsers */
    background: #000000;

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(
        to right,
        rgb(0, 0, 0),
        rgb(24, 37, 53)
    );

    /* Optional: Adding a slight texture or shine */
    background-size: 100%;
}

/* Contenido de columnas */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.footer-column {
    flex: 1 1 200px; /* se ajusta según espacio disponible */
    min-width: 200px;
}

.footer-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.footer-divider-40 {
    width: 40%;
    background-color: #7c4dff;
    height: 2px;
    border: none;
    margin-bottom: 1rem;
}

.footer-divider-60 {
    width: 60px;
    background-color: #7c4dff;
    height: 2px;
    border: none;
    margin-bottom: 1rem;
}

.footer-logo {
    width: 50%;
    max-width: 150px;
    display: block;
}

/* Enlaces de contacto */
.footer-link {
    color: white;
    text-decoration: none;
}
.footer-link:hover {
    text-decoration: underline;
}

/* Parte inferior del footer */
.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

/* Responsivo */
@media screen and (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        width: 100%;
    }

    .footer-logo {
        margin: 0 auto;
    }
}

.page-numbers {
    text-decoration: none !important;
}