/* =============================================================================
   UGL OZ Replica — FOOTER
   Source footer is EXTREMELY small: a hairline separator, a centred logo and one
   copyright line. NO columns, NO menu, NO social row, NO newsletter.
   Do not add any. (RECON §7 "Footer", PROJECT-BRIEF design contract.)
   ========================================================================== */

footer.rn-footer-area {
	background: transparent;
	color: var(--ugloz-body);
	font-family: var(--ugloz-font-primary);
	font-size: 16px;
	line-height: 30.4px;
}

footer.rn-footer-area .footer-area { text-align: center; }

footer.rn-footer-area .footer-area .logo a { display: inline-block; }
/* width:auto is required: the <img> carries width="200" height="115", so a bare
   max-height clamps the height to 100 while the width stays 200 and the logo
   renders STRETCHED (measured ink 179x100 against the source's 156x100). */
footer.rn-footer-area .footer-area .logo a img { max-height: 100px; width: auto; }
footer.rn-footer-area .footer-area .logo .light-logo { display: none; }

footer.rn-footer-area .footer-area p.description {
	color: var(--ugloz-body);
	font-size: 16px;
	line-height: 30.4px;
	margin: 0;
}
