.blogier-retention-home {
	margin: 16px 0 22px;
	color: #081727;
	font-family: inherit;
}

.blogier-retention-home *,
.blogier-retention-home *::before,
.blogier-retention-home *::after {
	box-sizing: border-box;
}

.blogier-retention-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	margin: 0 0 12px;
	border: 1px solid rgba(9, 30, 52, 0.14);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 251, 0.88)),
		radial-gradient(circle at 18% 0%, rgba(20, 184, 166, 0.14), transparent 32%);
	box-shadow: 0 18px 42px rgba(15, 35, 52, 0.11);
	overflow: hidden;
}

.blogier-retention-stat {
	min-height: 78px;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	gap: 6px;
	align-items: center;
	padding: 18px 22px;
	border-right: 1px solid rgba(9, 30, 52, 0.12);
}

.blogier-retention-stat:last-child {
	border-right: 0;
}

.blogier-retention-stat i {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #111;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.72);
	color: #00b998;
	font-size: 18px;
}

.blogier-retention-stat span {
	color: #253445;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.blogier-retention-stat strong {
	color: #00b998;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.blogier-retention-stat em {
	color: #142235;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.blogier-retention-panel {
	position: relative;
	margin: 10px 0;
	border: 1px solid rgba(9, 30, 52, 0.14);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 44px rgba(15, 35, 52, 0.12);
}

.blogier-retention-match-center {
	background:
		linear-gradient(135deg, rgba(248, 252, 255, 0.97), rgba(230, 239, 246, 0.94)),
		radial-gradient(circle at 86% 10%, rgba(0, 185, 152, 0.12), transparent 34%);
}

.blogier-retention-section-head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
	padding: 14px 20px 8px;
}

.blogier-retention-section-head h2 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #071626;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
}

.blogier-retention-section-head h2 i {
	color: #111;
	font-size: 21px;
}

.blogier-retention-tabs {
	display: flex;
	justify-content: center;
	gap: 42px;
	min-width: 0;
}

.blogier-retention-tabs a,
.blogier-retention-tabs button {
	position: relative;
	padding: 7px 2px 10px;
	border: 0;
	background: transparent;
	color: #526071;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.blogier-retention-tabs a.is-active,
.blogier-retention-tabs button.is-active {
	color: #071626;
}

.blogier-retention-tabs a.is-active::after,
.blogier-retention-tabs button.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: #00c7a2;
}

.blogier-retention-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	width: auto;
	min-width: 92px;
	height: 34px;
	padding: 0 16px;
	border: 1px solid rgba(9, 30, 52, 0.34);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #071626;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.blogier-retention-match-list {
	display: none;
}

.blogier-retention-match-list.is-active {
	display: grid;
	grid-template-columns: repeat(4, minmax(220px, 1fr));
	gap: 14px;
	padding: 8px 20px 18px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.blogier-retention-match-card {
	min-width: 220px;
	padding: 14px;
	border: 1px solid rgba(9, 30, 52, 0.16);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(12, 31, 48, 0.08);
}

.blogier-retention-match-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #263649;
	font-size: 13px;
	font-weight: 800;
}

.blogier-retention-match-sport {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 7px;
	border-radius: 999px;
	background: #071626;
	color: #fff;
	font-size: 11px;
}

.blogier-retention-match-teams {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 10px;
	margin: 14px 0 12px;
}

.blogier-retention-team {
	display: grid;
	gap: 7px;
	justify-items: center;
	min-width: 0;
	color: #071626;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
}

