/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.1.1755947760
Updated: 2025-08-23 11:16:00

*/

/* Cards-row: kuvat alas desktopilla, mobiilissa pinoutuu */
.three-cards-bottom-image .wp-block-columns{
  gap: 2rem;               /* sarakkeiden v채li */
  align-items: stretch;    /* yht채 korkeat sarakkeet */
}
.three-cards-bottom-image .wp-block-column{
  display: flex;
  flex-direction: column;  /* otsikko, teksti, kuva allekkain */
}
/* kuva alas */
.three-cards-bottom-image .wp-block-column > .wp-block-image{
  margin-top: auto;
}
/* yhten채inen kuvakoko desktopissa */
.three-cards-bottom-image .wp-block-image img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;     /* valinnainen */
  display: block;
}
/* mobiilissa luonnollinen korkeus */
@media (max-width: 781px){
  .three-cards-bottom-image .wp-block-image img{ height: auto; }
}
/* toggleblock oletuksena piilossa */
[hidden]{display:none!important;}
/* Rajattu vain niihin Media & Text -lohkoihin, joille lisätty flush-left */
.wp-block-media-text.flush-left.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0 !important;
}
.wp-block-media-text.flush-left.has-media-on-the-left .wp-block-media-text__content{
  padding-right: 0 !important;
}
.wp-block-media-text.flush-left{ gap: 1rem; }
/* unitoggle */
.is-hidden { display: none !important; }

