.pl-schedule-submit{
	display: none;
}
.top-margin{
	margin-top: 1em;
}
input[type="checkbox"].pushloop-ui-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-tap-highlight-color: transparent;

	width: auto;
	height: auto;
	vertical-align: middle;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 0 4px;
	background: none;
	box-shadow: none;
}
input[type="checkbox"].pushloop-ui-toggle:focus {
	box-shadow: none;
}
input[type="checkbox"].pushloop-ui-toggle:after {
	content: '';
	font-size: 8px;
	font-weight: 400;
	line-height: 18px;
	text-indent: -14px;
	color: #ffffff;
	width: 36px;
	height: 18px;
	display: inline-block;
	background-color: #a7aaad;
	border-radius: 72px;
	box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].pushloop-ui-toggle:before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	border-radius: 50%;
	background-color: #ffffff;
}
input[type="checkbox"].pushloop-ui-toggle:checked:before {
	left: 20px;
	margin: 0;
	background-color: #ffffff;
}
input[type="checkbox"].pushloop-ui-toggle,
input[type="checkbox"].pushloop-ui-toggle:before,
input[type="checkbox"].pushloop-ui-toggle:after,
input[type="checkbox"].pushloop-ui-toggle:checked:before,
input[type="checkbox"].pushloop-ui-toggle:checked:after {
	transition: ease .15s;
}
input[type="checkbox"].pushloop-ui-toggle:checked:after {
	content: 'ON';
	background-color: #E6BF00;
}
.send_time{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: 44px;
	width: 320px;
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 4px 12px;
}

.send_time label{
	color: #666;
}

.send_time input{
	background: none;
	border: none;
	outline: none;
	font-size: 1rem;
	accent-color: red;
}

#pushloop_widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
#pushloop_dashboard_widget li {
	width: calc(50% - 4px);
	text-align: center;
	padding: 15px;
	border: solid 1px #f1f1f1;
	border-radius: 2px;
	margin: 0 -1px -1px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#pushloop_dashboard_widget li a {
	color: #444;
	padding: 5px;
	display: block;
}
#pushloop_dashboard_widget li a:before {
	content: "";
	font-size: 22px;
	line-height: 1;
	font-family: dashicons;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	color: #ffc107;
}
#pushloop_dashboard_widget li:hover {
	background: rgba(241, 241, 241, 0.2);
}
#pushloop_dashboard_widget li:hover:before {
	color: #ff9800;
}
#pushloop_dashboard_widget li:hover a {
	color: #444;
}
#pushloop_dashboard_widget li a {
	display: block;
}
#pushloop_dashboard_widget .item-01:before {
	content: "\f110";
}
#pushloop_dashboard_widget .item-02:before {
	content: "\f130";
}
#pushloop_dashboard_widget .item-03:before {
	content: "\f123";
}
#pushloop_dashboard_widget .item-04:before {
	content: "\f119";
}


#pushloop_notification_title, #pushloop_notification_message {
	width: 100%;
	margin-top: 8px;
	display: block;
	psdding: 5px;
}

.pushloop_enable_label{
	margin-top: 8px;
	display: block;
}

.pushloop-text{
	width:100%;
	max-width: 480px;
}
.pushloop-text-small{
	width:100%;
	max-width: 100px;
}
.pushloop-text-css{
	width:100%;
	max-width: 480px;
	height:200px;
}

.pl-settings-woo-title p{
	font-weight: normal;
	margin-bottom: 0px;
}

.pushloop-stats-top{
	margin-top: 30px;
}

.pushloop-stats-top>div{
	display: inline-block;
	width:30%;
	margin-right: 3%;
	box-shadow: 0 1px 0.5px rgba(30,30,30,.02);
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
}

.pushloop-stats-top>div:last-child{
	margin-right: 0;
}

.pushloop-stats-top .psnel-body {
	psdding: 15px;
}

.pushloop-stats-top .psnel-body .info {
	psdding: 4px;
}

