/*
 * Styles for the public marketing / Help Center pages (Rails `external` layout).
 * Compiled once from the former Vue 2 bundle sources (external.scss +
 * documentation_public.scss) when these pages were decoupled from the JS build.
 * This file is the source of truth now — edit it directly.
 */
.nobr {
  white-space: nowrap;
}

.syllabus {
  text-align: left;
}

.syllabus .list-group-item p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.calendly-inline-widget {
  min-width: 320px;
  height: 650px;
  margin-bottom: 100px;
}

.gmb-categories-table th:last-of-type {
  min-width: 150px;
}

.gmb-categories-table__orderable {
  cursor: pointer;
  white-space: nowrap;
}

.black-friday {
  display: block;
  background-color: #011528;
}

@media screen and (min-width: 992px) {
  .black-friday {
    background-color: #377dff;
  }
}

.black-friday-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 62.5rem;
}

.black-friday-content {
  display: flex;
  flex-direction: column;
  background-color: #011528;
  padding: .5rem .75rem;
  font-size: .75rem;
  color: #ffffff;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .black-friday-content {
    font-size: .67rem;
  }
}

.black-friday-content span {
  color: #f9ae34;
}

html:has(.docs-content) {
  scroll-behavior: smooth;
}

.docs-hero {
  border-bottom: 1px solid #e8eef5;
  background: linear-gradient(180deg, #f4f8fc 0%, white 100%);
}

.docs-card {
  display: block;
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}

.docs-card:hover {
  border-color: #cddff0 !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 .875rem  1.875rem  -.75rem  rgba(16, 47, 75, .22);
}

.docs-icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem ;
  height: 3rem ;
  border-radius: 50%;
  background: #eef5fc;
  font-size: 1.25rem ;
  color: #1b6baf;
}

.docs-content {
  font-size: 1.0625rem ;
  color: #2b3440;
  line-height: 1.75;
}

.docs-content img,
.docs-content iframe {
  border-radius: .5rem;
  margin: 1.25rem  0;
  max-width: 100%;
}

.docs-content iframe {
  width: 100%;
  border: 0;
  aspect-ratio: 16/9;
}

.docs-content h2 {
  margin: 1.75rem  0 .625rem;
  font-size: 1.625rem ;
  font-weight: 600;
}

.docs-content h3 {
  margin: 1.5rem  0 .5rem;
  font-size: 1.3125rem ;
  font-weight: 600;
}

.docs-content h4 {
  margin: 1.25rem  0 .375rem;
  font-size: 1.125rem ;
  font-weight: 600;
}

.docs-content h2,
.docs-content h3,
.docs-content h4 {
  scroll-margin-top: 5.625rem ;
}

.docs-content p {
  margin: .875rem  0;
}

.docs-content ul,
.docs-content ol {
  margin: .875rem  0;
  padding-left: 1.5rem ;
}

.docs-content li {
  margin: .3125rem  0;
}

.docs-content blockquote {
  border-left: .1875rem  solid #cddff0;
  margin: 1.25rem  0;
  padding-left: 1rem ;
  font-style: italic;
  color: #5b6b7b;
}

.docs-content pre {
  border-radius: .5rem;
  background: #1f2937;
  margin: 1.25rem  0;
  padding: .875rem  1.125rem;
  color: #f3f4f6;
  overflow-x: auto;
}

.docs-content code {
  font-size: .92em;
}

.docs-content a {
  color: #1b6baf;
  text-decoration: underline;
}

.docs-content table {
  width: 100%;
  margin: 1.25rem  0;
  font-size: .9375rem;
  border-collapse: collapse;
}

.docs-content th,
.docs-content td {
  border: 1px solid #e8eef5;
  padding: .5rem  .75rem;
  text-align: left;
  vertical-align: top;
}

.docs-content thead th {
  background: #f4f8fc;
  font-weight: 600;
}

.docs-toc {
  position: sticky;
  top: 6.25rem ;
  border-left: .125rem  solid #e8eef5;
  padding-left: 1rem ;
  font-size: .875rem;
  max-height: calc(100vh - 7.5rem );
  overflow-y: auto;
}

.docs-toc__title {
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 600;
  color: #2b3440;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.docs-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-toc__list li {
  margin: .375rem  0;
}

.docs-toc__list ul {
  margin: .25rem  0 0;
  padding-left: .875rem;
  list-style: none;
}

.docs-toc__list a {
  color: #5b6b7b;
  text-decoration: none;
  transition: color .3s ease;
}

.docs-toc__list a:hover {
  color: #1b6baf;
}

.docs-feedback {
  border: 1px solid #e8eef5;
  border-radius: .5rem;
  background: #f4f8fc;
  padding: 1.25rem  1.5rem ;
}

.docs-feedback__prompt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.docs-feedback__question {
  font-weight: 600;
  color: #2b3440;
}

.docs-feedback__btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cddff0;
  border-radius: .375rem;
  background: white;
  padding: .375rem  1rem;
  font-size: .875rem;
  font-weight: 500;
  color: #5b6b7b;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}

.docs-feedback__btn:hover {
  border-color: #1b6baf;
  background: #eef5fc;
  color: #1b6baf;
}

.docs-feedback__thanks {
  font-weight: 600;
  color: #1b6baf;
}
