/* Owner-supplied Pitrupaksha.org 2026 identity. Unique path bypasses the
 * production seven-day query-string-stripped CSS cache. */

.pps-shell-logo {
	display: block;
	line-height: 0;
}

.pps-shell-logo__frame {
	display: block;
	width: 250px;
	height: 72px;
	overflow: hidden;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--ink) 7%, transparent);
	border-radius: 6px;
}

.pps-shell-logo__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.pps-shell-nav {
	padding-block: 8px;
}

.pps-shell-nav__brand {
	flex: 0 1 auto;
}

.pps-shell-footer__logo .pps-shell-logo__frame {
	width: min(100%, 288px);
	height: 88px;
	border-color: color-mix(in srgb, var(--ivory) 18%, transparent);
	border-radius: 8px;
}

.pps-shell-footer__social {
	flex-wrap: wrap;
}

.pps-shell-footer__social-chip {
	width: auto;
	min-width: 48px;
	padding-inline: 12px;
	border-radius: var(--r-pill);
}

@media (max-width: 720px) {
	.pps-shell-nav {
		padding-block: 8px;
	}

	.pps-shell-logo__frame {
		width: 152px;
		height: 44px;
		border-radius: 5px;
	}

	.pps-shell-footer__logo .pps-shell-logo__frame {
		width: min(100%, 276px);
		height: 84px;
	}
}

@media (max-width: 360px) {
	.pps-shell-logo__frame {
		width: 112px;
		height: 42px;
	}
}
