.dual-button-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.angie-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: inherit;
	line-height: 1;
	font-size: 16px;
	padding: 12px 24px;
	cursor: pointer;
	border: 1px solid transparent; /* Ensure border doesn't jump */
	transition: all 0.3s ease;
}

.angie-btn .btn-text {
	display: inline-block;
}

/* Icon Spacing */
.angie-btn .icon-left {
	margin-right: 8px;
}
.angie-btn .icon-right {
	margin-left: 8px;
}

/* SVG Size fixes */
.angie-btn i, 
.angie-btn svg {
	width: 1em;
	height: 1em;
	line-height: 1;
	fill: currentColor;
}
