/*
Theme Name: Mie Watanabe
Theme URI: https://swell-theme.com/
Description: Mie Watanabe child theme for site-specific overrides.
Author: OpenAI
Version: 1.0.0
Template: swell
Text Domain: mie-watanabe
*/

/* SWELL preset style "角丸" override */
.wp-block-image.is-style-rounded,
.wp-block-image .is-style-rounded {
	border-radius: 24px;
	overflow: hidden;
}

.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
	border-radius: inherit;
}

.mie-title-br {
  display: block;
}

.single .c-pageTitle,
.page .c-pageTitle {
  line-height: 1.45;
}