/* Singles, MV*/
.single-post-layout {
  width: 100%;
  flex-direction: row;
}

.single-post-cols {
  display: flex;
  padding: 64px 0;
  gap: 48px;
  align-items: flex-start;
}

.single-post-main {
  flex: 2.29;
  max-width: 66.66%;
}

.single-post-layout-heading--secondary,
#white-papers-single-content h2 {
  font-size: 1.875rem !important;
  line-height: 2.375rem !important;
  color: var(--ast-global-color-0);
  margin-bottom: 8px;
}

.text-center {
  text-align: center !important;
}

/* Singles hero, MV */
.single-post-layout a.breadcrumb-link {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--ast-global-color-1);
}

.single-post-layout a.breadcrumb-link:hover,
.single-post-layout a.breadcrumb-link.breadcrumb-link--light:hover {
  text-decoration: underline;
  color: var(--ast-global-color-0);
  opacity: 1;
}

.single-post-layout a.breadcrumb-link.breadcrumb-link--light {
  opacity: 0.8;
}

.single-post-layout .post-thumbnail-single,
.single-post-layout .post-details {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
}

.single-post-layout header {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 64px;
}

.single-post-layout .archive-back {
  margin-top: 64px;
}

.header-single {
  margin-bottom: 128px;
}

.post-thumbnail-single img {
  border-radius: 9px;
  border: 2px solid var(--ast-global-color-4);
}

.post-thumbnail-single--container {
  width: 632px;
  height: 389px;
  background-size: cover;
  border-radius: 9px;
  border: 2px solid var(--ast-global-color-4);
  background-position: center center;
}

.single-post-layout .dates {
  margin: 8px 0;
}

.single-post-layout .post-excerpt {
  margin: 16px 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single-post-layout .post-title-single {
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -0.72px;
  margin: 8px 0;
}

.single-post-layout .event-details {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single-post-layout.single-event .event-details {
  font-size: 1rem;
  line-height: 1.5rem;
}

.single-post-layout .event-details img {
  padding: 8px 14px;
  width: 48px;
  height: 48px;
}

.single-post-layout .event-details img {
  margin-right: 16px;
}

span.location-details--question {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.event-details-flex {
  display: flex;
  align-items: center;
}

.header-single .location-details {
  display: flex;
  flex-direction: column;
}

.header-single--events .event-details {
  gap: 16px;
}

.single-post-layout .header-single--events {
  margin-top: 96px;
}

.header-single .date-time-content,
.header-single .location {
  color: var(--ast-global-color-0);
}

/* -- */

/*Blog single adjustments, BG */
#custom-template .post-authors {
  gap: 0;
}

#custom-template .author-list {
  margin-right: 40px;
  position: relative;
}

#custom-template .post-authors img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

#custom-template .post-authors > *:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -24px;
  font-size: 14px;
  color: #f04e23;
}

.contents-list .list-sub-item a {
  font-weight: normal;
  padding: 12px 32px;
}

/* Case study icon details, MV */

.case-study-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin: 16px 0;
}

.case-study-details--single {
  display: flex;
  gap: 16px;
  align-items: center;
}

.case-study-details--single img {
  height: 48px;
  width: 48px;
}

.case-study-details--single-inside .location-details--question {
  color: var(--ast-global-color-0);
}

.case-study-details--single-inside .date-time-content {
  font-weight: 600;
}

.case-study-details--single-inside {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Webinar speakers, MV */

.speakers-details {
  margin: 48px 0;
}

.speaker-details h2 {
  font-size: 1.875rem;

  font-weight: 700;
  line-height: 2.375rem;
}

.speakers-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.single-speaker-card,
#white-papers-single-content .info-box,
.custom-template-single .info-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #f3714f;
  position: relative;
}

.custom-template-single .info-box {
  margin-bottom: 24px;
}

.single-speaker-card--header {
  display: flex;
  position: relative;
  align-items: center;
  gap: 16px;
}

img.speaker-card-img {
  width: 64px;
  height: 64px;
  border-radius: 999px;
}

.speaker-card-social-icon {
  position: absolute;
  right: 24px;
  top: 24px;
}

a.speaker-card-social-icon:hover rect {
  fill: #122745;
  stroke: #122745;
}

/*.speaker-details {
  margin-left: 16px;
}*/

.speaker-card-name {
  font-size: 1.125rem;

  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0;
  color: var(--ast-global-color-0);
}

.speaker-card-position {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: var(--ast-global-color-0);
}

.speaker-card-bio {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
  margin-top: 16px;
}

/* Post share icons, MV */

.single-post-layout .post-sharing-buttons--header {
  margin: 24px 0;
}

.single-post-layout .post-sharing-buttons--footer {
  margin: 48px 0 0 0 !important;
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 0;
}

.single-post-layout .post-sharing-buttons--footer p {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--ast-global-color-0);
}

.share-icons-custom a:hover rect {
  fill: #122745;
  stroke: #122745;
}

