.ra-container-ebd385b2 {
	background: #ffffff;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	max-width: 100%;
}

.ra-title-ebd385b2 {
	font-size: 28px;
	font-weight: 700;
	color: #2c1a16;
	margin: 0 0 24px 0;
	font-family: serif;
}

.ra-content-ebd385b2 {
	display: none;
}

.ra-content-ebd385b2.active {
	display: block;
}

.ra-list-ebd385b2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ra-item-ebd385b2 {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #f5e6e3;
	gap: 20px;
}

.ra-item-ebd385b2:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ra-item-ebd385b2:first-child {
	padding-top: 0;
}

.ra-thumb-ebd385b2 {
	width: 70px;
	height: 70px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}

.ra-item-content-ebd385b2 {
	flex-grow: 1;
}

.ra-item-title-ebd385b2 {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	font-family: serif;
}

.ra-item-title-ebd385b2 a {
	color: #2c1a16;
	text-decoration: none;
	transition: color 0.2s;
}

.ra-item-title-ebd385b2 a:hover {
	color: #f16962;
}

.ra-item-date-ebd385b2 {
	font-size: 14px;
	color: #9a8a86;
}
