.elementor-61412 .elementor-element.elementor-element-7f910304{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-61412 .elementor-element.elementor-element-739bf827{font-family:"calibri", Sans-serif;font-size:25px;font-weight:400;color:var( --e-global-color-dbc0951 );}.elementor-61412 .elementor-element.elementor-element-7e1921b6{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-61412 .elementor-element.elementor-element-58c6120e{text-align:center;}.elementor-61412 .elementor-element.elementor-element-58c6120e .elementor-heading-title{font-family:"calibri", Sans-serif;font-size:40px;font-weight:600;color:var( --e-global-color-b95a49a );}.elementor-61412 .elementor-element.elementor-element-2f9b047f{--display:flex;}.elementor-61412 .elementor-element.elementor-element-181f68b9{text-align:center;}.elementor-61412 .elementor-element.elementor-element-181f68b9 .elementor-heading-title{font-family:"calibri", Sans-serif;font-size:30px;font-weight:600;color:var( --e-global-color-b95a49a );}.elementor-61412 .elementor-element.elementor-element-25ae9ce9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-61412 .elementor-element.elementor-element-0837774{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-61412 .elementor-element.elementor-element-42221cb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-61412 .elementor-element.elementor-element-37d1b1cc{text-align:justify;font-family:"calibri", Sans-serif;font-size:20px;font-weight:400;}/* Start custom CSS for html, class: .elementor-element-0b9d3ce *//* ==== Global Reset ==== */
.eucanscreen-updates, 
.eucanscreen-updates * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Calibri', Arial, sans-serif;
}

/* ==== Core Structure ==== */
.eucanscreen-updates {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; /* Αύξηση padding */
  color: #333;
  line-height: 1.4; /* Αύξηση line-height */
}

/* ==== Main Title ==== */
.main-title {
  color: #2d5b88;
  text-align: left;
  margin: 0 0 15px 0; /* Αύξηση margin */
  font-size: 24px; /* Αύξηση από 20px */
  font-weight: bold;
}

/* ==== Section Titles ==== */
.section-title {
  color: #2d5b88;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px; /* Αύξηση padding */
  margin: 15px 0 10px; /* Αύξηση margin */
  font-size: 22px; /* Αύξηση από 18px */
  font-weight: bold;
  text-align: left;
}

/* ==== Grid Layout ==== */
.updates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); /* Ελαφρώς μεγαλύτερο πλάτος */
  gap: 10px; /* Αύξηση gap */
  margin-bottom: 15px; /* Αύξηση margin */
}

/* ==== Cards ==== */
.update-card {
  background: white;
  border-radius: 4px; /* Αύξηση border-radius */
  box-shadow: 0 2px 5px rgba(0,0,0,0.08); /* Ελαφρώς πιο έντονο shadow */
  padding: 15px; /* Αύξηση padding */
}

.update-title {
  color: #2d5b88;
  margin: 0 0 8px 0; /* Αύξηση margin */
  font-size: 18px; /* Αύξηση από 0.95em (~15px) */
  font-weight: bold;
  line-height: 1.3;
}

.update-content {
  font-size: 16px; /* Αύξηση από 0.85em (~14px) */
  line-height: 1.4;
}

/* ==== Mobile Responsiveness ==== */
@media (max-width: 768px) {
  .updates-grid {
    grid-template-columns: 1fr;
    gap: 8px; /* Αύξηση gap */
  }
  
  .main-title {
    font-size: 22px;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .update-title {
    font-size: 16px;
  }
  
  .update-content {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'calibri';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.dypede.gr/wp-content/uploads/calibri-regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */