/*
Theme Name: TravelNess Child
Theme URI: https://travelness.example/child
Author: TravelNess
Template: travelness
Description: Motyw potomny TravelNess do modyfikacji wyglądu.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: travelness
*/

@import url("../travelness/style.css");

.tn-header__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 0;
	font-size: 0;
	color: inherit;
	text-decoration: none;
}

.tn-header__logo img {
	display: block;
	max-height: 56px;
	width: auto;
}

@media (max-width: 600px) {
	.tn-header__logo img {
		max-height: 40px;
	}
}

.tn-footer__links {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
}

.tn-footer__links a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.tn-footer__links a:hover,
.tn-footer__links a:focus {
	text-decoration: underline;
}
