/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 19 2025 | 22:02:08 */
.cover-align-top.wp-block-cover { 
  position: relative; 
}
.cover-align-top .wp-block-cover__inner-container {
  position: absolute; inset: 0; /* заповнює весь Cover */
  display: flex; flex-direction: column;
  justify-content: flex-start; align-items: flex-start;
  padding: 0 !important; 
}
/* скасовуємо margin:auto від позиціювання Гутенберга */
.cover-align-left .wp-block-cover__inner-container > * { 
  margin: 0 !important; 
}