/*
Theme Name: Chilco Travel
Description: Used to override parent theme Gutenberg Blocks styles.
*/

/*--------------------------------------------------------------
1.0 Blocks - General Styles Overrides
--------------------------------------------------------------*/

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #0a5258;
}

.entry-content a.wp-block-button__link {
  text-decoration: none !important;
}