/* Print stylesheet — InternetForCheap.com */

*,
*::before,
*::after {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.navbar,
.btn-header-cta,
#availability-form,
.form-header-title,
.hero-trust-row,
.fcb,
.hero-radial-bg,
.skip-link {
  display: none !important;
}

body {
  font-size: 11pt;
  line-height: 1.45;
}

.section {
  padding-block: 1rem;
  page-break-inside: avoid;
}

.faq-panel {
  display: block !important;
  grid-template-rows: none !important;
}

.faq-panel[hidden] {
  display: block !important;
}

.faq-icon { display: none !important; }

a[href^="http"]::after,
a[href^="mailto"]::after,
a[href^="tel"]::after {
  content: " (" attr(href) ")";
  font-size: 0.85em;
}
