.email-library-page{
  background:
    radial-gradient(circle at top right, rgba(13,110,253,.06), transparent 32%),
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 22%, #f8fbff 100%);
  color:#0f172a;
}
.email-library-page a{transition:all .2s ease}
.email-library-page .hero-box{
  background:linear-gradient(135deg,#0f172a 0%,#12397f 45%,#0d6efd 100%);
  border-radius:24px;
  padding:38px 32px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 70px rgba(13,39,80,.22);
}
.email-library-page .hero-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
  pointer-events:none;
}
.email-library-page .hero-box::after{
  content:"";
  position:absolute;
  inset:auto -70px -70px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  filter:blur(4px);
}
.email-library-page .hero-kicker{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.76);
  margin-bottom:14px;
  display:block;
  font-weight:700;
}
.email-library-page .hero-title{
  color:#fff;
  font-size:clamp(29px,4.8vw,50px);
  line-height:1.05;
  margin-bottom:16px;
  max-width:14ch;
  text-wrap:balance;
}
.email-library-page .hero-text{
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.6;
  max-width:52rem;
}
.email-library-page .glass-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:22px 24px;
  backdrop-filter:blur(8px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.email-library-page .glass-card,
.email-library-page .glass-card p,
.email-library-page .glass-card li,
.email-library-page .glass-card h5,
.email-library-page .glass-card .check-list,
.email-library-page .glass-card .check-list li{
  color:#fff !important;
}
.email-library-page .glass-card h5{font-weight:700}
.email-library-page .check-list{list-style:none;padding-left:0;margin:0}
.email-library-page .check-list li{position:relative;padding:0 0 0 24px;margin:0 0 10px 0;border:0}
.email-library-page .check-list li:last-child{margin-bottom:0}
.email-library-page .check-list li::before{
  content:"✓";
  font-family:inherit;
  font-weight:800;
  position:absolute;
  left:0;
  top:1px;
  color:#bfdbfe;
}
.email-library-page .email-card,
.email-library-page .lex-card,
.email-library-page .content-card,
.email-library-page .sidebar-card,
.email-library-page .search-panel,
.email-library-page .service-cta,
.email-library-page .compact-section{
  border-radius:18px;
  border:1px solid #e7eef8;
  box-shadow:0 16px 46px rgba(15,23,42,.06);
  background:#fff;
}
.email-library-page .lex-card,
.email-library-page .content-card,
.email-library-page .sidebar-card{overflow:hidden}
.email-library-page .lex-card:hover,
.email-library-page .sidebar-card:hover,
.email-library-page .compact-section:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 52px rgba(15,23,42,.09);
}
.email-library-page .lex-card .card-body,
.email-library-page .content-card .card-body,
.email-library-page .sidebar-card .card-body{padding:28px}
.email-library-page .term-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#eff6ff;
  color:#0d6efd;
  font-weight:700;
  font-size:14px;
  margin:0 8px 8px 0;
  border:1px solid #dbeafe;
}
.email-library-page .term-chip-success{background:#ecfdf5;color:#198754;border-color:#c7f3d8}
.email-library-page .mini-muted{color:#64748b}
.email-library-page .breadcrumb{background:transparent;padding:0;margin-bottom:16px}
.email-library-page .breadcrumb-item,
.email-library-page .breadcrumb-item a{color:rgba(255,255,255,.86)}
.email-library-page .breadcrumb-item a:hover{color:#fff;text-decoration:underline}
.email-library-page .breadcrumb-item.active{color:#fff}
.email-library-page .search-panel{padding:22px}
.email-library-page .search-input{
  width:100%;
  border:1px solid #cbd5e1;
  border-radius:14px;
  padding:14px 16px;
  font-size:16px;
  box-shadow:0 1px 2px rgba(15,23,42,.03) inset;
}
.email-library-page .search-input:focus{
  outline:0;
  border-color:#0d6efd;
  box-shadow:0 0 0 4px rgba(13,110,253,.12);
}
.email-library-page .search-help{font-size:14px;color:#64748b;margin-top:10px}
.email-library-page .service-cta{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);padding:28px}
.email-library-page .list-clean{list-style:none;padding-left:0;margin-bottom:0}
.email-library-page .list-clean li{padding:10px 0;border-bottom:1px solid #eef2f7}
.email-library-page .list-clean li:last-child{border-bottom:0}
.email-library-page .model-card-link{display:block;text-decoration:none;color:#0f172a}
.email-library-page .model-card-link:hover{color:#0d6efd}
.email-library-page .soft-tag{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbeafe;
  color:#1e3a8a;
  font-size:13px;
  font-weight:700;
  margin:0 8px 8px 0;
}
.email-library-page .soft-tag-success{border-color:#bbf7d0;color:#166534;background:#f0fdf4}
.email-library-page .email-pre{
  white-space:pre-wrap;
  background:linear-gradient(180deg,#f8fbff 0%,#f8fafc 100%);
  border:1px solid #dbe8fb;
  border-radius:18px;
  padding:22px;
  font-size:15px;
  line-height:1.72;
  color:#0f172a;
  overflow:auto;
}
.email-library-page .object-box{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:14px;
  padding:16px 18px;
  color:#0f172a;
  box-shadow:0 8px 24px rgba(13,110,253,.05);
}
.email-library-page .object-box code{color:#0b3a82;font-weight:700}
.email-library-page .return-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:linear-gradient(135deg,#eff6ff 0%,#f8fbff 100%);
  border:1px solid #bfdbfe;
  border-radius:20px;
  padding:22px 24px;
  margin-bottom:24px;
  box-shadow:0 16px 40px rgba(13,110,253,.08);
}
.email-library-page .return-box .return-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:4px}
.email-library-page .return-box .return-text{color:#475569;margin-bottom:0}
.email-library-page .return-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#155eef 0%,#0d6efd 100%);
  color:#fff;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 10px 28px rgba(13,110,253,.28);
}
.email-library-page .return-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 14px 32px rgba(13,110,253,.34)}
.email-library-page .summary-link{display:block;padding:12px 0;border-bottom:1px solid #eef2f7;text-decoration:none}
.email-library-page .summary-link:last-child{border-bottom:0}
.email-library-page .summary-link small{display:block;color:#64748b}
.email-library-page .summary-link strong{color:#0f172a}
.email-library-page .summary-link:hover strong{color:#0d6efd}
.email-library-page .result-empty{display:none;border:1px dashed #cbd5e1;border-radius:16px;padding:20px;color:#64748b;background:#fff}
.email-library-page .sticky-col{position:sticky;top:24px}
.email-library-page .about-banner-wrap.banner-space{padding-top:36px!important;padding-bottom:26px!important}
.email-library-page .feature-icon-wrapper.section-space--pt_100{padding-top:44px!important}
.email-library-page .feature-icon-wrapper.section-space--pb_70,
.email-library-page .contact-us-section-wrappaer.section-space--pb_70,
.email-library-page .contact-us-info-wrappaer.section-space--pb_70{padding-bottom:44px!important}
.email-library-page .contact-us-info-wrappaer.section-space--pb_100,
.email-library-page .feature-icon-wrapper.section-space--pb_100{padding-bottom:56px!important}
.email-library-page .section-space--mb_40{margin-bottom:24px!important}
.email-library-page .section-sub-title.mb-20{margin-bottom:10px!important}
.email-library-page .compact-section{padding:22px 24px}
.email-library-page .compact-section p:last-child{margin-bottom:0}
.email-library-page .popular-links{display:flex;flex-wrap:wrap;gap:10px}
.email-library-page .popular-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#0f172a;
  font-weight:700;
  text-decoration:none;
}
.email-library-page .popular-links a:hover{color:#0d6efd;border-color:#bfdbfe;background:#eff6ff}
@media (max-width: 991.98px){
  .email-library-page .sticky-col{position:static}
  .email-library-page .hero-title{max-width:none}
  .email-library-page .about-banner-wrap.banner-space{padding-top:24px!important;padding-bottom:18px!important}
}
@media (max-width: 767.98px){
  .email-library-page .return-box{flex-direction:column;align-items:flex-start}
  .email-library-page .return-btn{width:100%;justify-content:center}
  .email-library-page .hero-box{padding:28px 22px}
  .email-library-page .feature-icon-wrapper.section-space--pt_100{padding-top:32px!important}
  .email-library-page .feature-icon-wrapper.section-space--pb_70,
  .email-library-page .contact-us-section-wrappaer.section-space--pb_70,
  .email-library-page .contact-us-info-wrappaer.section-space--pb_70{padding-bottom:32px!important}
  .email-library-page .contact-us-info-wrappaer.section-space--pb_100,
  .email-library-page .feature-icon-wrapper.section-space--pb_100{padding-bottom:40px!important}
}


.email-library-page .lex-card .card-body{padding:24px}
.email-library-page .sidebar-card{position:relative}
.email-library-page .sidebar-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0d6efd,#60a5fa);opacity:.9}
.email-library-page .theme-admin .sidebar-card::before{background:linear-gradient(180deg,#198754,#6ee7b7)}
.email-library-page .insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
.email-library-page .insight-card{border-radius:18px;border:1px solid #e7eef8;background:#fff;box-shadow:0 16px 46px rgba(15,23,42,.06);padding:22px 24px;height:100%}
.email-library-page .insight-card h2,.email-library-page .insight-card h3{font-size:1.18rem;margin-bottom:12px;color:#0f172a}
.email-library-page .insight-card p:last-child,.email-library-page .insight-card ul:last-child{margin-bottom:0}
.email-library-page .insight-card ul{padding-left:18px;margin-bottom:0}
.email-library-page .insight-card li+li{margin-top:8px}
.email-library-page .cta-pills{display:flex;flex-wrap:wrap;gap:10px}
.email-library-page .cta-pills a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#0f172a;font-weight:700;text-decoration:none}
.email-library-page .cta-pills a:hover{background:#dbeafe;color:#0d6efd}
.email-library-page .theme-admin .cta-pills a{background:#ecfdf5;border-color:#bbf7d0}
.email-library-page .theme-admin .cta-pills a:hover{background:#d1fae5;color:#198754}
.email-library-page .meta-strip{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 18px 0}
.email-library-page .meta-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#0f172a;font-size:13px;font-weight:700}
.email-library-page .theme-admin .meta-chip{border-color:#bbf7d0}
.email-library-page .section-note{border-left:4px solid #0d6efd;background:#eff6ff;border-radius:14px;padding:16px 18px;color:#1e3a8a;margin-top:18px}
.email-library-page .theme-admin .section-note{border-left-color:#198754;background:#ecfdf5;color:#166534}
.email-library-page .root-highlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0 26px}
.email-library-page .root-highlight .highlight-card{background:#fff;border:1px solid #e7eef8;border-radius:18px;padding:20px 22px;box-shadow:0 16px 46px rgba(15,23,42,.06)}
.email-library-page .root-highlight .highlight-card i{font-size:20px;margin-bottom:12px;color:#0d6efd}
.email-library-page .theme-admin .root-highlight .highlight-card i{color:#198754}
.email-library-page .root-highlight .highlight-card h3{font-size:1.02rem;margin-bottom:8px}
.email-library-page .root-highlight .highlight-card p{margin:0;color:#64748b}
@media (max-width: 991.98px){.email-library-page .insight-grid,.email-library-page .root-highlight{grid-template-columns:1fr}}
