:root {
  --bs-font-sans-serif: "Roboto", Arial, sans-serif;
  --bs-body-font-family: "Roboto", Arial, sans-serif;
  --fs-bg: #eef1f6;
  --fs-shell: #ffffff;
  --fs-surface: #ffffff;
  --fs-soft: #f8fafc;
  --fs-dark: #111827;
  --fs-text: #1f2937;
  --fs-muted: #667085;
  --fs-border: #e5e7eb;
  --fs-ring: rgba(17, 24, 39, .12);
}

* { border-radius: 0 !important; }
html { scroll-behavior: smooth; font-family: "Roboto", Arial, sans-serif; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(17, 24, 39, .08), transparent 32rem),
    var(--fs-bg);
  color: var(--fs-text);
  font-family: "Roboto", Arial, sans-serif;
}
a { color: inherit; }

button,
input,
select,
textarea,
optgroup,
option {
  font-family: "Roboto", Arial, sans-serif;
}
.site-shell {
  width: min(100%, 1100px);
  margin-inline: auto;
  background: var(--fs-shell);
  box-shadow: 0 24px 80px rgba(17, 24, 39, .14);
}
.site-container {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 34px);
}
.site-header, .site-footer { background: var(--fs-dark); color: #fff; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.78); font-weight: 600; }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; }
.logo-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--fs-dark);
  font-weight: 800;
  font-size: 1.25rem;
}
.brand-title { font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; color: #bec0c4; }

.hero-card {
  margin-top: 28px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--fs-border);
  background:
    linear-gradient(135deg, rgba(248,250,252,.95), rgba(255,255,255,.98)),
    var(--fs-surface);
}
.display-title {
  max-width: 680px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 850;
  color: var(--fs-dark);
}
.display-title span { display: block; color: #4b5563; }
.lead-copy { max-width: 640px; margin: 0; color: var(--fs-muted); font-size: 1.05rem; line-height: 1.7; }
.card-clean {
  border: 1px solid var(--fs-border);
  background: var(--fs-surface);
  box-shadow: 0 14px 36px rgba(17, 24, 39, .07);
}
.generator-form { padding: 22px; }
.generator-form .form-label { color: var(--fs-dark); font-weight: 750; }
.generator-form .input-group-text {
  border-color: var(--fs-border);
  background: var(--fs-soft);
  color: var(--fs-dark);
}
.generator-form .form-control {
  border-color: var(--fs-border);
  min-height: 56px;
  box-shadow: none;
}
.generator-form .form-control:focus {
  border-color: #9ca3af;
  box-shadow: 0 0 0 .25rem var(--fs-ring);
}

.results-section { padding-block: 30px 8px; }
.section-head { margin-bottom: 16px; }
.section-head h2, .content-card h2, .content-card h3 { font-weight: 800; letter-spacing: -.03em; color: var(--fs-dark); }

.nick-card {
  height: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--fs-border);
  background: var(--fs-surface);
  box-shadow: 0 10px 28px rgba(17, 24, 39, .055);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.nick-card:hover {
  transform: translateY(-1px);
  border-color: #d1d5db;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .09);
}
.nick-number {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fs-border);
  background: var(--fs-soft);
  color: var(--fs-muted);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
}
.nick {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  font-size: 1.08rem;
  line-height: 1.45;
}
.copy {
  border: 1px solid var(--fs-dark);
  padding: 8px 14px;
  background: var(--fs-dark);
  color: #fff;
  font-weight: 700;
  flex: 0 0 auto;
}
.copy:hover { opacity: .88; }
.content-section { padding-top: 30px; }
.content-card { padding: clamp(22px, 4vw, 34px); }
.content-card p, .content-card li { color: #4b5563; line-height: 1.78; }
.content-card ul, .content-card ol { padding-left: 1.25rem; }
.content-card li + li { margin-top: .55rem; }
.step-list strong { color: var(--fs-dark); }
.accordion-item { border-color: var(--fs-border); }
.accordion-button { font-weight: 700; color: var(--fs-dark); background: #fff; }
.accordion-button:focus { box-shadow: 0 0 0 .25rem var(--fs-ring); }
.accordion-button:not(.collapsed) { color: var(--fs-dark); background: var(--fs-soft); box-shadow: inset 0 -1px 0 var(--fs-border); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 12px;
}
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; font-weight: 600; }
.footer-links a:hover, .footer-links a:focus { color: #fff; text-decoration: underline; }

.breadcrumb-strip {
  border-bottom: 1px solid var(--fs-border);
  background: var(--fs-soft);
}
.breadcrumb-strip .breadcrumb {
  margin: 0;
  padding: 12px 0;
  font-size: .92rem;
}
.breadcrumb-strip .breadcrumb-item a {
  color: var(--fs-dark);
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb-strip .breadcrumb-item a:hover,
.breadcrumb-strip .breadcrumb-item a:focus {
  text-decoration: underline;
}
.breadcrumb-strip .breadcrumb-item.active { color: var(--fs-muted); }

.page-title { padding-block: 36px 10px; }
.page-title h1, .page-title h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 850; letter-spacing: -.06em; color: var(--fs-dark); margin: 0; }
.page-title p { max-width: 760px; margin: 14px 0 0; color: var(--fs-muted); line-height: 1.75; }
.legal-section { padding-block: 18px 44px; }
.legal-section .content-card h3 { margin-top: 1.4rem; font-size: 1.2rem; }
.go-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9ca3af;
  background: #d1d5db;
  color: #111827;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  z-index: 50;
}
.go-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.go-top:hover, .go-top:focus { color: #111827; background: #c4c8cf; opacity: 1; }

@media (max-width: 991.98px) {
  .site-shell { box-shadow: none; }
  .hero-card { margin-top: 18px; }
}
@media (max-width: 575.98px) {
  .site-container { padding-inline: 14px; }
  .hero-card { padding: 20px; }
  .nick-card { align-items: stretch; gap: 10px; padding: 12px; }
  .nick-number { width: 34px; min-width: 34px; height: 34px; }
  .copy { min-width: 78px; padding-inline: 10px; }
  .brand-title { font-size: 1.05rem; letter-spacing: -.03em; }
  .logo-mark { width: 36px; height: 36px; }
  .footer-links { flex-direction: column; gap: 8px; }
  .go-top { right: 14px; bottom: 14px; width: 42px; height: 42px; }
}


.install-app-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.install-app-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .82rem;
  line-height: 1;
  font-weight: 800;
}
.install-app-link.is-ready .install-app-icon {
  background: #fff;
  color: var(--fs-dark);
  border-color: #fff;
}
.install-notice {
  position: fixed;
  top: 18px;
  right: 18px;
  max-width: min(360px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid var(--fs-border);
  background: #fff;
  color: var(--fs-dark);
  box-shadow: 0 18px 42px rgba(17, 24, 39, .18);
  font-size: .94rem;
  line-height: 1.45;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  z-index: 1000;
}
.install-notice.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 575.98px) {
  .install-notice {
    top: auto;
    right: 14px;
    bottom: 68px;
    max-width: calc(100vw - 28px);
  }
}


.language-flags {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.language-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.language-flag {
  width: 34px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  padding: 2px;
  opacity: .82;
  text-decoration: none;
}
.language-flag img {
  display: block;
  width: 28px;
  height: 21px;
  object-fit: cover;
}
.language-flag:hover,
.language-flag:focus,
.language-flag.is-active {
  opacity: 1;
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.62);
}

/* PNG2PDF v8 blog, navigation and footer */
.home-nav-link {
  width: 40px;
  min-width: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.nav-home-icon { display: block; }
.navbar-nav .nav-item { flex: 0 0 auto; }

/* Homepage and blog listing: two cards per row on desktop */
.guide-grid,
.blog-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px;
  width: 100%;
}
.guide-card,
.blog-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--fs-border);
  background: #fff;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}