#events-single .post-tags,
#fundamentals-single .post-tags {
  margin: 48px 0;
}

.single-event .single-post-cols {
  margin-bottom: 32px;
}

/* Sidebar, MV */

.single-post-sidebar--content {
  border-radius: 16px;
  background: var(--ast-global-color-8);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-cta--text {
  color: var(--ast-global-color-0);
}

.single-post-sidebar--content .btn-primary {
  border-radius: 32px;
  border: 1px solid var(--ast-global-color-0);
  background: var(--ast-global-color-0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 20px;
  color: var(--ast-global-color-5);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.single-post-sidebar--content .btn-primary:hover {
  background: #122745;
}

.single-post-sidebar--content .btn-primary:focus {
  background: var(--ast-global-color-0);
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
}

/* Sidebar fundamentals */

#sidebar-content-fundamentals {
  background-image: url(/wp-content/uploads/2024/07/background-img-fundamentals-sidebar.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

#sidebar-content-fundamentals img:first-of-type {
  box-shadow: 0px 6.981px 12.74px 0px rgba(0, 0, 0, 0.25);
}

#sidebar-content-fundamentals .single-post-layout-heading--secondary {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  margin-top: 48px;
  margin-bottom: 16px;
}

#sidebar-content-fundamentals .btn-primary {
  padding-right: 44px;
  position: relative;
}

#sidebar-content-fundamentals .btn-primary:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/07/icon-arrow-down-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

/* Recommended content, MV */

.single-post-recommended-content {
  margin: 96px 0;
  text-align: center;
}

.single-post-recommended-content .featured-title {
  margin-bottom: 8px;
  display: inline-flex;
  gap: 16px;
}

.cta-sidebar-events {
  text-align: center;
}

/* Tooltip, MV */

.tooltip-container {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.tooltip-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 8px;
}

.tooltip-text {
  visibility: hidden;
  width: 320px;
  border-radius: 8px;
  background: #e8eaee;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  color: var(--ast-global-color-1);
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-align: left;
  padding: 12px;
  position: absolute;
  z-index: 1;
  left: calc(100% + 8px);
  bottom: 50%;
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-family: "Inter", sans-serif;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent #e8eaee transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* News single, BG */
.no-sidebar .single-content {
  max-width: 1088px;
  margin: 0 auto;
}

.single-post-layout.no-sidebar .post-excerpt {
  margin-top: 18px;
  margin-bottom: 32px;
}

.single-post-layout.no-featured.no-sidebar,
.single-post-layout.no-featured,
.single-post-layout.no-sidebar {
  width: 1088px;
  margin: auto;
  max-width: 100%;
}

.single-post-layout.no-sidebar header {
  flex-direction: column;
  padding-bottom: 64px;
}

.single-post-layout.no-sidebar .post-thumbnail-single,
.single-post-layout.no-sidebar .post-details {
  width: 100%;
}

.single-post-layout.no-sidebar .post-thumbnail-single {
  text-align: center !important;
}

.single-post-layout.no-sidebar .wp-caption-text {
  text-align: left;
}

.single-post-layout.no-sidebar .post-thumbnail-single img {
  border-radius: 16px;
}

.single-post-col .single-post-main {
  max-width: 100%;
}

.post-location {
  margin-right: 22px;
}

.post-meta-sharing-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.post-meta-sharing-details .post-date-reading-time {
  flex-basis: unset;
  flex-wrap: wrap;
  row-gap: 6px;
}

.post-updated {
  margin-right: 22px;
}

.post-meta-sharing-details .post-sharing-buttons--header {
  margin: 0;
}

.no-sidebar .header-single {
  margin-bottom: 0;
}

#news-single .post-tags {
  width: 100%;
}

#news-single h3 span {
  color: var(--ast-global-color-1) !important;
}

#news-single img {
  border-radius: 16px;
}

#news-single .post-sharing-buttons--footer {
  justify-content: flex-end;
}

#news-single .post-tags {
  margin-top: 56px;
  width: 100%;
}

#news-single img.alignleft {
  margin-right: 1.5em !important;
  margin: 0;
}

#news-single img.alignright {
  margin-left: 1.5em !important;
  margin: 0;
}

#news-single img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

#news-single iframe {
  margin: 24px 0;
}

#news-single h5 span {
  font-weight: 600 !important;
}

#news-single .single-post-layout i {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-left: 2px solid #f04e23;
  font-style: normal;
}

#news-single .single-post-layout i span {
  padding-left: 16px;
}

/*Post CTA Secton / Download, Give it a try CTA*/
.post-cta-section {
  margin-top: 32px;
  gap: 32px;
  border-radius: 16px;
  background-color: #fdede9;
}

.post-cta-section .wp-block-column {
  align-content: center;
}

.single-post-main .post-cta-section figure,
.single-post-main .post-cta-section img,
.post-cta-section img {
  margin: 0;
}

.post-cta-section img {
  object-fit: cover;
  height: 230px;
  border-radius: 16px 0 0 16px !important;
}

