body {
	margin: 0;
}

.ranama-home-footer__credit {
	max-width: min(46rem, 60%);
	text-align: right;
	text-transform: none;
}

.ranama-home-footer__credit a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

@media (max-width: 1080px) {
	.ranama-home-footer__meta {
		column-gap: 2rem;
		flex-wrap: wrap;
		row-gap: 0.7rem;
	}

	.ranama-home-footer__credit {
		flex: 1 1 100%;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.ranama-home-footer__meta {
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.ranama-home-footer__credit {
		flex: 0 1 auto;
		text-align: left;
		width: 100%;
	}
}
