/*
Theme Name: Ariawell Theme
Theme URI: https://jd.ariawell.co.kr
Author: Ariawell
Description: Ariawell 기본 테마 (새 프로젝트용 최소 스타터)
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ariawelltheme
*/

body {
	margin: 0;
	font-family: system-ui, -apple-system, sans-serif;
	line-height: 1.6;
}

.site {
	max-width: 720px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.site-header {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.site-footer {
	margin-top: 3rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e5e5;
}

.site-header__inner,
.site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list a {
	color: inherit;
	text-decoration: none;
}

.site-nav__list a:hover {
	text-decoration: underline;
}

.site-footer__copy {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
}

.site-footer__copy a {
	color: inherit;
	text-decoration: none;
}

.front-hero {
	margin-bottom: 2rem;
	padding: 2rem 0;
}

.front-hero__title {
	margin: 0 0 0.5rem;
	font-size: 2rem;
}

.front-hero__description {
	margin: 0;
	color: #666;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.entry {
	margin-bottom: 2rem;
}

.entry__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
}

.entry__title a {
	color: inherit;
	text-decoration: none;
}

.entry__title a:hover {
	text-decoration: underline;
}

.entry__content > :first-child {
	margin-top: 0;
}

.entry__content > :last-child {
	margin-bottom: 0;
}