.post-cta-section .wp-block-button,
.post-request-cta .wp-block-button {
  position: relative;
}

.post-cta-section .wp-block-buttons {
  margin-top: 16px;
}

.post-cta-section .wp-block-column:nth-child(2) {
  padding-right: 24px;
}

.post-cta-section h4 {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 2rem;
}

/*Research projects single, BG*/
.status {
  display: inline-block;
  margin: 24px 0 4px 0;
}

.status-category a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 4px 12px;
  color: #c43f1c;
  background-color: #fdede9;
  border-radius: 16px;
  margin: 0;
  text-decoration: none !important;
}

.status-category a:hover {
  background-color: #eff6ff;
  color: #163156 !important;
}

.single-post-layout.no-featured .header-single,
.single-post-layout.no-featured .post-sharing-buttons--header {
  margin-bottom: 0;
}

.project-info-box {
  display: flex;
  gap: 24px;
  padding: 24px;
  background-color: #eff6ff;
  border-radius: 16px;
  margin-bottom: 32px;
  align-items: center;
}

.project-info-box div {
  flex-basis: 50%;
  width: 50%;
}

.project-details h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.project-details p {
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 2px;
}

.project-details p a {
  text-decoration: none !important;
}

.project-details h6:not(:last-child) {
  margin-bottom: 8px !important;
}

.project-details .program p:last-child,
.project-details h6:last-child,
.project-details .program p:not(:last-child) {
  margin-bottom: 0 !important;
}

.project-thumbnail {
  background-color: #fff;
  border-radius: 8px;
  margin: 0;
  text-align: center;
  height: 240px;
  display: flex;
  justify-content: center;
}

.project-thumbnail img {
  width: auto;
  margin: 0;
  object-fit: contain;
}

#research-projects-single img.alignleft {
  margin-right: 1.5em !important;
  margin: 0;
}

#research-projects-single img.alignright {
  margin-left: 1.5em !important;
  margin: 0;
}

#research-projects-single img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Videos single, BG*/
.single-post-layout.no-sidebar.no-featured .post-sharing-buttons--header {
  margin: 0;
}

.videos-single {
  margin-top: 32px;
}

#videos-single .single-post-content ul {
  -moz-column-count: 2;
  -moz-column-gap: 72px;
  -webkit-column-count: 2;
  -webkit-column-gap: 72px;
  column-count: 2;
  column-gap: 72px;
  margin-bottom: 64px;
}

/*Jobs single, BG*/
.single-job_positions #primary {
  padding-top: 0;
}

.jobs-header {
  background-color: #eff6ff;
  padding: 48px 0;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0 !important;
}

.jobs-header-content {
  width: 1088px;
  margin: auto;
}

.jobs-header-content .post-title-single {
  margin-top: 0;
  margin-bottom: 24px;
}

.jobs-header-content .post-tags {
  flex-basis: 100%;
}

.jobs-header .post-details {
  background-color: #fff;
  padding: 64px;
  border-radius: 24px;
  width: 100%;
}

.jobs-header .job-details {
  background-color: #fff;
  padding: 16px 64px;
  border-radius: 24px;
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 64px;
  row-gap: 24px;
  align-items: center;
}

.job-details--single {
  display: flex;
  gap: 16px;
  align-items: center;
}

.job-details--single-inside {
  display: flex;
  flex-direction: column;
}

.job-details--single .icon-wrapper {
  background-color: #e8f7f6;
  border-radius: 64px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-details--single .job-details-icons {
  width: auto;
  height: 24px;
  padding: 4px;
}

.job-details--single-inside .info-title {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.job-details--single-inside .info-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

#job-single {
  margin: 96px 0;
}

#job-single h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 64px;
  margin-bottom: 16px;
}

.benefits-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}

.benefits-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefits-item .benefit-icon {
  height: 64px;
  width: 64px;
  background-color: #fdede9;
  padding: 16px;
  border-radius: 64px;
  margin: 0;
}

.benefits-item .benefit-title {
  font-weight: 600;
}

.single-post-form.careers-form {
  border-radius: 16px;
  background: var(--ast-global-color-8);
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-post-form.careers-form .single-post-form-title {
  margin-bottom: 24px;
}

/*Request information CTA*/
.post-request-cta {
  margin: 32px 0;
  padding: 32px;
  background-color: #e8f7f6;
  border-radius: 16px;
}

.post-request-cta h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Content styling, MV */

.single-post-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 24px;
  margin-bottom: 20px;
}

#case-study-single-content h2,
#demo-services-single-content h2 {
  margin-top: 48px;
  margin-bottom: 12px;
}

#case-study-single-content h2:first-of-type {
  margin-top: 0;
}

.single-post-content p.link-single a {
  display: block;
  margin: 24px 0;
  color: var(--ast-global-color-2);
  text-decoration: none;
  font-weight: 700;
}

.single-post-content p.link-single a:hover {
  display: block;
  margin: 24px 0;
  color: var(--ast-global-color-0);
}