.pushloop-stats-top .psnel-body .icon {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 17px;
	display: table;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.pushloop-stats-top .psnel-body .icon i {
	font-size: 25px;
	line-height: 2;
}

.pushloop-stats-top .psnel-body h4{
	color: #444;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.pushloop-stats-top .psnel-body .text-uppercase{
	font-size: 15px;
	text-transform: uppercase;
	margin:0;
}

.pl-clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.pushloop-stats-top .psnel-footer {
	psdding: 10px 15px;
	border: 1px solid transpsrent;
	border-radius: 0;
	psdding-top: 4px;
	psdding-bottom: 4px;
	color: #fff;
	font-size: 12px;
}

.pushloop-stats-top .bg-blue {
	background-color: #0073b7;
}

.pushloop-stats-top .bg-green {
	background-color: #00a65a;
}

.pushloop-stats-top .bg-orange {
	background-color: #ff851b;
}

.pushloop-stats-top .psnel-footer a{
	color: #fff;
	text-decoration: none;
}

.pl-pull-left{
	float:left;
}

.pl-pull-right{
	float:right;
}

.pl-text-center{
	text-align: center;
}

.pl-txt-orange {
	color: #ff851b !important;
}
.pl-txt-default {
	color: #333333 !important;
}
.pl-txt-light-blue {
	color: #3c8dbc !important;
}
.pl-txt-green {
	color: #00a65a !important;
}
.pl-txt-teal {
	color: #39cccc !important;
}


.pl-box-psnel {
	margin-top: 30px;
	border: 1px solid #eee;
	box-shadow: 0 1px 0.5px rgba(30,30,30,.02);
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 30px;
	margin-right: 3%;
}

.pl-box-psnel, .pl-box-psnel *, .pl-mini-widget-group, .pl-mini-widget-group *, .pl-data-legend, .pl-data-legend *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pl-box-psnel .psnel-heading {
	color: #707070;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	background: #fff;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	psdding: 12px 20px;
	font-weight: 600;
}

.pl-box-psnel .psnel-body {
	psdding: 20px;
	position: relative;
	overflow: hidden;
}

.pl-box-psnel.pl-last-notification .psnel-body>div{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.pl-push-notification{min-height:80px;width:362px;box-shadow: 0 1px 1px rgba(0,0,0,0.1);border:1px solid #e3e3e3;margin: 0 auto; margin-top:25px;}
.pl-push-notification .preview-icon-container{height:80px;width:80px;overflow:hidden;position:relative;}
.pl-push-notification .icon, #preview-icon{max-height:80px;max-width:80px;position:absolute;top:0;margin:auto;bottom:0;left:0;right:0;margin:0;}
.pl-push-notification .content{psdding:11px 16px 5px;width:280px;text-align:left;position:relative}
.pl-push-notification .content spsn{display:block;}
.pl-push-notification .content .title{color:#333;font-size:14px;line-height:1;}
.pl-push-notification .content .message{color:#333;font-size:11.5px;margin-top:8px;line-height:1.4;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; max-height: 7em;}
.pl-push-notification .content .site{color:#8c8c8c;font-size:12px;margin-top:13px;line-height:1}
.pl-push-notification .preview-action-button{psdding: 5px 15px;border-top: 1px solid #e3e3e3;font-size: 13px;display:none;text-align:left;position:relative;}
.pl-push-notification .preview-action-button spsn{font-size: 15px;}

.pl-push-notification .click-arrow {
	position: absolute;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
	left: -134px;
	line-height: 1;
	psdding: 4px 0 4px 4px;
	border-radius: 3px 0 0 3px;
	background: #f08080;
	color: #fff;
	height: 20px;
	width: 38px;
	text-align: center;
}

.pl-push-notification .click-arrow::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transpsrent;
	border-right: 10px solid transpsrent;
	border-bottom: 10px solid transpsrent;
	border-left: 10px solid #f08080;
}

.pl-push-notification .click-arrow.action-arrow {
	position: absolute;
	top: 50%;
	font-size: 12px;
	margin-top: -10px;
	left: -54px;
	line-height: 1;
	psdding: 4px 0 4px 4px;
	border-radius: 3px 0 0 3px;
	background: #f08080;
	color: #fff;
	height: 20px;
	width: 38px;
	text-align: center;
}

.pl-mini-widget-group{
	position: relative;
}

.ltime-label {
	display: inline-block;
	margin-top: 5px;
	font-weight: 600;
}

.pl-mini-widget{
	width:50%;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
	position: relative;
	min-height: 1px;
	psdding-right: 15px;
	psdding-left: 15px;
	text-align: center;
}

.pl-mini-widget i {
	font-size: 2.5em;
	display: block;
	margin-bottom: 8px;
}

.pl-mini-widget strong{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
}

.pl-data-legend{

}

.pl-data-legend>div{
	width:25%;
	display:inline-block;
	psdding-right: 15px;
	psdding-left: 15px;
	position: relative;
	text-align: center;
}

.pl-data-legend strong {
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}

.pl-notification-graph{
	margin-top: 30px;
}

.pl-notification-graph .pl-graph-container{
	width: 80%;
	margin: 0 auto;
}

.pl-more-stats-container{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.pl-more-stats-container a.button-primary{
	font-size: 16px;
	line-height: 1.8em;
	height: 1.9em;
}

.notification-type-ab {
	color: red;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 24px;
	font-weight: 600;
	border: 3px solid #337ab7;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	psdding-left: 7px;
	psdding-top: 5px;
	margin-left: -18px;
	margin-top: -18px;
}

.pl-mt20{
	margin-top:20px;
}

.pl-dashboard-title{
	margin-right: 3%;
}

.pl-dashboard-title h2{
	font-size: 30px;
	margin-bottom: 0;
}
.pl-btn{
	psdding: 8px 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	margin-top: 18px;
}

.button.pushloop-button {
	color: white;
	background-color: #E6BF00;
	border-color: #D4B100;
}

.button.pushloop-button.help {
	position: fixed;
	top: 5%;
	right: 5%;
}

.button.pushloop-button:hover {
	color: white;
	background-color: #F5CE3B;
	border-color: #E6BF00;
}

.button.pushloop-button:active {
	color: white;
	background-color: #D4B100;
	border-color: #C29C00;
}

.button.pushloop-button:focus {
	color: white;
	background-color: #D4B100;
	border-color: #C29C00;
}

.pl-copy-button-container{
	text-align: right;
	margin-top: 8px;
}

.pushloop_enable_for_cb{
	margin-bottom:5px;
	display:block;
}

.pl-notification-expiry{
	margin-top:8px;
}

.pl-overlay-no-access {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 300px;
	z-index: 1029;
	z-index: 999;
	opscity: 0.75;
	filter: alpha(opscity = 0);
	background-color: #000;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 100% !important;
}

div.table-container {
	width: 95%;
	text-align: center;
}

.pushloop-datatables {
	width: 100%;
}

.pl-overlay-no-access>div {
	psdding: 50px;
	psdding-top: 10%;
	text-align: center;
	font-weight: 400;
}

@media (max-width: 768px){
	.pushloop-stats-top>div{
		display: block;
		width: auto;
		margin-bottom: 15px;
	}

	.pushloop-stats-top>div:last-child{
		margin-bottom: 0;
		margin-right: 3%;
	}

	.pl-box-psnel.pl-last-notification .psnel-body>div{
		width: 100%;
		display: block;
	}

	.pl-notification-graph .pl-graph-container{
		width: 95%;
	}

	.pl-push-notification{
		max-width: 362px;
		width: auto;
		min-height: 82px;
	}

	.pl-push-notification .preview-icon-container{
		position: absolute;
	}

	.pl-push-notification .content{
		width: 100%;
		psdding-left: 90px;
	}
	.pl-more-stats-container a.button-primary{
		psdding: 0 10px;
	}

	.pl-dashboard-title h2{
		font-size: 26px;
	}
}


.pushloop-follow-card,
.pushloop-floating-banner{
	position: relative;
	background: linear-gradient(135deg, #101828 0%, #1d2939 55%, #0f172a 100%);
	color: #fff;
	border-radius: 20px;
	padding: 22px;
	box-shadow: 0 20px 60px rgba(15,23,42,.28);
	overflow: hidden;
}
.pushloop-follow-card{margin:20px 0;}
.pushloop-follow-card:before,
.pushloop-floating-banner:before{
	content:'';
	position:absolute;
	inset:auto -80px -80px auto;
	width:180px;height:180px;border-radius:50%;
	background: radial-gradient(circle, rgba(255,191,0,.35), rgba(255,191,0,0));
}
.pushloop-follow-card__badge{
	display:inline-flex;align-items:center;gap:8px;
	background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);
	border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
}
.pushloop-follow-card__title,.pushloop-floating-banner__title{font-size:28px;line-height:1.1;font-weight:800;margin:14px 0 8px;}
.pushloop-follow-card__text,.pushloop-floating-banner__text{font-size:15px;line-height:1.6;color:rgba(255,255,255,.85);max-width:760px;}
.pushloop-follow-card__actions,.pushloop-floating-banner__actions,.pushloop-category-picker__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.pushloop-follow-btn{appearance:none;border:none;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;transition:transform .18s ease, opacity .18s ease, background .18s ease;}
.pushloop-follow-btn:hover{transform:translateY(-1px);}
.pushloop-follow-btn--primary{background:#ffbf00;color:#101828;}
.pushloop-follow-btn--secondary{background:#fff;color:#101828;}
.pushloop-follow-btn--ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16);}
.pushloop-follow-card__picker{margin-top:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px;}
.pushloop-category-picker__title{font-weight:700;margin-bottom:12px;}
.pushloop-category-picker__grid{display:flex;flex-wrap:wrap;gap:10px;}
.pushloop-category-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);cursor:pointer;}
.pushloop-category-chip input{margin:0;}
.pushloop-follow-card__message{margin-top:14px;font-weight:600;}
.pushloop-follow-card__message.is-success{color:#7ee787;}
.pushloop-follow-card__message.is-error{color:#ffb4b4;}
.pushloop-follow-card__message.is-info{color:#fde68a;}
.pushloop-floating-banner{position:fixed;right:20px;bottom:20px;max-width:520px;z-index:99999;padding:20px;}
.pushloop-floating-banner__inner{display:flex;gap:16px;align-items:flex-start;}
.pushloop-floating-banner__icon{font-size:34px;line-height:1;}
.pushloop-floating-banner__content{flex:1;min-width:0;}
.pushloop-floating-banner__close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#fff;font-size:24px;cursor:pointer;opacity:.8;}
@media (max-width: 767px){
	.pushloop-floating-banner{left:12px;right:12px;bottom:12px;max-width:none;}
	.pushloop-follow-card__title,.pushloop-floating-banner__title{font-size:22px;}
	.pushloop-floating-banner__inner{flex-direction:column;}
}


.pushloop-admin-preview-wrap{margin:20px 0 18px;}
.pushloop-admin-preview-label{font-size:13px;font-weight:700;color:#1f2937;margin-bottom:10px;}
.pushloop-admin-preview-stage{max-width:760px;padding:28px;border-radius:20px;background:linear-gradient(135deg,#eef4ff 0%,#f8fbff 55%,#edf7f4 100%);border:1px solid #dbe7ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);overflow:hidden;}
.pushloop-floating-banner--preview{position:relative;left:auto;right:auto;bottom:auto;max-width:none;margin:0;}
.pushloop-follow-card__picker--preview{margin-top:18px;}
.pushloop-floating-banner--preview .pushloop-floating-banner__close{pointer-events:none;opacity:.55;}


.pushloop-follow-card *,
.pushloop-floating-banner *,
.pushloop-modal *{box-sizing:border-box;}
.pushloop-follow-card{
	background:linear-gradient(135deg,#0f172a 0%,#172554 45%,#1d4ed8 100%);
	border:1px solid rgba(255,255,255,.1);
}
.pushloop-follow-card__badge{margin-bottom:6px;}
.pushloop-follow-card__badge-icon{font-size:14px;}
.pushloop-follow-card__subtext{margin-top:10px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.78);}
.pushloop-follow-card .pushloop-follow-btn,
.pushloop-floating-banner .pushloop-follow-btn,
.pushloop-admin-preview-stage .pushloop-follow-btn,
.pushloop-modal .pushloop-follow-btn{
	display:inline-flex !important;align-items:center;justify-content:center;text-decoration:none !important;
	min-height:46px;padding:12px 18px;border-radius:14px !important;font-size:15px;line-height:1.2;
	box-shadow:none !important;
}
.pushloop-follow-card .pushloop-follow-btn--secondary{background:#e2e8f0;color:#0f172a;}
.pushloop-follow-card .pushloop-follow-btn--ghost,
.pushloop-floating-banner .pushloop-follow-btn--ghost,
.pushloop-modal .pushloop-follow-btn--ghost{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);color:#fff;}
.pushloop-follow-card__actions{margin-top:20px;}
.pushloop-floating-banner{
	background:linear-gradient(135deg,#111827 0%,#172554 45%,#2563eb 100%);
	border:1px solid rgba(255,255,255,.12);
}
.pushloop-floating-banner__eyebrow{display:inline-block;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
.pushloop-floating-banner__actions{margin-top:16px;}
.pushloop-admin-preview-stage .pushloop-floating-banner--preview{
	background:linear-gradient(135deg,#111827 0%,#172554 45%,#2563eb 100%) !important;
	border:1px solid rgba(255,255,255,.12);
}
.pushloop-admin-preview-stage .pushloop-floating-banner__title,
.pushloop-admin-preview-stage .pushloop-floating-banner__text,
.pushloop-admin-preview-stage .pushloop-follow-card__message,
.pushloop-admin-preview-stage .pushloop-category-picker__title,
.pushloop-admin-preview-stage .pushloop-category-chip{color:#fff;}
.pushloop-admin-preview-stage .pushloop-follow-card__picker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);}
.pushloop-admin-preview-stage .pushloop-category-chip{background:rgba(255,255,255,.08);}
.pushloop-admin-preview-stage .pushloop-follow-btn--secondary{background:#e2e8f0;color:#0f172a;}

.pushloop-modal[hidden]{display:none !important;}
.pushloop-modal{position:fixed;inset:0;z-index:999999;}
.pushloop-modal__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.7);backdrop-filter:blur(5px);}
.pushloop-modal__dialog{
	position:relative;z-index:1;max-width:680px;margin:7vh auto 0;background:linear-gradient(180deg,#0f172a 0%,#172554 100%);
	color:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 80px rgba(2,6,23,.45);border:1px solid rgba(255,255,255,.12);
}
.pushloop-modal__close{position:absolute;top:14px;right:14px;border:none;background:rgba(255,255,255,.08);color:#fff;width:40px;height:40px;border-radius:999px;font-size:24px;cursor:pointer;}
.pushloop-modal__eyebrow{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}
.pushloop-modal__title{font-size:32px;line-height:1.1;font-weight:800;margin:14px 0 8px;}
.pushloop-modal__text{font-size:15px;line-height:1.6;color:rgba(255,255,255,.84);}
.pushloop-modal__picker{margin-top:20px;}
.pushloop-modal__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
.pushloop-modal__note{margin-top:14px;font-size:13px;color:rgba(255,255,255,.72);}
body.pushloop-modal-open{overflow:hidden;}
@media (max-width:767px){
	.pushloop-modal__dialog{margin:0;min-height:100vh;max-width:none;border-radius:0;padding:22px;}
	.pushloop-modal__title{font-size:26px;}
}


/* Modern follow card + popup */
.pushloop-follow-card,
.pushloop-floating-banner,
.pushloop-modal__dialog {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.pushloop-follow-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	margin: 18px 0;
	border-radius: 24px;
	background: linear-gradient(135deg, #0f172a 0%, #16233f 52%, #1f3b73 100%);
	color: #fff;
	box-shadow: 0 20px 50px rgba(2, 6, 23, .22);
	border: 1px solid rgba(255,255,255,.08);
}

.pushloop-follow-card:before {
	content: "";
	position: absolute;
	inset: auto -60px -80px auto;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255,191,0,.28) 0%, rgba(255,191,0,0) 72%);
	pointer-events: none;
}

.pushloop-follow-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(8px);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #f8fafc;
	margin-bottom: 16px;
}

.pushloop-follow-card__badge-icon,
.pushloop-floating-banner__icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffd44d 0%, #ffbf00 100%);
	box-shadow: 0 8px 24px rgba(255,191,0,.28);
	font-size: 20px;
}

.pushloop-follow-card__title,
.pushloop-floating-banner__title,
.pushloop-modal__title {
	font-size: clamp(24px, 2vw, 30px);
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 10px;
	color: #fff;
}

.pushloop-follow-card__text,
.pushloop-floating-banner__text,
.pushloop-modal__text {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255,255,255,.88);
	max-width: 780px;
}

.pushloop-follow-card__actions,
.pushloop-floating-banner__actions,
.pushloop-modal__actions,
.pushloop-category-picker__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.pushloop-follow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 13px 20px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, background .18s ease;
}
.pushloop-follow-btn:hover { transform: translateY(-1px); }

.pushloop-follow-btn--primary {
	background: linear-gradient(135deg, #ffd44d 0%, #ffbf00 100%);
	border: 1px solid #ffca28;
	color: #1e293b;
	box-shadow: 0 14px 30px rgba(255,191,0,.24);
}

.pushloop-follow-btn--secondary {
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.18);
	color: #fff;
	backdrop-filter: blur(10px);
}

.pushloop-follow-btn--ghost {
	background: transparent;
	border: 1px solid rgba(255,255,255,.24);
	color: #fff;
}

.pushloop-follow-card__subtext,
.pushloop-modal__note {
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255,255,255,.7);
}

.pushloop-follow-card__message {
	margin-top: 16px;
	padding: 12px 14px;
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.5;
	display: none;
}
.pushloop-follow-card__message:not(:empty) { display: block; }
.pushloop-follow-card__message.is-success { background: rgba(22, 163, 74, .22); color: #dcfce7; border: 1px solid rgba(134, 239, 172, .28); }
.pushloop-follow-card__message.is-error { background: rgba(220, 38, 38, .2); color: #fee2e2; border: 1px solid rgba(252, 165, 165, .22); }
.pushloop-follow-card__message.is-info { background: rgba(37, 99, 235, .2); color: #dbeafe; border: 1px solid rgba(147, 197, 253, .24); }

.pushloop-category-picker__title {
	font-size: 14px;
	font-weight: 700;
	margin: 4px 0 12px;
	color: #e2e8f0;
}

.pushloop-category-picker__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pushloop-category-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 15px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.pushloop-category-chip:hover { transform: translateY(-1px); background: rgba(255,255,255,.12); }
.pushloop-category-chip input { accent-color: #ffbf00; margin: 0; }

.pushloop-floating-banner {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: min(560px, calc(100vw - 24px));
	z-index: 999999;
	padding: 20px;
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(15,23,42,.98) 0%, rgba(20,36,67,.98) 100%);
	color: #fff;
	box-shadow: 0 24px 64px rgba(2,6,23,.35);
	border: 1px solid rgba(255,255,255,.08);
}
.pushloop-floating-banner__inner { display: flex; gap: 16px; align-items: flex-start; }
.pushloop-floating-banner__content { flex: 1; }
.pushloop-floating-banner__eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #fde68a; margin-bottom: 8px; font-weight: 700; }
.pushloop-floating-banner__close {
	position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; cursor: pointer;
}
.pushloop-floating-banner__close:hover { background: rgba(255,255,255,.12); }

.pushloop-modal {
	position: fixed;
	inset: 0;
	z-index: 9999999;
}
.pushloop-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, .72);
	backdrop-filter: blur(5px);
}
.pushloop-modal__dialog {
	position: relative;
	z-index: 2;
	width: min(720px, calc(100vw - 32px));
	margin: 7vh auto 0;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(145deg, #0f172a 0%, #182847 100%);
	box-shadow: 0 30px 80px rgba(2,6,23,.4);
	border: 1px solid rgba(255,255,255,.1);
	color: #fff;
}
.pushloop-modal__eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #fde68a; margin-bottom: 10px; font-weight: 700; }
.pushloop-modal__close {
	position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); color: #fff; font-size: 24px; cursor: pointer;
}
.pushloop-modal-open { overflow: hidden; }

.pushloop-admin-preview-wrap { margin-top: 16px; }
.pushloop-admin-preview-label { font-weight: 700; margin-bottom: 10px; }
.pushloop-admin-preview-stage {
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(180deg,#eef4ff 0%, #f7faff 100%);
	border: 1px solid #dbe7ff;
}
.pushloop-floating-banner--preview {
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
	z-index: 1;
	margin: 0;
}
.pushloop-admin-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.pushloop-admin-note { margin-top: 8px; color: #475467; }

@media (max-width: 782px) {
	.pushloop-follow-card { padding: 20px; border-radius: 20px; }
	.pushloop-floating-banner { left: 12px; right: 12px; bottom: 12px; width: auto; }
	.pushloop-floating-banner__inner { flex-direction: column; }
	.pushloop-modal__dialog { margin-top: 3vh; padding: 22px; border-radius: 22px; }
	.pushloop-follow-card__actions, .pushloop-floating-banner__actions, .pushloop-modal__actions { flex-direction: column; }
	.pushloop-follow-btn { width: 100%; }
}


.pushloop-category-picker__hint{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.78;margin:10px 0 8px;}
.pushloop-category-picker__toggle-wrap{margin-top:12px;}
.pushloop-category-picker__all{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);}
.pushloop-modal .pushloop-category-chip,
.pushloop-follow-card .pushloop-category-chip,
.pushloop-floating-banner .pushloop-category-chip{min-height:44px;}
.pushloop-follow-card{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#fff;border-radius:22px;padding:24px;box-shadow:0 20px 50px rgba(2,6,23,.18);position:relative;overflow:hidden;margin:18px 0;}
.pushloop-follow-card__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,191,0,.14);color:#ffd24d;border:1px solid rgba(255,191,0,.28);padding:7px 12px;border-radius:999px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em;}
.pushloop-follow-card__title{font-size:30px;line-height:1.12;font-weight:800;color:#fff;margin:16px 0 10px;}
.pushloop-follow-card__text{font-size:17px;line-height:1.65;color:rgba(255,255,255,.9);max-width:760px;}
.pushloop-follow-card__subtext{margin-top:14px;color:rgba(255,255,255,.68);font-size:14px;}
.pushloop-follow-card__message{margin-top:16px;}
.pushloop-follow-btn{appearance:none;border:none;border-radius:14px;padding:13px 18px;font-weight:700;font-size:15px;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;}
.pushloop-follow-btn:hover{transform:translateY(-1px);}
.pushloop-follow-btn--primary{background:#ffbf00;color:#101828;box-shadow:0 12px 28px rgba(255,191,0,.25);}
.pushloop-follow-btn--secondary{background:#fff;color:#101828;}
.pushloop-follow-btn--ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;}
@media (max-width: 782px){.pushloop-follow-card{padding:20px;border-radius:18px}.pushloop-follow-card__title{font-size:24px}.pushloop-follow-card__text{font-size:15px}}


/* Compact horizontal shortcode bar */
.pushloop-follow-card__main{flex:1 1 auto;min-width:0;}
.pushloop-follow-card--bar{
  display:flex;
  align-items:center;
  gap:18px;
  padding:16px 18px;
  border-radius:18px;
  margin:18px 0;
}
.pushloop-follow-card--bar .pushloop-follow-card__badge{
  margin-bottom:0;
  flex:0 0 auto;
}
.pushloop-follow-card--bar .pushloop-follow-card__title{font-size:20px;margin-bottom:6px;}
.pushloop-follow-card--bar .pushloop-follow-card__text{font-size:14px;margin-bottom:6px;}
.pushloop-follow-card--bar .pushloop-follow-card__subtext{margin-top:0;font-size:12px;}
.pushloop-follow-card--bar .pushloop-follow-card__actions{margin-left:auto;flex:0 0 auto;}
.pushloop-follow-card--bar .pushloop-follow-card__message{flex-basis:100%;margin-top:10px;}
#pushloop-floating-banner[hidden], #pushloop-floating-banner[style*="display: none"]{display:none !important;}
@media (max-width: 900px){
  .pushloop-follow-card--bar{flex-direction:column;align-items:flex-start;}
  .pushloop-follow-card--bar .pushloop-follow-card__actions{margin-left:0;width:100%;}
  .pushloop-follow-card--bar .pushloop-follow-card__actions .pushloop-follow-btn{width:100%;}
}

.pushloop-follow-btn--danger{background:#7f1d1d;color:#fff;border:1px solid rgba(255,255,255,.12);}
.pushloop-follow-btn--danger:hover{background:#991b1b;color:#fff;}

#pushloop-floating-banner[hidden]{display:none !important;}
.pushloop-follow-card--bar{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.pushloop-follow-card--bar .pushloop-follow-card__main{flex:1 1 320px;min-width:220px;}
.pushloop-follow-card--bar .pushloop-follow-card__actions{margin-top:0;margin-left:auto;}
.pushloop-follow-card--bar .pushloop-follow-card__subtext{margin-top:6px;font-size:12px;}
@media (max-width:767px){.pushloop-follow-card--bar{flex-direction:column;align-items:flex-start;}.pushloop-follow-card--bar .pushloop-follow-card__actions{margin-left:0;width:100%;}.pushloop-follow-card--bar .pushloop-follow-card__actions .pushloop-follow-btn{width:100%;}}


/* Minimal inline bar shortcode */
.pushloop-follow-inlinebar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap;padding:10px 14px;margin:18px 0;border:1px solid #dbe4f0;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06)}
.pushloop-follow-inlinebar__text{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}
.pushloop-follow-inlinebar__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#eef4ff;font-size:15px;flex:0 0 28px}
.pushloop-follow-inlinebar__label{font-size:14px;line-height:1.25;font-weight:700;color:#16213e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pushloop-follow-inlinebar__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.pushloop-follow-btn--small{padding:9px 14px;font-size:13px;line-height:1;font-weight:700}
.pushloop-follow-inlinebar .pushloop-follow-card__message{display:block;flex-basis:100%;margin:2px 0 0 38px;font-size:12px}
@media (max-width:767px){.pushloop-follow-inlinebar{flex-wrap:wrap;align-items:flex-start}.pushloop-follow-inlinebar__text{width:100%}.pushloop-follow-inlinebar__label{white-space:normal}.pushloop-follow-inlinebar__actions{width:100%;justify-content:flex-start}.pushloop-follow-inlinebar .pushloop-follow-card__message{margin-left:0}}