.blogier-retention-flag {
	width: 54px;
	height: 38px;
	border: 1px solid #9bb0c0;
	border-radius: 5px;
	background:
		linear-gradient(180deg, transparent 0 28%, #111 28% 40%, transparent 40% 60%, #111 60% 72%, transparent 72%),
		linear-gradient(90deg, #fff 0 33%, #e4eef7 33% 66%, #fff 66%);
	box-shadow: 0 3px 9px rgba(9, 30, 52, 0.12);
}

.blogier-retention-team-logo {
	width: 54px;
	height: 38px;
	object-fit: contain;
	border: 1px solid #9bb0c0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 9px rgba(9, 30, 52, 0.12);
}

.blogier-retention-flag--alt {
	background:
		linear-gradient(135deg, transparent 0 52%, #d21d30 52%),
		linear-gradient(90deg, #fff 0 50%, #0a458a 50%);
}

.blogier-retention-score {
	display: grid;
	gap: 4px;
	justify-items: center;
	min-width: 64px;
	color: #071626;
	text-align: center;
}

.blogier-retention-score strong {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.blogier-retention-match-status {
	font-size: 13px;
	font-weight: 800;
	color: #647386;
}

.blogier-retention-match-status--live {
	color: #e32424;
}

.blogier-retention-match-status--upcoming {
	color: #00a886;
}

.blogier-retention-match-action {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	border: 1px solid #9db0bf;
	border-radius: 8px;
	color: #071626;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.64);
}

.blogier-retention-bloggers {
	background:
		linear-gradient(135deg, rgba(11, 29, 39, 0.97), rgba(28, 64, 70, 0.94)),
		radial-gradient(circle at 18% 8%, rgba(0, 225, 192, 0.18), transparent 36%);
	color: #f8fbfb;
}

.blogier-retention-section-head--dark h2,
.blogier-retention-section-head--dark h2 i {
	color: #fff;
}

.blogier-retention-section-head--dark {
	grid-template-columns: auto auto;
	justify-content: space-between;
}

.blogier-retention-section-head--dark .blogier-retention-more {
	width: auto !important;
	min-width: 78px !important;
	max-width: 96px !important;
	height: 28px !important;
	padding: 0 10px !important;
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 12px;
}

.blogier-retention-blogger-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(150px, 1fr));
	gap: 10px;
	padding: 8px 18px 18px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.blogier-retention-blogger-card {
	min-width: 150px;
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.blogier-retention-blogger-main {
	position: relative;
	display: grid;
	grid-template-columns: 52px 1fr auto;
	gap: 10px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.blogier-retention-rank {
	position: absolute;
	left: -2px;
	top: -4px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 9px;
	border-radius: 999px;
	background: #ffd455;
	color: #101720;
	font-size: 12px;
	font-weight: 900;
}

.blogier-retention-avatar {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.blogier-retention-avatar img,
.blogier-retention-avatar span {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.blogier-retention-blogger-copy {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.blogier-retention-blogger-copy strong {
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blogier-retention-blogger-copy span {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blogier-retention-streak {
	display: grid;
	justify-items: center;
	min-width: 42px;
	color: #2ff1cf;
}

.blogier-retention-streak strong {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.blogier-retention-streak span {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.blogier-retention-recent {
	display: flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 800;
}

.blogier-retention-recent i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.blogier-retention-recent .is-win {
	background: #e12626;
}

.blogier-retention-recent .is-push {
	background: #606a73;
}

.blogier-retention-follow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border: 1px solid #00c7a2;
	border-radius: 7px;
	color: #23f4d1;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	background: rgba(0, 199, 162, 0.08);
}

.blogier-retention-return-hook {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	align-items: center;
	margin: 10px 0 16px;
	padding: 15px 22px;
	border: 1px solid rgba(0, 199, 162, 0.36);
	border-radius: 12px;
	background:
		linear-gradient(135deg, #071321, #0f2834),
		radial-gradient(circle at 20% 30%, rgba(0, 199, 162, 0.24), transparent 38%);
	color: #fff;
	box-shadow: 0 18px 40px rgba(8, 20, 30, 0.18);
}

.blogier-retention-return-hook i {
	color: #24f4d1;
	font-size: 26px;
}

.blogier-retention-return-hook p {
	display: grid;
	gap: 3px;
	margin: 0;
}

.blogier-retention-return-hook strong {
	color: #24f4d1;
	font-size: 16px;
	font-weight: 900;
}

.blogier-retention-return-hook span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
}

.blogier-retention-return-hook a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 38px;
	border: 1px solid #24f4d1;
	border-radius: 8px;
	color: #24f4d1;
	font-weight: 900;
	text-decoration: none;
}

.blogier-retention-home + .row .sidebar-right,
.blogier-retention-home + .row .sidebar-left {
	display: none !important;
}

.blogier-retention-home + .row .content-right,
.blogier-retention-home + .row .col-lg-8 {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 991px) {
	.blogier-retention-home {
		margin-top: 10px;
	}

	.blogier-retention-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 12px;
	}

	.blogier-retention-stat {
		min-height: 58px;
		padding: 10px 12px;
		border-right: 1px solid rgba(9, 30, 52, 0.12);
		border-bottom: 1px solid rgba(9, 30, 52, 0.12);
	}

	.blogier-retention-stat:nth-child(2n) {
		border-right: 0;
	}

	.blogier-retention-stat:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.blogier-retention-stat i {
		width: 30px;
		height: 30px;
		border-radius: 7px;
		font-size: 15px;
	}

	.blogier-retention-stat span {
		font-size: 12px;
	}

	.blogier-retention-stat strong {
		font-size: 23px;
	}

	.blogier-retention-stat em {
		font-size: 12px;
	}

	.blogier-retention-panel {
		border-radius: 13px;
	}

	.blogier-retention-section-head {
		grid-template-columns: 1fr auto;
		gap: 10px;
		padding: 12px 12px 6px;
	}

	.blogier-retention-section-head--dark {
		grid-template-columns: 1fr auto;
	}

	.blogier-retention-section-head h2 {
		font-size: 22px;
	}

	.blogier-retention-tabs {
		grid-column: 1 / -1;
		order: 3;
		justify-content: flex-start;
		gap: 26px;
		overflow-x: auto;
		padding-bottom: 1px;
	}

	.blogier-retention-match-list.is-active,
	.blogier-retention-blogger-list {
		display: flex;
		padding-left: 12px;
		padding-right: 12px;
	}

	.blogier-retention-match-card {
		flex: 0 0 260px;
	}

	.blogier-retention-blogger-card {
		flex: 0 0 270px;
	}

	.blogier-retention-return-hook {
		grid-template-columns: auto 1fr;
		gap: 10px;
		padding: 13px 14px;
	}

	.blogier-retention-return-hook a {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.blogier-retention-stats {
		margin-left: 0;
		margin-right: 0;
	}

	.blogier-retention-stat {
		grid-template-columns: auto 1fr auto auto;
		gap: 5px;
	}

	.blogier-retention-match-card {
		flex-basis: 246px;
	}

	.blogier-retention-score strong {
		font-size: 25px;
	}

	.blogier-retention-return-hook strong {
		font-size: 14px;
	}
}