.single-post-content p.link-single a:before {
  content: url("/wp-content/uploads/2024/06/link-icon.svg");
  margin-right: 8px;
}

#webinars-single-content h2,
#event-single-content h2 {
  margin-bottom: 16px;
  margin-top: 0;
}

#webinars-single-content h4,
#white-papers-single-content h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#webinars-single-content h5,
#white-papers-single-content h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.single-post-content p {
  margin-bottom: 12px;
}

.single-post-cta,
.value-add-box-bg,
.info-box-bg {
  padding: 24px;
  border-radius: 16px;
  background: #eff6ff;
}

.single-post-cta h2 {
  margin-top: 0 !important;
}

.info-box-bg p {
  color: var(--ast-global-color-0) !important;
}

.info-box-bg p:last-child {
  margin-bottom: 0;
}

.info-box-bg:before {
  content: "Info box";
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

.value-add-box-bg:before {
  content: "Achievements / Value-add";
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

.value-add-box-bg:not(:first-of-type),
.info-box-bg:not(:first-of-type) {
  margin: 48px 0;
}

.value-add-box-bg:first-of-type,
.info-box-bg:first-of-type {
  margin: 0 0 48px 0;
}

.value-add-box-bg ul {
  margin: 0 0 0 1.5em !important;
}

.value-add-box-bg ul li:not(:last-child) {
  margin-bottom: 16px;
}

.single-post-content span.date-time-content {
  font-size: 1rem;
  line-height: 1.5rem;
}

.single-post-content span.time-on-new-line {
  color: #c43f1c;
}

.single-post-layout .post-excerpt,
.single-post-layout {
  color: #2e4667;
}

.single-post-layout-heading--small {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 16px;
}

.single-post-layout blockquote {
  margin: 32px 0;
  border-color: #f04e23 !important;
  padding: 0 0 0 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.single-post-layout ul:not(:last-child) li {
  margin-bottom: 8px !important;
}

.single-post-layout p a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

.single-post-content img,
.custom-template-single .details img {
  margin: 32px 0;
  border-radius: 16px;
}

.single-post-content figure img {
  margin-bottom: 0;
}

.single-post-layout figcaption {
  margin-bottom: 32px;
  margin-top: 16px;
  padding-left: 16px;
  border-left: 2px solid #f04e23;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.single-post-layout .wp-block-column img {
  margin: 0;
}

.single-post-layout a {
  word-break: break-word;
}

.single-post-content ol,
.single-post-content ul {
  margin: 0 0 1.5em 1.5em;
}

.single-post-content ul li ul {
  margin: 1em;
}

.single-post-content ul li::marker {
  font-size: 1.5rem;
  line-height: 1rem;
  color: var(--ast-global-color-2);
}

.single-post-cta li:not(:last-child) {
  margin-bottom: 16px;
}

.single-post-cta ul.agenda-list li::marker {
  color: var(--ast-global-color-0);
  font-size: 0.938rem;
}

.single-post-cta ul.agenda-list li {
  margin-bottom: 0;
}

.single-post-content .dates {
  margin: 0;
}

.single-post-content p {
  color: var(--ast-global-color-1);
}

.single-post-content h3,
.single-post-content p.p-accent {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 24px 0;
}

.single-post-content p.p-accent {
  font-weight: 700;
}

.single-post-content p.p-quote {
  padding-left: 16px;
  border-left: 2px solid var(--ast-global-color-2);
  margin: 24px 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

#white-papers-single-content h2:not(:first-of-type) {
  margin-top: 64px;
}

#white-papers-single-content h2:first-of-type {
  margin-top: 0;
}

#white-papers-single .speakers-details {
  margin: 64px 0 48px 0;
}

#white-papers-single .speakers-details .single-post-layout-heading--secondary {
  margin-bottom: 24px;
}

/* Content styling tweaks - Fundamentals, MV */

#fundamentals-single-content h2 {
  margin-top: 40px;
  font-size: 1.875rem;
  line-height: 2.375rem;
}

#fundamentals-single-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
}

#fundamentals-single-content .single-post-cta {
  gap: 48px;
  padding: 32px;
}

#fundamentals-single-content .single-post-cta .wp-block-column:first-child {
  flex: 3.5;
}

#fundamentals-single-content .single-post-cta .wp-block-column:last-child {
  flex: 1;
  align-content: center;
}

#fundamentals-single-content
  .single-post-cta
  .wp-block-column:last-child
  .wp-block-buttons {
  justify-content: flex-end;
}

#fundamentals-single-content .single-post-cta .wp-element-button {
  position: relative;
}

#fundamentals-single-content .single-post-cta .wp-element-button:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/ontotext-arrow-right-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

#fundamentals-single-content .single-post-cta h3 {
  margin-bottom: 8px;
}

#fundamentals-single-content ul:not(:last-child) li {
  margin-bottom: 16px !important;
}

/* Quote section, MV */

.single-post-quote {
  border-radius: 16px;
  background: var(--ast-global-color-3);
  padding: 32px;
}

