/* ===== GASTROACTIVISMO HOVER CARDS ===== */

/* Target the columns inside the Gastroactivismo section */
.wp-block-columns .wp-block-column {
	    background: #f7f4ef;
	    border-radius: 12px;
	    padding: 28px 24px !important;
	    transition: all 0.35s ease;
	    cursor: default;
	    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	    overflow: hidden;
	    position: relative;
}

.wp-block-columns .wp-block-column:hover {
	    background: #C1622F;
	    transform: translateY(-6px);
	    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}

.wp-block-columns .wp-block-column h3 {
	    color: #1a1a1a;
	    transition: color 0.35s ease;
	    margin-bottom: 12px;
	    font-size: 1rem;
}

.wp-block-columns .wp-block-column:hover h3 {
	    color: #ffffff;
}

/* The asterisk icon */
.wp-block-columns .wp-block-column .wp-block-separator,
.wp-block-columns .wp-block-column figure {
	    transition: opacity 0.35s ease;
}

/* Hide paragraph text by default, show on hover */
.wp-block-columns .wp-block-column p {
	    color: #555;
	    font-size: 0.9rem;
	    line-height: 1.6;
	    max-height: 0;
	    opacity: 0;
	    overflow: hidden;
	    transition: max-height 0.4s ease, opacity 0.35s ease;
	    margin-top: 0;
}

.wp-block-columns .wp-block-column:hover p {
	    max-height: 200px;
	    opacity: 1;
	    color: #e8e0d5;
	    margin-top: 8px;
}

/* The decorative asterisk - keep visible, change color on hover */
.wp-block-columns .wp-block-column .wp-block-group,
.wp-block-columns .wp-block-column svg {
	    transition: color 0.35s ease, fill 0.35s ease;
}

/* Mobile: always show text on small screens */
@media (max-width: 768px) {
	.wp-block-columns .wp-block-column p {
		        max-height: none !important;
		        opacity: 1 !important;
		        color: #555 !important;
	}
	.wp-block-columns .wp-block-column:hover {
		        transform: none;
	}
}
	}
	}
}
}
}
}
}
}
}
}
}


/* Center asterisk icons in Gastroactivismo cards */
.wp-block-column .is-style-asterisk::before {
    width: 1.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ====== BOTONES TERRACOTA TTW ====== */
.wp-block-button__link,
.wp-block-button a,
a.wp-block-button__link {
    background-color: #C1622F !important;
    border-color: #C1622F !important;
    color: #ffffff !important;
}

.wp-block-button__link:hover,
a.wp-block-button__link:hover {
    background-color: #a3501f !important;
    border-color: #a3501f !important;
    color: #ffffff !important;
}

button[type="submit"],
input[type="submit"],
.wp-block-search__button {
    background-color: #C1622F !important;
    border-color: #C1622F !important;
    color: #ffffff !important;
}

/* Ocultar Leer más sobre imagen destacada en listing */
.wp-block-post-featured-image a:not(:has(img)) { display: none !important; }