/*
 Theme Name: Divi Child
 Theme URI: https://example.com
 Description: Child theme for Divi
 Author: (sinun nimesi)
 Template: Divi
 Version: 1.0.0
 Text Domain: divi-child
*/

/* Tänne voit halutessasi siirtää Custom CSS:ää.
   Huom: Divin Teeman asetukset → Custom CSS toimii myös hyvin. */
      /* === Taulukkomuotoinen lista === */

/* Piilotettavat tiedot (suljettuna) */
.mop-details {
   max-height: 0;
   overflow: hidden;
   opacity: 0;
   transition: max-height 0.35s ease, opacity 0.3s ease;
}

/* Avattuna */
.mop-details.is-open {
   max-height: 800px;
   /* riittävästi tilaa tekstille */
   opacity: 1;
}
.searchandfilter input[type="submit"]:not([value="Suodata"]) {
    display: none !important;
}