.single-post-quote img {
  border-radius: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.single-post-quote p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 24px;
}

.single-post-quote
  > .wp-block-column
  > .wp-block-columns
  > .wp-block-column
  img {
  border-radius: 999px !important;
  margin-bottom: 0 !important;
}

.single-post-quote > .wp-block-column > .wp-block-columns {
  gap: 16px;
}

.single-post-quote
  > .wp-block-column
  > .wp-block-columns
  > .wp-block-column
  p:first-of-type {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.single-post-quote > .wp-block-column > .wp-block-columns > .wp-block-column p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
}

/* CTA section White papers tweaks, MV */

#case-study-single-content .post-cta-section {
  margin: 48px 0;
}

#case-study-single-content .post-cta-section .wp-block-button:after {
  background-image: none;
}

#case-study-single-content
  .post-cta-section
  .wp-block-button
  .wp-block-button__link {
  padding-right: 18px;
}

/* Counters White papers, MV */
.counters-cols {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 32px 0;
}

.counters-cols h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: -0.96px;
  margin-bottom: 0;
  font-family: "Inter";
}

/* Icon box White papers, MV */

#white-papers-single-content .highlights-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

#white-papers-single-content .icon-box-simple img {
  border-radius: 0;
  margin: 0;
}

#white-papers-single-content .icon-box-simple h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

#white-papers-single-content .icon-box-simple p {
  margin-bottom: 0;
}

#white-papers-single-content .highlights-col .icon-box-simple {
  margin-block-start: 0;
}

/* General styling, MV */
.p-18,
#case-study-single-content .post-cta-section p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.single-post-layout .tag-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 4px 12px;
  max-height: unset;
}

.single-post-layout blockquote {
  margin: 32px 0;
  border-color: var(--ast-global-color-2);
  padding: 0 0 0 16px;
}

.single-post-layout blockquote p {
  margin: 0;
}

