body {
  font-family: "Open Sans", sans-serif, Arial !important;
  line-height: 1.55;
}

.Header__headerImg {
  background-size: cover !important;
  background-position: center !important;
}

.Header_tabsTab {
    color: rgb(27, 64, 93);
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(254, 203, 0);
    margin-top: 0px;
    margin-left: auto;
    margin-right: 15px;
    font-family: "Avenir next", sans-serif;
    font-size: 0.85vw;
    font-weight: 700;
    line-height: 1.5vw;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(254, 203, 0);
    border-image: none;
    border-radius: 8px;
    padding: 12px;
}

.Header_tabsTab a {
  color:#1b405d
}
.Header__brandName {
    font-family: "Avenir Next", "Open Sans", Arial, sans-serif !important;
    font-weight:900 !important;
}

.Header__brandName,
.Header__brandName:hover,
.Header__brandName:focus,
.Header__brandName:active {
    color: #1b405d !important;
}

.Header__tabsTab {
  font-family: "Avenir Next", "Open Sans", sans-serif, Arial !important;
  font-weight:600 !important;
  font-size:22px !important;
  margin-left:6px;
  margin-right:6px;
}

.row {
  display:flex;
}

.col-sm-4 {
  position:relative;
}
.Header__ticketModule {
    display: none !important;
}

.category_heading, 
.CustomWidgets__title
{
  font-family: "Avenir Next", "Open Sans", Arial, sans-serif !important;
    color: #1b405d !important;
}

.category_heading,
.CustomWidgets__title {
  font-weight: 750 !important;
}

.CustomWidgets__title {
  font-size: 24px;
}

.BlurNav__blurbNavItem {
  border-radius: 15px;
}

.WidgetsContainer__rightWd,
.KbCategory__box,
.KbDetailLtContainer__articleContent,
.ArticleListRightContainer__widgetSection {
  /*border: 1px solid; Commenting WEB-392*/
  border-radius: 15px;
  width: fit-content;
  background-color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(27, 64, 93, 0.08);
}
Header__headerSearch {
}

Header__headerSearchInner {
  background: "light-grey";
}

.WidgetsContainer__rightWd,
.rounded-border {
  padding: 20px !important;
}

.rounded-border {
   border: 2px solid #000; /* Adjust the border color and width */
   border-radius: 15px; /* Adjust the radius for more or less rounded corners */
   padding: 20px; /* Add space inside the border */
   width: fit-content; /* Adjusts the block to fit the content */
   background-color: #f9f9f9; /* Optional background color */
  }

/* Commenting WEB-392
.Icon__white {
  color:black !important;
}
*/

.Header__tabsLink {
  color:#1b405d !important;
  font-family:"Avenir next", sans-serif !important;
  font-style: normal;
  font-size: 1.1rem;
  font-height 1.1rem;
  width:100%;
}

.Header__tabsTab.Header__tabsTabActive {
  border-bottom-color: #fecb00;
}

/* 1. Hide the My Area tab for everyone by default */
#Cases_tab {
    display: none !important;
}

/* 2. Show the tab ONLY when the root container has the 'signedIn' class */
.signedIn #Cases_tab {
    display: inline-block !important;
}

/*Mobile*/
@media (max-width: 768px) {
  .Header__tabsTab {
    font-size: 14px !important;
    margin-left: 4px;
    margin-right: 4px;
  }

  .CustomWidgets__title {
    font-size: 21px !important;
  }

  .BlurNav__blurbNavItem,
  .WidgetsContainer__rightWd,
  .rounded-border {
    border-radius: 14px !important;
  }
}

/*NEW ENHANCEMENTS 06292026: Vish*/
.cbk-help-cta {
  background: #ffffff;
  padding: 36px 24px;
  border-top: 1px solid #e6edf3;
}

.cbk-help-cta__inner {
  max-width: 1120px;
  margin: 0 auto;
  background: #1b405d;
  color: #ffffff;
  border-radius: 22px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cbk-help-cta h2 {
  color: #ffffff !important;
  margin: 4px 0 10px;
}

.cbk-help-cta p {
  margin: 0;
  max-width: 640px;
}

.cbk-eyebrow {
  color: #fecb00;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.cbk-help-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cbk-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.cbk-btn-primary {
  background: #fecb00;
  color: #1b405d !important;
}

.cbk-btn-secondary {
  background: #ffffff;
  color: #1b405d !important;
}

.cbk-footer {
  background: #1b405d;
  color: #ffffff;
  padding: 42px 24px 22px;
}

.cbk-footer__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 34px;
}

.cbk-footer h3,
.cbk-footer h4 {
  color: #ffffff !important;
  margin-bottom: 12px;
}

.cbk-footer p {
  color: rgba(255,255,255,0.78);
  margin-bottom: 14px;
}

.cbk-footer a {
  display: block;
  color: rgba(255,255,255,0.86) !important;
  text-decoration: none;
  margin-bottom: 9px;
}

.cbk-footer a:hover {
  color: #fecb00 !important;
}

.cbk-footer__bottom {
  max-width: 1120px;
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: flex;
  justify-content: center;
  gap: 16px;
  color: rgba(255,255,255,0.72);
}

.cbk-footer__bottom div {
  display: flex;
  align-items:center;
  justify-content:center;
<!-- gap: 18px; -->
}

.cbk-footer_bottom span {
    position: relative;
    display: flex;
    align-items: center;
 	top: -1px;
    margin: 0 8px;
    line-height: 1;
}
 .Feed__feed {
    border-radius:15px;
    border: none !important;
  }

@media (max-width: 768px) {
  .cbk-help-cta__inner,
  .cbk-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cbk-footer__grid {
    grid-template-columns: 1fr;
  }
  
  .Footer__footerLink {
    text-align: center;
    font-size:10px !important;
  }
  
  .Feed__feed {
    border-radius:15px;
    border: none !important;
  }
}

