
  /**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-timefly-block-timefly {
	/* Transparent container by default to ensure seamless layout integration */
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	
	/* Reset any inherited styling */
	box-shadow: none;
	outline: none;
	
	&.has-background {
		/* Only apply padding if user has added background styling */
		padding: 1em;
	}
}

/* Alternating content containers */
.timefly-content-a,
.timefly-content-b {
	/* Ensure content areas are seamless */
	margin: 0;
	padding: 0;
}
	