.single-post-layout blockquote p span {
  font-weight: 500 !important;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.single-post-content .ast-oembed-container {
  margin: 24px 0;
  border-radius: 15px;
}

/*Buttons, BG*/
.single-post-layout .cta_button {
  position: relative;
  padding: 10px 44px 10px 16px !important;
  background-color: #f04e23;
  border-radius: 32px;
  margin-top: 24px;
}

.single-post-layout .cta_button:has(> img.hs-cta-img) {
  background-color: transparent;
  padding: 0 !important;
  position: unset;
}

.wp-block-button.is-style-fill {
  position: relative;
}

.single-post-layout .cta_button div span strong,
.single-post-layout .cta_button span strong span,
.single-post-layout .cta_button span strong,
.hs-cta-node a {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.single-post-layout .cta_button:hover {
  background-color: #c43f1c !important;
}

.bubble-cta .hs-cta-wrapper .cta_button:after {
  background-image: url("/wp-content/uploads/2024/07/ontotext-cta-bubble.svg") !important;
}

.single-post-layout .cta_button:after,
.post-request-cta .wp-block-button:after,
.post-cta-section .wp-block-button:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

/* Customers & Partners single, MV */
.customersandpartners-template-default .partners-single-box {
  margin: 96px 0;
}

/* Responsiveness */

@media screen and (max-width: 1024px) {
  .single-post-main {
    max-width: 100%;
  }

  .single-post-layout header {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 64px;
    align-items: flex-start;
    margin-top: 32px;
  }

  .single-post-layout .header-single--events {
    margin-top: 64px;
  }

  .single-post-layout.single-event .post-sharing-buttons--footer {
    margin-bottom: 48px;
  }

  .single-post-layout.single-event .event-details img {
    padding: 8px 14px;
    width: 48px;
    height: 48px;
  }

  .single-post-layout a.breadcrumb-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .single-post-layout .archive-back {
    margin-top: 48px;
  }

  .single-post-layout .event-details img {
    padding: 6px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .single-post-cols {
    flex-direction: column;
  }

  .resources-template-default #primary,
  .acme_event-template-default #primary,
  .resources-template-default #secondary,
  .acme_event-template-default #secondary {
    padding: 0 !important;
  }

  .single-post-cols {
    padding: 0;
  }

  .single-post-sidebar.desktop {
    display: none;
  }

  .single-post-sidebar.mobile {
    margin: 48px 0;
  }

  .single-post-layout .post-sharing-buttons--footer {
    flex-direction: column;
    margin: 48px 0 0 0;
  }

  .single-post-recommended-content {
    margin: 64px 0;
  }

  #fundamentals-single-content .single-post-cta {
    gap: 24px;
    padding: 24px;
    text-align: center;
    flex-direction: column;
  }

  #fundamentals-single-content
    .single-post-cta
    .wp-block-column:last-child
    .wp-block-buttons {
    justify-content: center;
  }

  #demo-services-single .sidebar-cta--text {
    width: 60%;
  }

  .customersandpartners-template-default .partners-single-box {
    margin: 48px 0;
  }

  .customersandpartners-template-default #primary,
  .customersandpartners-template-default #secondary {
    padding: 0;
  }

  .post-meta-sharing-details {
    margin-bottom: 16px;
  }

  .single-post-layout.no-featured .header-single {
    margin-bottom: 48px;
    margin-top: 0;
  }

  .status-category {
    margin-bottom: 4px;
  }

  .single-post-sidebar--content {
    width: 100%;
  }

  #research-projects-single img.alignleft {
    margin-bottom: 48px;
  }

  .single-post-layout-heading--small {
    width: 60%;
  }

  .post-meta-sharing-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
  }

  .post-thumbnail-single-white-papers {
    width: 100%;
  }

  .post-thumbnail-single--container {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .single-post-sidebar {
    flex: 1;
    position: sticky;
    top: 40px;
  }

  .single-post-sidebar.mobile {
    display: none;
  }

  .single-post-layout .post-thumbnail-single {
    text-align: right;
  }

  .customersandpartners-template-default .partners-single-box {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .speaker-card-position {
    width: 90%;
  }

  .tooltip-text {
    left: 10%;
    bottom: calc(100% + 16px);
    transform: translateX(-85%) translateY(0);
    width: 250px;
  }

  .tooltip-text::before {
    content: "";
    position: absolute;
    top: 106%;
    right: 10%;
    border-width: 8px;
    border-style: solid;
    border-color: #e8eaee transparent transparent transparent;
  }

  .case-study-details,
  .counters-cols {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 0;
  }

  .case-study-details--single {
    gap: 8px;
  }

  .case-study-details--single-inside {
    gap: 0;
  }

  .case-study-details--single img {
    height: 24px;
    width: 24px;
  }

  .single-post-quote {
    padding: 16px;
  }

  #case-study-single-content .post-cta-section p {
    text-align: center;
  }

  .single-post-layout.no-sidebar .post-excerpt {
    margin-top: 24px;
  }

  #news-single img.alignleft {
    float: none;
  }

  .single-post-layout .post-sharing-buttons--footer {
    padding-bottom: 0;
  }

  .project-info-box {
    flex-direction: column-reverse;
  }

  .project-thumbnail {
    margin: 0;
  }

  .single-post-layout-heading--small {
    width: 100%;
  }

  #research-projects-single img.alignleft {
    float: none;
    margin-bottom: 16px;
    margin-top: 32px;
  }

  .project-info-box div {
    width: 100%;
    flex-basis: unset;
  }

  /*jobs*/
  .jobs-header-content {
    max-width: calc(100vw - 32px);
  }

  .jobs-header {
    padding: 16px 0 !important;
  }

  .jobs-header .post-details {
    padding: 26px 16px;
  }

  .jobs-header .job-details {
    padding: 16px;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  #job-single h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .benefits-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 32px;
  }

  .single-post-form.careers-form {
    padding: 24px 16px;
  }

  .post-thumbnail-single--container {
    height: 234px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .resources-template-default .ast-container,
  .acme_event-template-default .ast-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .newsletter-sidebar,
  .cta-sidebar-events {
    width: 60%;
  }

  .tooltip-text {
    width: 200px;
  }

  .counters-cols {
    grid-template-columns: 1fr 1fr;
  }

  /*jobs*/
  .jobs-header-content {
    max-width: calc(100vw - 80px);
  }

  .jobs-header .post-details {
    padding: 32px;
  }

  .jobs-header .job-details {
    padding: 16px 32px;
  }

  .benefits-list {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .single-post-form.careers-form {
    padding: 32px 24px;
  }

  .post-thumbnail-single--container {
    height: 430px;
  }
}

@media screen and (max-width: 768px) {
  .speakers-cards,
  #white-papers-single-content .highlights-col {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }

  .single-post-quote > .wp-block-column > .wp-block-columns {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .single-post-quote
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column
    img {
    width: 48px;
    height: 48px;
  }

  .single-post-quote
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column:first-of-type {
    flex-basis: 62px !important;
  }
}

@media (min-width: 601px) and (max-width: 780px) {
  .post-cta-section .wp-block-column:first-child {
    flex-basis: 50% !important;
  }

  .post-cta-section.wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .news-cta-section .wp-block-column:nth-child(2) {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .single-post-main .post-cta-section img {
    height: 260px;
  }
}

@media (min-width: 781px) and (max-width: 1024px) {
  .post-cta-section.wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .post-cta-section .wp-block-column:first-child {
    flex-basis: 30% !important;
    flex-grow: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .single-post-main .post-cta-section img,
  .post-cta-section img {
    border-radius: 16px 16px 0 0 !important;
    height: 300px;
  }

  .news-cta-section {
    gap: 24px;
  }

  .post-cta-section .wp-block-column:nth-child(2) {
    padding: 0 16px 24px 16px;
  }

  .post-cta-section h4 {
    text-align: center;
  }

  .post-cta-section .wp-block-buttons {
    justify-content: center;
    display: flex;
  }
}

/* Blog post  */

.single-post #primary {
  padding: 0 !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ast-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 767px) {
  .ast-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.custom-template-single .archive-back {
  margin-top: 0;
}

.custom-template {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.hero {
  display: flex;
  padding: 64px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

@media (max-width: 768px) {
  .hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero {
    padding: 48px 0px 96px 0;
  }
}

@media (min-width: 1024px) {
  .hero {
    max-width: 1088px;
    padding: 64px 0 128px 0;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
}

.hero .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.custom-template-single .post-excerpt a {
  text-decoration: underline;
}

.post-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: row;
  list-style: none;
  margin: 48px 0px 0px 0px;
  padding: 0px;
}

.post-breadcrumbs li {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .post-breadcrumbs li {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}

.post-breadcrumbs li p {
  padding: 0;
  margin: 0;
}

.dates {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgba(22, 49, 86, 1);
}

.separator {
  color: rgba(240, 78, 35, 1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.metas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.post-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.post-head .post-title-single {
  margin: 0;
}

.single-post-layout .post-excerpt {
  margin: 0;
}

.authors {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author:not(.archive) {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.authors img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.author-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .author-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    align-self: stretch;
  }
}

.social-share {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
}

.dropdown-menu {
  padding: 21px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  display: none;
  position: absolute;
  z-index: 1;
  width: 220px;
  left: -30px;
  bottom: -220px;
  margin-left: 0px;
}

@media screen and (max-width: 1024px) {
  .dropdown-menu {
    right: -135px;
    margin-left: 30px;
  }
}

.social-share .social-btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.dropdown-menu a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.dropdown-menu p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
}

.main-image {
  align-self: stretch;
  border-radius: 4.915px;
}

@media (min-width: 1024px) {
  .main-image {
    align-self: stretch;
    border-radius: 16px;
  }
}

.main-image img {
  width: 100%;
  height: auto;
  display: flex;
  border-radius: 9px;
  border: 2px solid #e8eaee;
}

.post-content {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

@media (max-width: 768px) {
  .post-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .post-content {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .post-content {
    display: flex;
    max-width: 100%;
    padding: 0 0 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    margin: auto;
  }
}

.stuff {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  justify-content: space-between;
  flex: 1;
}

@media (min-width: 1024px) {
  .stuff {
    flex-direction: row;
  }
}

.p-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1;
  width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  .p-one {
    position: sticky;
    top: 40px;
  }
}

.p-two {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-self: flex-end;
  flex: 2.29;
  max-width: 66.66%;
}

@media (max-width: 1024px) {
  .p-two {
    width: 100%;
    max-width: 100%;
  }
}

.single-post-sidebar--content {
  width: 100%;
}

.chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  vertical-align: middle;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: black;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  color: #163156;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}

.chevron.up {
  transform: rotate(-45deg);
}

.table-of-contents ul {
  list-style: none;
  margin: 0px;
  width: 100%;
}

.table-of-contents {
  display: none;
}

.table-of-contents.show {
  display: block;
  width: 100%;
}

.custom-sidebar {
  top: 64px;
}

@media (max-width: 1024px) {
  .custom-sidebar {
    position: relative !important;
    top: 0px !important;
    width: 100%;
  }
}

.toc-toggle p {
  margin: 0px;
  width: 100%;
}

.toc-toggle {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
}

.articles-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.contents-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.contents-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}

.contents-list li a {
  color: rgba(22, 49, 86, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 16px;
}

.divider {
  height: 1px;
  align-self: stretch;
  background-color: rgba(208, 214, 221, 1);
}

.custom-template-single .post-sharing-buttons--footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .custom-template-single .post-sharing-buttons--footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

.custom-template-single .post-sharing-buttons--footer p {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--ast-global-color-0);
}

.post-sharing-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (min-width: 1024px) {
  .post-sharing-wrap {
    flex-direction: row;
  }
}

.pld-like-dislike-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .pld-like-dislike-wrap {
    justify-content: start;
  }
}

.pld-like-wrap {
  display: flex;
  flex-direction: row;
  padding: 6px 12px;
  align-items: center;
  border-radius: 32px;
  background: rgba(245, 245, 246, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.pld-like-count-wrap {
  display: flex;
}

.pld-like-count-wrap:after {
  content: "Likes";
  display: flex;
  color: rgba(22, 49, 86, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.post-date-reading-time > *:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -13px;
  font-size: 14px;
  color: #f04e23;
}

.list-item:hover,
.list-sub-item:hover {
  background-color: rgba(239, 246, 255, 1);
  border-radius: 8px;
}

.list-item a,
.list-sub-item a {
  width: 100%;
  height: 100%;
}

.pld-like-dislike-wrap .pld-common-wrap,
.pld-count-wrap {
  margin: 0;
}

.pld-like-count-wrap {
  gap: 8px;
}

span.pld-like-count-wrap:before {
  display: block;
  content: "";
}

.post-date {
  margin-right: 24px;
}

.post-date-reading-time > *:not(:last-child)::after {
  right: -16px;
}

.post-updated {
  margin-right: 24px;
}

.post-date-reading-time > *:not(:last-child)::after {
  right: -16px;
}

.newsletter-mobile {
  display: none;
}

.newsletter-desktop {
  display: flex;
}

@media (max-width: 1024px) {
  .newsletter-mobile {
    display: flex;
  }

  .newsletter-desktop {
    display: none;
  }

  .single-post-sidebar--content h6 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .single-post-sidebar--content h6 {
    width: 100%;
  }
}

.single-post-sidebar--content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.single-post-layout .post-sharing-buttons--footer {
  padding-bottom: 0;
  margin: 0;
}

.document-engine-pdf-button-container {
  display: none !important;
}

.details .beyondwords-player,
.single-post-main .beyondwords-player {
  display: none !important;
}

/* beyondwords player styles */
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-player svg path,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-widget svg path {
  fill: #163156 !important;
}

.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-player svg,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-widget svg {
  fill: #fff !important;
}

.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-player button,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-player button *,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-player a[href],
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-player a[href] *,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-widget button,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-widget button *,
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-widget a[href],
.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.beyondwords-widget a[href] * {
  width: 35px !important;
  height: 35px !important;
}

.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp
  .small.svelte-k6qh1c
  .end.svelte-k6qh1c {
  display: none !important;
}

/* search design design adjustments,  BG*/
#ott-search-results .ott-article-content header {
  padding-bottom: 0;
}

#ott-search-chat-wrapper .ott-search-hero .tooltip {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06) !important;
  transition: opacity 0.3s;
}

#ott-search-chat-wrapper .ott-search-hero .ott-tooltip-wrapper .tooltip p {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  font-weight: 400 !important;
  color: var(--ast-global-color-1) !important;
  letter-spacing: normal;
}

#ott-search-chat-wrapper .ott-input {
  padding: 10px 14px !important;
  height: 44px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}

#ott-search-chat-wrapper .ott-input:focus,
#ott-search-chat-wrapper .ott-button:focu {
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
}

#ott-search-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#ott-search-chat-wrapper .ott-button:hover {
  background-color: #122745 !important;
}

#ott-loading {
  margin-bottom: 128px;
}

#ott-loading .ott-loading-description {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
}

#ott-chat-response-wrapper .ott-chat-response-headline {
  margin-bottom: 24px;
}

#ott-chat-response-wrapper .ott-chat-response-question,
#ott-chat-response-wrapper .ott-chat-response-copy {
  margin-bottom: 0 !important;
}

