<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Image Widget */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	max-width: 250px;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar th,
#wp-calendar td {
	padding: 8px 0;
	text-align: center;
}
#wp-calendar td {
	border-bottom: none;
	border-left: none;
}
#wp-calendar th {
	color: #999;
	background: #f2f2f2;
}
#wp-calendar tfoot td {
	font-weight: 400;
}
#wp-calendar td:first-of-type {
	border-left: none;
}
#wp-calendar tr:last-of-type td {
	border-bottom: none;
}
#wp-calendar tfoot td {
	border-left: none;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev,
#wp-calendar #next {
	padding-top: 8px;
}
#wp-calendar #today {
	color: #fff;
	background: #000;
}
.footer__content-top-wrapper #wp-calendar #today {
	color: var(--footer-link-color);
}
#wp-calendar #today a {
	color: #fff;
	text-decoration: none;
}
#wp-calendar caption {
	margin-bottom: 1em;
}
.wp-calendar-nav {
	text-align: left;
	margin-top: 1.15rem;
}

.footer__content-top-wrapper .widget #wp-calendar #today {
	color: #999;
}

/* RSS Widget */
.widget .rss-widget-icon {
	display: none;
}
.widget_rss ul li {
	margin-bottom: 16px;
}
.rss-date {
	display: block;
    margin: 2px 0 6px;
    font-size: 13px;
}
.rssSummary {
	margin-bottom: 6px;
}

/* Tags Widget */
.tagcloud a {
	float: none;
    display: inline-block;
    margin: 0 1em .5em 0;
    color: #999;
    font-size: 10px !important;
    font-weight: inherit;
    border: none;
    padding: 2px 5px;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 14px;
    font-style: normal;
    background: #f2f2f2;
    text-decoration: none;
    box-shadow: none;
}
.tagcloud a {
	box-shadow: none;
}
.tagcloud a:hover {
	color: #999;
	opacity: 1;
	background: #e6e6e6;
}

.footer .widget .tagcloud a {
    color: #999;
}
.footer .widget .tagcloud a:hover {
    color: #999;
}
.footer__content-top-wrapper .widget .tagcloud a {
	background: var(--footer-bottom-area-background-color);
}

/* Search Widget */
.widget_search form {
	margin: 0;
	display: inline-block;
	width: 100%;
}
.widget_search label[for="s"] {
	top: 30%;
}</pre></body></html>