@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.splw-lite-wrapper {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 1em;
}
.splw-weather-title {
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
}
.splw-lite-wrapper .splw-lite-header {
    text-align: center;
    margin-bottom: 0.625em;
}

.splw-lite-wrapper .splw-lite-header-title-wrapper {
    display: inline-block;
}
.splw-lite-wrapper .splw-lite-header-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
}
.splw-lite-wrapper .splw-lite-current-time {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.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;
    margin-bottom: .5em;
    margin-top: 7px;
}
.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}
.splw-lite-wrapper .splw-lite-current-text {
    margin-top: 10px;
}
.splw-lite-wrapper .splw-lite-current-temp img {
    display: inline;
    box-shadow: none;
}
.splw-lite-wrapper .splw-current-weather .splw-other-opt {
    margin-bottom: 3.75em;
}
.splw-lite-wrapper .splw-lite-current-text .splw-lite-desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}
.splw-lite-wrapper .splw-lite-current-text .splw-other-opt {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 8px;
}
.splw-lite-wrapper .splw-cur-temp {
    display: flex;
    justify-content: center;
    line-height: initial;
}
.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;
}


 