.rijuna-gift-wrapper {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 40px 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 5px solid #C9A000;
}

.rijuna-gift-logo {
	margin-bottom: 20px;
}

.rijuna-gift-logo img {
	max-width: 160px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.rijuna-gift-nama {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.rijuna-gift-norek {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #B8860B;
	margin-bottom: 24px;
}

.rijuna-gift-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #C9A000;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 14px 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}

.rijuna-gift-btn:hover {
	background-color: #A88500;
	color: #ffffff;
}

.rijuna-gift-btn svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
