/**
* @package location-weather
* @author ShapedPlugin
*/
.splw-lite-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.splw-weather-title {
	font-size: 27px;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
}

.splw-lite-wrapper .splw-lite-header {
	display: flex;
	text-align: center;
}

.splw-lite-wrapper .splw-lite-header-title-wrapper {
	align-items: center;
	display: flex;
}

.splw-lite-wrapper .splw-lite-header-title {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 18px !important; /* additional-css1からマージ (14pxから変更) */
	font-weight: 700;
	white-space: nowrap; /* additional-css1からマージ */
}


.splw-lite-wrapper .splw-lite-current-time {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: black;
}

.splw-lite-wrapper .splw-lite-current-time .weekday {
	font-size: 14px;
	vertical-align: center;
}

.splw-lite-wrapper .splw-lite-body {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: .875em;
	font-weight: 400;
}

.splw-lite-wrapper .splw-lite-current-temp {
	text-align: center;
}

.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
	margin-left: 4px;
	font-size: 18px;
	font-weight: 700;
}

.splw-lite-wrapper .splw-lite-current-text {
	margin-top: 10px;
}

.splw-lite-wrapper .splw-lite-current-temp .splw-weather-icon {
	display: inline;
	box-shadow: none;
	width: 58px;
}

/* additional-css1からマージ */
.splw-lite-wrapper .splw-lite-current-temp .weather-icon {
	width: 36px !important;
}

.splw-lite-wrapper .splw-lite-desc {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
}

.splw-lite-wrapper .splw-lite-daily-weather-details .splw-other-opt {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 8px;
}

.splw-main-wrapper .splw-weather-details .options-value {
	font-weight: 600;
}

.splw-main-wrapper .splw-lite-daily-weather-details .splw-other-opt div:not(.splw-weather-icons) {
	padding-bottom: 4px;
}

.splw-lite-wrapper .splw-cur-temp {
	display: flex;
	justify-content: center;
	line-height: initial;
	align-items: center;
}

.splw-lite-wrapper .splw-weather-attribution {
	padding: 0.5em 1em;
	font-size: 11px;
	text-align: center;
	background: rgba(0, 0, 0, .1);
}

.splw-lite-wrapper .splw-weather-attribution a {
	text-decoration: none;
}

.splw-lite-wrapper .splw-warning {
	padding: 20px;
}

.block-editor-page a.sp_lw_gb_edit_button,
a.sp_lw_gb_edit_button {
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
	margin: 10px 0;
}

.splw-weather-icons.icons_splw {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	order: 7;
}

.splw-main-wrapper .splw-weather-details div:not(.icons_splw) span.details-icon {
	display: inline-flex;
	margin-right: 2px;
}

.splw-lite-current-temp .temperature-scale {
	line-height: 20px;
	display: inline-block;
	font-weight: 500;
}

.splw-main-wrapper .splw-weather-detailed-updated-time {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-size: 11px;
}

.splw-weather-detailed-updated-time .splw-weather-detailed {
	text-align: left;
}

.splw-weather-detailed-updated-time .splw-weather-updated-time {
	text-align: right;
}

.splw-lite-wrapper .splw-weather-detailed-updated-time a {
	text-decoration: underline dotted;
	text-decoration-color: #ffffff75;
	color: #fff;
}

.splw-main-wrapper .splw-weather-details div:not(.icons_splw) span.details-icon i {
	width: 16px;
}

/* originalとadditional-css1をマージ */
.splw-lite-templates-body {
	display: flex;
	flex-wrap: wrap; /* 追加 */
	box-sizing: border-box; /* 追加 */
	vertical-align: center; /* 追加 */
	margin: initial; /* 「margin: 0 auto」の後に記述されていた「margin: initial」を優先 */
}

.splw-main-wrapper.horizontal .splw-lite-templates-body {
	display: flex;
	row-gap: 10px;
}

.splw-main-wrapper.horizontal .splw-lite-templates-body div {
	text-align: left;
	display: flex;
	color: black;
}

.splw-main-wrapper.horizontal .splw-cur-temp {
	justify-content: flex-start;
}

.splw-main-wrapper.horizontal .splw-lite-desc {
	text-align: left;
	width: 100%;
}

.splw-main-wrapper.horizontal .splw-lite-templates-body div.splw-lite-daily-weather-details {
	flex: 0 0 50%;
}

.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt {
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 0;
}

.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt div:nth-child(even) {
	text-align: right;
}

.splw-main-wrapper.horizontal .splw-lite-header-title-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.splw-main-wrapper.horizontal .splw-lite-wrapper .splw-lite-header-title {
	font-size: 14px;
	line-height: 20px;
	color: black;
}

.spwpcp-gutenberg-shortcode.editor-styles-wrapper {
	padding: 0;
	line-height: 24px;
}

/* additional-css1からマージされた独立プロパティ */
.splw-lite-wrapper.lw-preloader-wrapper {
	margin-top: 2px;
}

/* --- メディアクエリの統合・整理 --- */

/* 500px以下 */
@media screen and (max-width: 500px) {
	.splw-lite-wrapper .splw-lite-header-title-wrapper .splw-lite-header-title {
		display: none !important;
	}
}

/* 479px以下 */
@media screen and (max-width: 479px) {
	.splw-lite-templates-body {
		margin-left: 0;
	}
	.splw-lite-templates-body .splw-lite-current-time {
		margin-left: 0 !important;
	}
}
/* 350px以下 */
@media screen and (max-width: 350px) {
	.splw-lite-wrapper .splw-lite-current-temp .weather-icon {
		width: 32px !important;
	}
}