/* Expo WA — footer */

.rsgdxewa-footer {
	background: var(--rsgdxewa-color-secondary);
	color: var(--rsgdxewa-color-secondary-text);
	padding: 56px 0 24px;
}

.rsgdxewa-footer__inner {
	max-width: var(--rsgdxewa-content-max-width);
	margin: 0 auto;
	padding: 0 24px;
}

.rsgdxewa-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 32px;
	margin-bottom: 40px;
}

.rsgdxewa-footer__col-title {
	margin: 0 0 16px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rsgdxewa-footer__desc,
.rsgdxewa-footer__address {
	margin: 0 0 12px;
	opacity: 0.9;
	font-size: 0.95rem;
}

.rsgdxewa-footer__logo img {
	max-height: 48px;
	width: auto;
	margin-bottom: 16px;
}

.rsgdxewa-footer__col-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rsgdxewa-footer__col-list a {
	display: inline-block;
	padding: 4px 0;
	color: var(--rsgdxewa-color-secondary-text);
	text-decoration: none;
	opacity: 0.85;
}

.rsgdxewa-footer__col-list a:hover {
	opacity: 1;
}

.rsgdxewa-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rsgdxewa-footer__copy {
	font-size: 0.9rem;
	opacity: 0.85;
}

.rsgdxewa-footer__socials {
	display: flex;
	gap: 12px;
}

.rsgdxewa-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--rsgdxewa-color-secondary-text);
	text-decoration: none;
}

.rsgdxewa-footer__social-link:hover {
	background: rgba(255, 255, 255, 0.16);
}

.rsgdxewa-membership-logos--static {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.rsgdxewa-membership-logos__image {
	max-height: var(--rsgdxewa-membership-logo-height);
	width: auto;
	object-fit: contain;
}
