/*
Theme Name: Isaac del Toro
Theme URI: https://www.isaac-del-toro.mx/
Author: webarbeit.net
Author URI: https://webarbeit.net/
Description: Child Theme für isaac-del-toro.mx auf Basis des Driven Parent Themes.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Template: driven
Text Domain: isaac-del-toro
*/

/*
 * Projektbezogene Styles kommen schrittweise hier hinein.
 */

/* WPML Switcher: keine Hintergründe/Abstände */
.idt-lang-switcher .wpml-ls {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

/*
 * Blog-Liste (2-Spalten-Pattern):
 * Wenn kein Beitragsbild vorhanden ist, soll die Textspalte die volle Breite nutzen.
 */
.post-wrapper .wp-block-post-template .wp-block-columns > .wp-block-column:first-child:not(:has(img)) {
	display: none;
}

.post-wrapper .wp-block-post-template .wp-block-columns:has(> .wp-block-column:first-child:not(:has(img))) > .wp-block-column:last-child {
	flex-basis: 100% !important;
}
