/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


#keynote-prodromakis .e-n-accordion-item-title-header {
  max-width: 90%;
}

#keynote-prodromakis summary {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #keynote-prodromakis .e-n-accordion-item-title-header {
    max-width: 75%;
  }

  #keynote-prodromakis summary {
    background-image: url("/wp-content/uploads/2026/03/prodromakis2-150x150.jpg");
  }
}