.angie-global-footer-bb874fed {
	background-color: #0B3D91;
	color: #EEF0F3;
	font-family: inherit;
	padding: 4rem 2rem 2rem;
	margin-top: 4rem;
	box-sizing: border-box;
}

.angie-global-footer-bb874fed *, .angie-global-footer-bb874fed *:before, .angie-global-footer-bb874fed *:after {
	box-sizing: inherit;
}

.angie-global-footer-bb874fed h3 { 
	color: #C9A227;
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	font-weight: 600;
}

.angie-global-footer-bb874fed p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.6;
	font-size: 0.95rem;
}

.angie-global-footer-bb874fed .angie-footer-top {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(201, 162, 39, 0.3);
	padding-bottom: 3rem;
}

.angie-global-footer-bb874fed .angie-footer-col {
	flex: 1 1 min(100%, 250px);
}

.angie-global-footer-bb874fed ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.angie-global-footer-bb874fed ul li {
	margin-bottom: 0.75rem;
}

.angie-global-footer-bb874fed a {
	color: #EEF0F3;
	text-decoration: none;
	transition: color 0.3s ease;
}

.angie-global-footer-bb874fed a:hover,
.angie-global-footer-bb874fed a:focus {
	color: #C9A227;
}

.angie-newsletter-form-bb874fed {
	display: flex;
	margin-top: 1.5rem;
}

.angie-newsletter-form-bb874fed input {
	padding: 0.75rem 1rem;
	border: 1px solid #fff;
	border-radius: 4px 0 0 4px;
	flex: 1;
	font-size: 0.9rem;
	outline: none;
	min-width: 0;
}

.angie-newsletter-form-bb874fed button {
	background-color: #C9A227;
	color: #0B3D91;
	border: none;
	padding: 0.75rem 1.25rem;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.9rem;
	transition: background-color 0.3s ease;
}

.angie-newsletter-form-bb874fed button:hover {
	background-color: #e0b83b;
}

.angie-global-footer-bb874fed .angie-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 2rem auto 0;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.angie-global-footer-bb874fed .angie-footer-bottom p {
	margin: 0;
	font-size: 0.85rem;
	color: rgba(238, 240, 243, 0.8);
}

.angie-social-links {
	display: flex;
	gap: 0.75rem;
}

.angie-social-links a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background-color: rgba(201, 162, 39, 0.1);
	color: #C9A227;
	border: 1px solid #C9A227;
	border-radius: 50%;
	font-size: 0.85rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.angie-social-links a:hover {
	background-color: #C9A227;
	color: #0B3D91;
}

@media (max-width: 768px) {
	.angie-global-footer-bb874fed .angie-footer-top {
		flex-direction: column;
		gap: 2.5rem;
	}
	
	.angie-global-footer-bb874fed .angie-footer-bottom {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
}
