/*
Theme Name: Eaymess.gr_custom_theme
Theme URI: https://www.eaymess.gr
Template: kadence
Author: Spiliotis Konstantinos
Author URI: https://www.techiegreeks.gr
Description: A custom theme for eaymess.gr created by Spiliotis Konstantinos (aka techiegreeks.gr) with an emphasis on speed, simplicity and high SEO scores.
Tags: translation-ready,accessibility-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.0.1761950274
Updated: 2025-11-01 01:37:54

*/
/* prosfores custom-columns-highlight mobile */
@media (max-width: 768px) {
  .custom-columns-highlight {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
  }

  .custom-columns-highlight > .wp-block-column {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 1rem !important;
    background-color: #ffffff !important;
  }

  .custom-columns-highlight > .wp-block-column:nth-child(even) {
    background-color: #eef2f7 !important;
  }
}
@media (max-width: 768px) {
  .custom-columns-highlight > .wp-block-column {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16) !important;
  }
}
