/* Paulneavynrealtor Linktree-style page */

html,
body {
	height: 100%;
	height: 100dvh;
	overflow: hidden;
	background: #4a4a4a;
}

body #main-header,
body #burger-menu,
body .burger_menu_content_wrap,
body #ftr-cf,
body #ftr,
body .sidebar,
body .fixed-header-spacer,
body .aios-mobile-header,
body .aios-mobile-header-wrapper,
body #aios-mobile-header-wrapper,
body .ip-banner {
	display: none !important;
}

body #main-wrapper,
body main {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	background: #606060;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body main > h2.aios-starter-theme-hide-title {
	display: none !important;
}

.container{
	height: 100vh;
}

.pnr-linktree {
	box-sizing: border-box;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	background: #606060;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	-webkit-overflow-scrolling: touch;
}

.pnr-linktree *,
.pnr-linktree *::before,
.pnr-linktree *::after {
	box-sizing: border-box;
}

.pnr-linktree__card {
	width: 100%;
	max-width: 580px;
	margin: auto;
	flex-shrink: 0;
	padding: 40px 28px 36px;
	border-radius: 24px;
	background: #888888;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	text-align: center;
}

.pnr-linktree__profile {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pnr-linktree__photo {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto 16px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	background: #666;
}

.pnr-linktree__handle {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: #fff;
}

.pnr-linktree__bio {
	margin: 0 auto;
	max-width: 420px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.95);
}

.pnr-linktree__social {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.pnr-linktree__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #fff;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.pnr-linktree__social-link:hover,
.pnr-linktree__social-link:focus {
	opacity: 0.8;
	transform: translateY(-1px);
	outline: none;
	color: #111!important;
}

.pnr-linktree__social-link i {
	display: block;
	font-size: 26px;
	line-height: 1;
	width: 1em;
	height: 1em;
}

.pnr-linktree__social-link i::before {
	display: block;
	line-height: 1;
}

.pnr-linktree__links {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 28px;
	width: 100%;
}

.pnr-linktree__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 14px 20px;
	background: #fff;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.pnr-linktree__btn:hover,
.pnr-linktree__btn:focus {
	background: #f5f5f5;
	color: #111;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
	outline: none;
}


@media (max-width: 767px) {
	.pnr-linktree {
		padding: 16px 12px;
	}

	.pnr-linktree__card {
		padding: 28px 16px 28px;
		border-radius: 18px;
		max-width: 100%;
	}

	.pnr-linktree__photo {
		width: 88px;
		height: 88px;
	}

	.pnr-linktree__handle {
		font-size: 17px;
	}

	.pnr-linktree__bio {
		font-size: 13px;
		padding: 0 4px;
	}

	.pnr-linktree__btn {
		min-height: 52px;
		font-size: 14px;
		padding: 13px 16px;
	}
}

@media (min-width: 768px) {
	.pnr-linktree__photo {
		width: 112px;
		height: 112px;
	}

	.pnr-linktree__handle {
		font-size: 20px;
	}

	.pnr-linktree__bio {
		font-size: 15px;
	}

	.pnr-linktree__btn {
		font-size: 16px;
	}
}
