/*
Theme Name: Fashify Local Fallback
Description: Local stylesheet restored for archived Fashify pages.
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: #f5f5f5;
	color: #333;
	font-family: "Libre Franklin", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

a {
	color: #f75357;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #444;
	text-decoration: underline;
}

img {
	height: auto;
	max-width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 20px;
}

.site-header {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	padding: 42px 0 34px;
	text-align: center;
}

.site-title {
	margin: 0;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.25;
}

.site-title a {
	color: #222;
}

.site-description {
	margin: 8px 0 0;
	color: #777;
	font-size: 15px;
}

.main-navigation {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.main-navigation .container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
}

.menu-toggle {
	display: none;
}

.main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	display: block;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.site-content {
	padding: 42px 0;
}

.right-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 34px;
	align-items: start;
}

.content-area,
.widget {
	background: #fff;
	border: 1px solid #e6e6e6;
}

.content-area {
	padding: 34px;
}

.entry-title {
	margin: 0 0 24px;
	color: #444;
	font-size: 32px;
	line-height: 1.25;
}

.entry-content h2,
.entry-content h3 {
	margin: 28px 0 14px;
	color: #333;
	line-height: 1.3;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin: 0 0 18px;
}

.entry-content ul,
.entry-content ol {
	padding-left: 24px;
}

.sidebar .widget {
	margin-bottom: 24px;
	padding: 22px;
}

.widget pre {
	white-space: pre-wrap;
	word-break: break-word;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #f75357;
	background: #f75357;
	color: #fff;
	cursor: pointer;
	padding: 10px 18px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #444;
	background: #444;
}

.site-footer {
	background: #222;
	color: #bbb;
	font-size: 14px;
}

.site-info {
	padding: 26px 0;
	text-align: center;
}

.theme-info-text {
	margin-top: 6px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 800px) {
	.site-title {
		font-size: 27px;
	}

	.main-navigation .container {
		justify-content: flex-start;
	}

	.menu-toggle {
		display: inline-block;
		margin: 10px 0;
	}

	.main-navigation ul {
		display: block;
		width: 100%;
	}

	.main-navigation li {
		border-top: 1px solid #eee;
	}

	.main-navigation a {
		padding: 12px 0;
	}

	.right-sidebar {
		display: block;
	}

	.content-area {
		padding: 24px;
	}

	.sidebar {
		margin-top: 24px;
	}
}
