.ths-diary-tabs {
	max-width: 720px;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	background: #ffffff;
	padding: 24px 24px 8px;
	box-sizing: border-box;
}

.ths-diary-tabs__eyebrow {
	color: #9a8f6f;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 6px;
}

.ths-diary-tabs__heading {
	color: #7a1930;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.ths-diary-tabs__bar {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	border-bottom: 2px solid #ede2c8;
	margin-bottom: 24px;
}

.ths-diary-tabs__btn {
	border: none;
	background: transparent;
	color: #8a8272;
	padding: 12px 20px 14px;
	font-size: 19px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	margin-bottom: -2px;
	border-radius: 8px 8px 0 0;
	border-bottom: 3px solid transparent;
	transition: background 0.15s ease, color 0.15s ease;
}

.ths-diary-tabs__btn:hover {
	background: #f5ecd8;
	color: #7a1930;
}

.ths-diary-tabs__btn:focus-visible {
	outline: 2px solid #c9932f;
	outline-offset: 2px;
}

.ths-diary-tabs__btn.is-active {
	color: #7a1930;
	background: #faf3e3;
	border-bottom: 3px solid #7a1930;
}

.ths-diary-tabs__panel {
	display: none;
	padding-bottom: 24px;
}

.ths-diary-tabs__panel.is-active {
	display: block;
}

.ths-diary-tabs__panel-box {
	padding: 24px 26px;
	background: #faf3e3;
	border-radius: 10px;
	border-left: 5px solid #c9932f;
}

.ths-diary-tabs__panel-title {
	color: #7a1930;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
}

.ths-diary-tabs__panel-body {
	color: #4a4438;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}

.ths-diary-tabs__panel-body p:first-child {
	margin-top: 0;
}

.ths-diary-tabs__panel-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.ths-diary-tabs__btn {
		font-size: 16px;
		padding: 10px 14px 12px;
	}
	.ths-diary-tabs__panel-box {
		padding: 18px;
	}
	.ths-diary-tabs__panel-body {
		font-size: 15px;
	}
}
