/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>

.sr-cards-testimonial-slider-01-content-wrapper .sr-cards-testimonial-slider-01 .author-meta img {
    border-radius: 0px;
}

.widget_1690472863460 {
    background: #000;
    border-top: 0px none #e5e7ea;
    border-bottom: 0px none #e5e7ea;
}

  .charginglevelsTable td {
    padding: 10px;
    text-align: left;
    border: 1px solid #f0f0f0;
}
  

/* 
  thead.text-center.comparison-thead {
    display: block;
}
  tbody {
    display: block;
    height: 300px;
    width: 100%;
    overflow: auto;
} */

.appstore-badges {
    margin: auto;
    text-align: center;
}

.hero-feature-content.sr-spacer-top-25 {
    padding-top: 8px;
}

.hero-feature.text-white.text-center {
    padding: 1rem;
}
/*// Code for sticky sidebar elements on various B2C Pages //*/

 .row-fluid-wrapper.row-depth-1.row-number-20.dnd-row .stickyPromo {
    position: sticky;
    top: 86px;
}
.row-fluid-wrapper.row-depth-1.row-number-18.dnd-row .stickyPromo {
    position: sticky;
    top: 86px;
}

.row-fluid-wrapper.row-depth-1.row-number-13.dnd-row .stickyPromo {
    position: sticky;
    top: 86px;
} 


/*// Anchor Tag Scroll Offset /*/

a.SectionAnchor {
    height: 300px;
    margin-top: -300px;
    z-index: 2;
    position: absolute;
}

a[data-hs-anchor="true"] {
  scroll-margin-top: 12.5rem;
}

//*// FAQ page //*//

h2.faqTitle a {
    font-size: 24px;
    color: #89898c;
}

/*// Mobile Navbar - Change default 100vh property /*//
nav.header__menu.header__menu--mobile.header__menu--show {
    height: auto;
}

ul.sideBarLIst li {
 margin-bottom:16px; 
}

.faqContainer {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0!important;
    border-radius: 8px;
}
.faqContainer .container {
    padding-left: 0px;
    padding-right: 0px;
}


/*// Code for AC form integration styling & container //*/

button#_form_298_submit, button#_form_300_submit, button#_form_304_submit, button#_form_306_submit,  button#_form_308_submit,  button#_form_309_submit,  button#_form_310_submit {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.35;
    border-radius: 32px;
    min-height: 2.75rem;
    padding: 0 2.0rem;
    border: 0px solid;
    background-color: #18d1ae;
    border-color: #18d1ae;
    color: #052A23;
}

ˇ

  ._button-wrapper._full_width {
    text-align: center;
}
  .ac-form-container{
    padding: 32px;
    background-color: white;
}
  ._error-inner {
    color: red;
    font-size: 14px;
}

/*/// Code to fix Nav Menu Dropdown for Lang Switcher ///*/
#hs_cos_wrapper_site_header-module-1 .header__menu-link {
    text-wrap: nowrap;
}


/*// Guide page Article Cards & Styling ///*/
.guide-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 5px #0000001c;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.guide-card .container-fluid {
    padding: 0px;
}

/*// Guide page Article Cards & Styling ///*/
.container-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 5px #0000001c;
     padding: 24px;
    max-width: 330px;
    text-align: center;
    margin: auto;
}
.container-card .container-fluid {
    padding: 0px;
}

/*// 2-Col Newsletter Signup Margins /*/

.newsletter-signup {
    margin-left: 10%;
    margin-right: 10%;
}

@media screen and (max-width: 768px) {
  .newsletter-signup {
    margin-left: auto;
    margin-right: auto;
}
}

/*// Blog Styles /*/
span.imageCaption {
    background-color: #fff;
    padding: 12px;
    box-shadow: 0px 0px 16px 0px #00000036;
    display: block;
    float: left;
    bottom: -16px;
    position: absolute;
    left: 16px;
    border-left: 4px solid #18d1ae;
}

.imageWithCaption {
    display: block;
    float: left;
    position: relative;
    height: auto;
    margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
  .imageWithCaption {
    margin-bottom: 8px;
    margin-bottom: 32px;
    width: 100%;
  }
}

.blog .categories-trigger {
    display: none;
}

.blog .categories-container {
    display: block;
}

/*/ Mobile App Pages /*/

  .sr-multicol-media.mobile-splash-center {
    background-position: 500px;
}

/*/ Remove Padding left & Right /*/
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/*/ Custom Font for B2B - Genevra Condensed /*/
@font-face { font-family: 'Genevra Condensed'; src: url('https://40798709.fs1.hubspotusercontent-na1.net/hubfs/40798709/B2B/fonts/genevra-bold-webfont.woff2') format('woff2'), format('truetype');}

.blog .blog-content {
    padding: 2em 0px 3em 0px !important;
}

.title-wrap {
    margin-bottom: 0px !important;
}

/*/ Blog Card Images /*/
.blog-cards .card-image img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}
/* --- CUSTOM KNOWLEDGE BASE GRID --- */

/* 1. The Container: A Grid Surface */
.custom-kb-grid {
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0; /* Touching edges like the sketch */
  border: 1px solid #eee; /* Outer border */
  border-radius: 16px; /* Rounded corners for the WHOLE block */
  overflow: hidden; /* Clips the corners */
}

/* 2. The Cards: content styling */
.kb-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  background-color: #ffffff;
  border-right: 1px solid #eee; /* vertical dividers */
  border-bottom: 1px solid #eee; /* horizontal dividers */
  box-sizing: border-box;
  text-align: center;
  min-height: 280px; /* consistent height */
}

.kb-icon img {
  display: block;
  margin-bottom: 15px;
  max-width: 60px;
  height: auto;
}

.kb-title {
  font-size: 16px !important; /* Force readable size */
  line-height: 1.3 !important;
  margin: 10px 0 20px 0 !important;
  color: #1a1a1a;
  word-wrap: break-word;
}

.kb-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #18d1ae; /* Your Teal Color */
  color: #000 !important;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-top: auto; /* Pushes button to bottom */
}

/* --- RESPONSIVE LOGIC --- */

/* DESKTOP (Min 768px): 4 Columns */
@media (min-width: 768px) {
  .custom-kb-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  /* Remove right border on the last card */
  .kb-card:last-child {
    border-right: none;
  }
  .kb-card {
    border-bottom: none; /* No bottom borders on desktop */
  }
}

/* MOBILE (Max 767px): 2 Columns */
@media (max-width: 767px) {
  .custom-kb-grid {
    grid-template-columns: 1fr 1fr; /* STRICT 2 COLUMNS */
  }
  
  .kb-card {
    padding: 20px 10px;
    min-height: 240px;
  }

  /* Remove right border on even cards (2, 4) */
  .kb-card:nth-child(2n) {
    border-right: none;
  }
  
  /* Remove bottom border on the last row (3, 4) */
  .kb-card:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
</style>