.guide-card-image,
.blog-card-image {
  display: block;
  width: 100%;
  background: #f8fafc;
  overflow: hidden;
  border-bottom: 1px solid var(--fs-border);
}
.guide-card-image img,
.blog-card-image img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}
.guide-card-body,
.blog-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}
.guide-card h3,
.blog-card h2 {
  margin: 0 0 10px;
  color: var(--fs-dark);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.25;
}
.guide-card h3 { font-size: 1.18rem; }
.blog-card h2 { font-size: 1.38rem; }
.guide-card h3 a,
.blog-card h2 a { text-decoration: none; }
.guide-card h3 a:hover,
.guide-card h3 a:focus,
.blog-card h2 a:hover,
.blog-card h2 a:focus { text-decoration: underline; }
.guide-card p,
.blog-card p {
  color: var(--fs-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}
.guide-read-more {
  display: inline-flex;
  gap: 7px;
  margin-top: auto;
  color: var(--fs-dark);
  font-weight: 800;
  text-decoration: none;
}
.guide-read-more:hover,
.guide-read-more:focus { text-decoration: underline; }

/* Three-column footer */
.footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, .65fr) minmax(240px, 1fr) !important;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  width: 100%;
}
.footer-column { min-width: 0; }
.footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 14px;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-logo-row img { flex: 0 0 auto; }
.footer-brand p {
  max-width: 500px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  margin-bottom: 14px;
}
.footer-copyright { font-size: .88rem; }
.footer-pages {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-pages .footer-title { margin-bottom: 5px; }
.footer-pages a {
  display: block;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-weight: 600;
}
.footer-pages a:hover,
.footer-pages a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-sponsors { min-width: 0; }
.sponsor-slot {
  min-height: 90px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  overflow: hidden;
}
.sponsor-slot ul,
.sponsor-slot ol {
  margin: 0;
  padding-left: 20px;
}

.blog-hero { padding: 8px 0 30px; max-width: 850px; }
.article-kicker { margin: 0 0 12px; color: #64748b; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.blog-hero h1, .article-header h1 { margin: 0; color: var(--fs-dark); font-weight: 850; letter-spacing: -.06em; line-height: 1.02; }
.blog-hero h1 { font-size: clamp(2.5rem, 7vw, 5rem); }
.blog-hero > p:last-child { max-width: 720px; margin: 18px 0 0; color: var(--fs-muted); font-size: 1.08rem; line-height: 1.75; }
.blog-list-section { padding: 10px 0 54px; }
.article-page { padding-bottom: 54px; }
.article-header { max-width: 900px; padding: clamp(40px, 7vw, 78px) 0 30px; }
.article-header h1 { font-size: clamp(2.35rem, 6vw, 4.85rem); }
.article-deck { max-width: 800px; margin: 20px 0 0; color: var(--fs-muted); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.72; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; color: #64748b; font-size: .9rem; font-weight: 650; }
.article-figure { margin: 0 0 34px; border: 1px solid var(--fs-border); background: #f8fafc; }
.article-figure img { display: block; width: 100%; max-width: 100%; height: auto; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: clamp(28px, 5vw, 54px); align-items: start; }
.article-content { max-width: 740px; }
.article-content p, .article-content li { color: #374151; font-size: 1.03rem; line-height: 1.86; }
.article-content p { margin: 0 0 1.25rem; }
.article-content h2 { margin: 2.25rem 0 .85rem; color: var(--fs-dark); font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 820; letter-spacing: -.035em; line-height: 1.2; }
.article-content ul, .article-content ol { padding-left: 1.35rem; margin-bottom: 1.4rem; }
.article-content li + li { margin-top: .55rem; }
.article-content a { color: #111827; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content code { color: #111827; background: #f1f5f9; border: 1px solid #e2e8f0; padding: 2px 5px; }
.article-aside { position: sticky; top: 18px; }
.article-cta { padding: 24px; border: 1px solid var(--fs-border); background: var(--fs-soft); }
.article-cta h2 { margin: 0 0 10px; color: var(--fs-dark); font-size: 1.25rem; font-weight: 820; letter-spacing: -.03em; }
.article-cta p { color: var(--fs-muted); line-height: 1.65; }
.article-table { border-color: var(--fs-border); }
.article-table th { color: var(--fs-dark); background: #f8fafc; }
.article-table td, .article-table th { padding: 13px; vertical-align: top; }
.related-section { margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--fs-border); }
.related-section > h2 { margin: 0 0 20px; color: var(--fs-dark); font-weight: 820; letter-spacing: -.035em; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.related-card { border: 1px solid var(--fs-border); background: #fff; }
.related-card a { display: block; color: var(--fs-dark); text-decoration: none; font-weight: 780; line-height: 1.4; }
.related-card a:hover span, .related-card a:focus span { text-decoration: underline; }
.related-card img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; }
.related-card span { display: block; padding: 15px; }

@media (max-width: 991.98px) {
  .footer-grid { grid-template-columns: minmax(0, 1.2fr) minmax(170px, .8fr) !important; }
  .footer-sponsors { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-content { max-width: none; }
  .article-aside { position: static; }
  .article-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; }
  .article-cta p { margin: 0; }
  .article-cta .btn { width: auto !important; }
}
@media (max-width: 767.98px) {
  .guide-grid,
  .blog-grid,
  .related-grid { grid-template-columns: 1fr !important; }
  .navbar-nav .home-nav-link { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .footer-sponsors { grid-column: auto; }
  .article-cta { display: block; }
  .article-cta p { margin-bottom: 16px; }
  .article-cta .btn { width: 100% !important; }
}


/* PNG2PDF v6 corporate guide artwork and cleaner sponsor presentation */
.section-head-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.section-head-split > div { min-width: 0; }
.view-all-guides {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 0;
  color: var(--fs-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.view-all-guides:hover,
.view-all-guides:focus { text-decoration: underline; text-underline-offset: 4px; }

.guide-card-image,
.blog-card-image,
.article-figure,
.related-card { background: #f3f7fc; }
.guide-card-image img,
.blog-card-image img,
.related-card img { transition: opacity .18s ease; }
.guide-card-image:hover img,
.blog-card-image:hover img,
.related-card a:hover img { opacity: .96; }

/* Sponsor output follows the same visual language as the Pages list. */
.sponsor-slot {
  min-height: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.sponsor-slot ul,
.sponsor-slot ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sponsor-slot li {
  margin: 0 0 9px;
  padding: 0;
  color: transparent;
  font-size: 0;
}
.sponsor-slot a {
  display: block;
  color: rgba(255,255,255,.78) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}
.sponsor-slot a:hover,
.sponsor-slot a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}
.sponsor-slot > a { margin-bottom: 9px; }
.sponsor-slot b,
.sponsor-slot strong,
.sponsor-slot > span { display: none !important; }

@media (max-width: 767.98px) {
  .section-head-split { align-items: flex-start; }
}
@media (max-width: 575.98px) {
  .section-head-split { display: block; }
  .view-all-guides { margin-top: 7px; }
}


/* PNG2PDF v7: tools navigation, tool directory, and sponsor alignment */
.site-header .nav-tools-toggle {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.site-header .dropdown-menu {
  min-width: 230px;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  background: #111827;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.site-header .dropdown-item {
  padding: 10px 12px;
  color: rgba(255,255,255,.78);
  font-weight: 650;
  line-height: 1.35;
}
.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus,
.site-header .dropdown-item[aria-current="page"] {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.tool-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.tool-directory-card {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--fs-border);
  background: #fff;
  color: var(--fs-dark);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(17,24,39,.055);
}
.tool-directory-card:hover,
.tool-directory-card:focus {
  border-color: #cbd5e1;
  box-shadow: 0 18px 38px rgba(17,24,39,.09);
}
.tool-directory-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
  font-weight: 820;
  letter-spacing: -.025em;
}
.tool-directory-card small {
  display: block;
  color: var(--fs-muted);
  font-size: .92rem;
  line-height: 1.55;
}
.tool-format-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #dbe3ee;
  background: #f3f7fc;
  color: #111827;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.tool-directory-card > i { font-size: 1.1rem; }
.format-note {
  margin-top: 14px;
  padding: 13px 15px;
  border-left: 3px solid #111827;
  background: #f8fafc;
  color: #4b5563;
  font-size: .92rem;
  line-height: 1.65;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.feature-box {
  padding: 20px;
  border: 1px solid var(--fs-border);
  background: #fff;
}
.feature-box i {
  display: inline-block;
  margin-bottom: 12px;
  color: #111827;
  font-size: 1.45rem;
}
.feature-box h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.feature-box p { margin: 0; }

/* The sponsor script may inject nested lists or inline spacing. Force the output to begin at the same left edge as Pages. */
.footer-sponsors,
.footer-sponsors .sponsor-slot,
.footer-sponsors .sponsor-slot > *,
.footer-sponsors .sponsor-slot * {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
  text-indent: 0 !important;
}
.footer-sponsors .sponsor-slot ul,
.footer-sponsors .sponsor-slot ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.footer-sponsors .sponsor-slot li {
  margin: 0 0 9px !important;
  padding: 0 !important;
  list-style: none !important;
}
.footer-sponsors .sponsor-slot a {
  margin: 0 0 9px !important;
  padding: 0 !important;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .site-header .dropdown-menu { margin-top: 0; border: 0; box-shadow: none; }
  .tool-directory-grid,
  .feature-grid { grid-template-columns: 1fr; }
}


/* PNG2PDF v9: expanded PDF tools and navigation alignment */
.home-nav-link .nav-home-icon {
  position: relative;
  top: 2px;
}
.site-header .dropdown-menu { min-width: 270px; }
.site-header .dropdown-header {
  padding: 8px 12px 5px;
  color: rgba(255,255,255,.48);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-header .dropdown-divider { border-top-color: rgba(255,255,255,.14); }
.pdf-utility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.pdf-utility-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--fs-border);
  background: #fff;
  color: var(--fs-dark);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(17,24,39,.055);
}
.pdf-utility-card:hover,
.pdf-utility-card:focus {
  border-color: #cbd5e1;
  box-shadow: 0 18px 38px rgba(17,24,39,.09);
}
.pdf-utility-card .utility-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ee;
  background: #f3f7fc;
  font-size: 1.45rem;
}
.pdf-utility-card strong { font-size: 1.06rem; font-weight: 850; letter-spacing: -.025em; }
.pdf-utility-card p { margin: 0; color: var(--fs-muted); line-height: 1.6; }
.pdf-utility-card .utility-link { margin-top: auto; font-weight: 800; }
@media (max-width: 991.98px) { .pdf-utility-grid { grid-template-columns: 1fr; } }


/* PNG2PDF v10: full-width header and footer with container-aligned content */
body {
  overflow-x: hidden;
  overflow-x: clip;
}
.site-header,
.site-footer {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
@supports (width: 100dvw) {
  .site-header,
  .site-footer {
    width: 100dvw;
    margin-left: -50dvw;
  }
}


/* PNG2PDF v12: Roboto via Cloudflare Fonts */
.footer-bottom {
  width: 100%;
  margin-top: clamp(28px, 4vw, 42px);
  text-align: center;
}
.footer-divider {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  opacity: 1;
}
.footer-bottom .footer-copyright {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .88rem;
  line-height: 1.5;
  text-align: center;
}
.site-header .nav-tools-toggle {
  display: flex;
  align-items: center;
}


/* PNG2PDF v13: right-aligned sponsor links and HEIC tool refinements */
.footer-sponsors .sponsor-slot,
.footer-sponsors .sponsor-slot > *,
.footer-sponsors .sponsor-slot ul,
.footer-sponsors .sponsor-slot ol,
.footer-sponsors .sponsor-slot li,
.footer-sponsors .sponsor-slot a {
  text-align: right !important;
}
.footer-sponsors .sponsor-slot ul,
.footer-sponsors .sponsor-slot ol,
.footer-sponsors .footer-links {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}
.footer-sponsors .sponsor-slot li {
  width: 100% !important;
}
.footer-sponsors .sponsor-slot a {
  display: block !important;
  width: 100% !important;
}
.heic-browser-note {
  margin: 14px 0 0;
  padding: 13px 15px;
  border-left: 3px solid #111827;
  background: #f8fafc;
  color: #4b5563;
  font-size: .92rem;
  line-height: 1.65;
}

/* PNG2PDF v14: align the externally injected sponsor list with the Sponsors heading. */
.footer-sponsors,
.footer-sponsors .sponsor-slot {
  text-align: left !important;
}
.footer-sponsors .sponsor-slot .footer-links,
.footer-sponsors .sponsor-slot ul.footer-links,
.footer-sponsors .sponsor-slot ul,
.footer-sponsors .sponsor-slot ol {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  list-style: none !important;
  text-align: left !important;
}
.footer-sponsors .sponsor-slot .footer-links > li,
.footer-sponsors .sponsor-slot ul > li,
.footer-sponsors .sponsor-slot ol > li {
  display: block !important;
  width: auto !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}
.footer-sponsors .sponsor-slot .footer-links > li > a,
.footer-sponsors .sponsor-slot li > a,
.footer-sponsors .sponsor-slot a {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