#ott-chat-response-wrapper .ott-chat-response-feedback-wrapper {
  margin-top: 48px !important;
}

#ott-search-chat-wrapper .ott-article .ott-article-content h2 {
  margin-bottom: 0;
}

/* #ott-search-chat-wrapper .ott-article .ott-article-image {
	border: 2px solid #e8eaee;
} */

#ott-sources-list .ott-sources-article a:hover {
  color: #f04e23;
}

#ott-topics .ott-topics-container a {
  font-weight: 500;
}

#ott-contact {
  margin: 98px auto 128px !important;
}

.ott-contact__button a {
  padding: 12px 20px !important;
}

@media screen and (max-width: 768px) {
  #ott-chat-response-wrapper .ott-chat-response-headline {
    flex-direction: column;
    align-items: flex-start !important;
  }

  #ott-chat-response-wrapper {
    position: relative;
  }

  #ott-chat-response-wrapper .ott-chat-response-copy {
    position: absolute !important;
    bottom: 106px;
    padding: 0 !important;
  }

  #ott-chat-response-wrapper .ott-chat-response-feedback-wrapper {
    margin-top: 106px !important;
  }

  #ott-search-chat-wrapper .ott-article .ott-article-content {
    padding: 16px !important;
  }

  #ott-topics .ott-topics-container .ott-topics-holder {
    align-items: flex-start !important;
  }

  #ott-topics .ott-topics-container .ott-topics-button {
    padding: 6px 0 0 !important;
  }

  #ott-contact {
    margin: 72px auto 128px !important;
  }
}

/*recommended content design adjustments, BG */
.p-18 {
  margin-bottom: 0;
}

.single-post-recommended-content #ott-search-chat-wrapper {
  margin-top: 48px;
}

.single-post-recommended-content #ott-search-results-wrapper {
  max-width: 1300px;
}

.single-post-recommended-content
  #ott-search-chat-wrapper
  .ott-article
  .ott-article-image {
  height: 200px;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
}

/* .single-post-recommended-content #ott-search-chat-wrapper .ott-article .ott-article-image {
	border-radius: 16px;
} */

/* .single-post-recommended-content #ott-search-chat-wrapper .ott-article .ott-article-content-white {
	padding-left: 0 !important;
	padding-right: 0 !important;
} */

#ott-search-results .ott-article-content header {
  align-items: flex-start;
}

.single-post-layout.no-sidebar
  .ott-article-content.ott-article-content-white
  header {
  padding-bottom: 0;
}
