.angie-two-button-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.angie-box-title {
	margin: 0;
	padding: 0;
}

.angie-box-subtitle {
	margin: 0;
	padding: 0;
}

.angie-box-description {
	margin: 0;
	padding: 0;
}

.angie-box-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.angie-box-btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 1px solid transparent; /* Ensure border is always there for layout */
	line-height: 1;
}

.angie-box-btn:hover {
	transform: translateY(-2px);
}
