html,
body {
    font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #FBF9F8;
    overflow-x: hidden;
}

.color-strip {
  max-width: 100%;
  width: 100%;
  height: 6px; /* Adjust height as needed for your strip */
  position: relative;
  background: #FBF9F8 url('images/colorStrip.png') repeat-x;
  background-size: auto 100%; /* Ensures it fits the height */
  margin-bottom: 0px;
  z-index: 1;
}



hr {
    border: none;
    border-top: 1px solid rgba(22, 21, 19, 0.1);
    margin: 0;
}

.u02tools.ut {
    position: absolute;
    right: 1em;
}



h2 {
        color: #191816;
      font-size: 1.4rem;
      margin-bottom: 20px;
      margin-top: 20px;
      padding: 10px 0 10px 0;
      font-weight: 600;

}


.breadcrumbs>ol li {
    display: inline-block;
}

.breadcrumbs>ol {
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumbs>ol a, .ldbg .tile, .ldbg .tile a {
    color: white;
    text-decoration: none;
}

.breadcrumbs>ol a:hover, .ldbg a:hover, .msg-index a:hover, .err a:hover {
    box-shadow: 0 1px 0 0;
    transition: box-shadow 0.3s;
}

.breadcrumbs>ol li:after {
    display: inline-block;
    content: "/";
    padding: 0 0.3em;
    color: #fff;
}

.breadcrumbs>ol li:last-child:after {
    content: "";
}




.u02w1 {
    justify-content: flex-start;
}

.pub-info {
    max-width: 1440px;
    margin: 30px auto 18px auto;
    position: relative;
    padding: 0 25px;
    padding-bottom: 20px;
    color: #F1EFED;
}

.pub-info h1 {
  
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
    margin: 8px 0 0;
}

.pub-info.pc {
    margin: 50px 20px 60px 20px;
}

.pub-info.pc h1 {
    margin-bottom: 24px;
}

#search-bar-container {
    margin-right: 0.5em;
}

.pub-info #search-bar-container {
    margin-left: 0;
}

.pub-info #preview-container {
    top: 102px;
}

@media only screen and (min-width: 600px) {
    .pub-info #preview-container {
        top: 102px;
    }
}

@media only screen and (min-width: 1024px) {
    .pub-info #preview-container {
        top: 110px;
    }
}

@media only screen and (max-width: 434px) {
    .pub-info #preview-container {
        top: 146px;
    }
}

.pub-info .pub-meta {
    display: inline-block;
    font-size: 16px;
    margin-top: 16px;
}


.ldbg .tile, .ldbg .tile a {
    color: white;
    text-decoration: none;
}

.pub-info .pub-meta .tax {
    font-size: 12px;
}

.msg-index .column.prefix[aria-hidden="true"] {
    display: none;
}

.indx {
    box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    min-height: calc(55vh - 50px);
    padding: 6px 0 0 0;
}

.msg-index div {
    line-height: 1.8;
}

.msg-index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.msg-index a {
    text-decoration: none;
}

.msg-index .column.msgs {
    font-size: 16px;
    font-weight: 700;
    column-count: 6;
    padding: 24px;
    margin-left: 4em;
}

.msg-index .column.prefix {
    font-size: 13.75px;
    float: left;
    width: 180px;
    margin-left: 60px;
    padding: 30px 21px;
    background-color: #fbf9f8;
    border: 2px solid #d3d3d324;
}

.msg-index .column.prefix li {
    padding: 0.5em 1em;
}

.msg-index .column.msgs div {
    padding: 5px 0;
}

.msg-index .column.msgs a,
.err a {
    color: #00688c;
    text-decoration: none;
}

.msg-index .active {
    background-color: #e5f4dc;
    border-radius: 4px;
}

.msg-index:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.msg-index .column.prefix a {
    color: #3c4545;
}

.msg-index .lft {
    position: absolute;
    height: calc(100% - 6px);
    width: 60px;
    padding: 30px 12px;
    background-color: #f1efed;
    border-radius: 0 0 0 6px;
}

.msg-index button {
    height: 36px;
    width: 36px;
    cursor: pointer;
    border-radius: 4px;
}

.msg-index button:focus {
    outline: 1px dotted black;
    outline-offset: 1px;
}

.msg-index .lft button {
    background: rgba(22, 21, 19, 0.08);
    border: none;
}

.msg-index button>img {
    margin-top: 5px;
}

.msg-index .lft button>img {
    height: 15px;
    width: 15px;
}

.msg-index #prf button {
    display: none;
    position: absolute;
    top: 5em;
    right: 1.5em;
    background: transparent;
    border: 1px solid rgba(22, 21, 19, 0.5);
}

@media only screen and (max-width: 1023.9px) {
    body.blur {
        height: 100vh;
        overflow-y: hidden;
    }

    .pub-info.pc {
        width: auto;
        padding: 0 1em;
    }

    .pub-info.blur {
        opacity: 0.7;
    }

    .pub-info.pc #search-bar-container #search-icon span {
        margin: 4px 0px 0px 10px;
    }

    .msg-index .column.msgs {
        column-count: 5;
        padding-left: 1em;
        margin-left: 1em;
    }

    .msg-index .column.prefix {
        position: fixed;
        top: 0;
        right: 0;
        width: 520px;
        height: 100%;
        padding: 9em 1.5em 0 1.5em;
        box-shadow: -8px 0px 15px rgba(0, 0, 0, 0.05);
        overflow-y: auto;
        z-index: 1;
    }

    .msg-index .lft {
        right: 0;
        background-color: #FBF9F8;
        padding: 30px 24px 0 0;
    }

    .msg-index #prf button {
        display: block;
    }

    .msg-index.blur,
    .wrap.blur {
        background-color: rgba(49, 45, 42, 0.15);
    }
}

@media only screen and (max-width: 900px) {
    .msg-index .column.msgs {
        column-count: 4;
    }
}

@media only screen and (max-width: 700px) {
    .msg-index .column.msgs {
        column-count: 3;
    }
}

@media only screen and (max-width: 599.9px) {
    .msg-index .column.prefix {
        width: 288px;
    }
}

@media only screen and (max-width: 540px) {
    .msg-index .column.msgs {
        column-count: 2;
        padding-left: 0;
    }

    .msg-index .lft {
        padding: 30px 15px 0 9px;
    }
}

.msg-index .column.prefix::-webkit-scrollbar {
    width: 8px;
}

.msg-index .column.prefix::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 4em;
}

.msg-index .column.prefix::-webkit-scrollbar-thumb,
.msg-index .column.prefix::-webkit-scrollbar-thumb:hover {
    background: #c8c8c8;
    border-radius: 20px;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 770px) {
    .u03v6+.rc23 {
        margin-top: -70px;
        padding-top: 70px
    }
}



body .f20w1>section {
    opacity: 1;
    filter: initial;
}

*:is([class*="-00bg"], [class*="-10bg"], [class*="-20bg"], [class*="-30bg"], [class*="-40bg"], [class*="-50bg"], [class*="-60bg"], [class*="-70bg"], [class*="-80bg"], [class*="-90bg"]) {
    color: #161513
}

*:is([class*="-00bg"], [class*="-10bg"], [class*="-20bg"], [class*="-30bg"], [class*="-40bg"], [class*="-50bg"], [class*="-60bg"], [class*="-70bg"], [class*="-80bg"], [class*="-90bg"]) *:is([class*="-100bg"], [class*="-110bg"], [class*="-120bg"], [class*="-130bg"], [class*="-140bg"], [class*="-150bg"], [class*="-160bg"], [class*="-170bg"], [class*="-180bg"], [class*="-190bg"], [class*="-200bg"]) {
    color: #fff
}



.rc23.rc23v3 .rc23w2 .rc23w3 {
    min-height: 27em;
}

.rw-theme-150bg {
    background-color: #3c4545;
}

[class*='bgimgw1'] {
    position: relative;
    z-index: 1;
}

.rc23.rc23v3 .rc23w2 .rc23w3>* {
    z-index: 0;
}

.bgimgw1 {
    background: #4f5a5a url(images/banner.png) no-repeat bottom;
    background-size: 1931px 425px;
    background-size: cover;
}

@media only screen and (min-width: 1921px) {
    .bgimgw1 {
        background-size: cover;
    }
}

.rc23.rc23v3 .rc23w1 {
    max-width: 100%;
    position: relative;
    background: #FBF9F8 url(images/colorStrip.png) repeat-x;
}

.colorStipDiv {
    max-width: 100%;
    position: relative;
    background: #FBF9F8 url(images/colorStrip.png) repeat-x;
}

.err {
    box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    min-height: 354px;
}

.err h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 6px 0 0 0;
    
}

.err h3 {
    float: left;
    font-size: 1.17rem;
    margin: 16px 0 10px 16px;
}

.err div.st {
    font-size: 18px;
    margin-bottom: 20px;
}

.err div.ca {
    font-size: 16px;
    padding-left: 80px;
}

.err div.ca.v {
    padding-left: 0;
}

.err .ca ul {
    margin: 0 0 14px 0;
}

.err div.t {
    font-size: 16px;
    margin-left: 16px;
}

.err div.t>p:first-child {
    margin-top: 49px;
}

.err div.t a>strong {
    font-weight: 400;
}

.err .t pre {
    white-space: pre-wrap;
    word-break: keep-all;
}

div.infoboxnote {
    border-left: 8px solid #7dd1d3;
    background-repeat: no-repeat;
    background-position-x: 35px;
    background-position-y: center;
    padding-left: 95px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1a1816;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 30px;
}

article>h2 {
    margin-bottom: 0.1em;
}

@media only screen and (min-width: 767.1px) {
    div.infoboxnote {
        padding: 0px 25px 0px 91px !important;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjciIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249InBlbmNpbC1hbHQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1wZW5jaWwtYWx0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDk3LjkgMTQyLjFsLTQ2LjEgNDYuMWMtNC43IDQuNy0xMi4zIDQuNy0xNyAwbC0xMTEtMTExYy00LjctNC43LTQuNy0xMi4zIDAtMTdsNDYuMS00Ni4xYzE4LjctMTguNyA0OS4xLTE4LjcgNjcuOSAwbDYwLjEgNjAuMWMxOC44IDE4LjcgMTguOCA0OS4xIDAgNjcuOXpNMjg0LjIgOTkuOEwyMS42IDM2Mi40LjQgNDgzLjljLTIuOSAxNi40IDExLjQgMzAuNiAyNy44IDI3LjhsMTIxLjUtMjEuMyAyNjIuNi0yNjIuNmM0LjctNC43IDQuNy0xMi4zIDAtMTdsLTExMS0xMTFjLTQuOC00LjctMTIuNC00LjctMTcuMSAwek0xMjQuMSAzMzkuOWMtNS41LTUuNS01LjUtMTQuMyAwLTE5LjhsMTU0LTE1NGM1LjUtNS41IDE0LjMtNS41IDE5LjggMHM1LjUgMTQuMyAwIDE5LjhsLTE1NCAxNTRjLTUuNSA1LjUtMTQuMyA1LjUtMTkuOCAwek04OCA0MjRoNDh2MzYuM2wtNjQuNSAxMS4zLTMxLjEtMzEuMUw1MS43IDM3Nkg4OHY0OHoiPjwvcGF0aD48L3N2Zz4=") no-repeat 35px center;
    }
}

.ohc {
    max-width: none !important;
}

.u02 {
    max-width: 1600px;
    margin: auto;
    box-shadow: none;
}

.main-content {
    height: auto;
    max-width: 1600px;
}

.ldbg {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    box-sizing: border-box;
}

.ldbg p {
    margin: 12px 0 24px 34px;
}

.ldbg h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 24px 0;
}

.ldbg h3 {
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
    margin: 0 0 0 12px;
}

.ldbg h3>a {
    color: black;
    text-decoration: none;
}

.ldbg .rb {
    display: flex;
}

.ldbg .linkbox {
    display: block;
    text-decoration: none;
    border-radius: 8px;
}

.ldbg .linkbox:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ldbg .tile {
    background: #ffffff;
    border: 1px solid rgba(22, 21, 19, 0.12);
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    flex: 1 1 200px;
    min-width: 200px;
}

.ldbg .tile h3 {
    padding: 0 24px 48px 24px;
    color: #333;
}
.ldbg .tile p {
    padding-top: 24px;
    color: #333;
}

.ldbg .tile>img {
    width: 100%;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ldbg .tile div {
    margin-bottom: 44px;
}

.ldbg .tile a {
    line-height: 16px;
    font-weight: 700;
}

.archive {
    text-align: center;
    background-color: #F1EFED;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 1.1em;
    font-weight: 600;
}
.archive a {
        color: #00688C;
}
.archive a:hover {
    color: #000;
}
.placeholder-text {
    text-overflow: ellipsis;
    width: 700px;

    white-space: nowrap;
    overflow: hidden;

    position: absolute;
    left: 12px;
    text-align: left;

    justify-items: center;
    transform: translateY(-50%);
    pointer-events: none;
    color: #7A736E;
    margin-top: 10px;
    font-size: medium;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.slide-up {
    transform: translateY(-150%);
    opacity: 0;
}

.slide-down {
    transform: translateY(50%);
    opacity: 0;
}

.hidden-placeholder {
    opacity: 0;
}

@media only screen and (max-width: 1023.9px) {
    .ldbg {
        gap: 12px;
        padding: 36px;
    }
}

@media only screen and (max-width: 800px) {
    .ldbg {
        display: block;
        padding: 36px;
    }

    .ldbg .tile {
        width: auto;
        min-width: auto;
        margin: 0 0 24px 0;
    }
}

@media only screen and (max-width: 599.9px) {
    .ldbg {
        background: none;
    }

    .err div.ca>p:last-child,
    div.ca>div:last-child {
        margin: 1em 0 10px 0;
    }

    .err div.ca>p:first-child,
    div.ca>div:first-child {
        margin: 47px 0 10px 0;
    }

    .err .ca p,
    div.t {
        margin-left: 0;
    }

    .err div.t {
        margin-right: 0px;
    }

    .err div.ca {
        padding-left: 16px;
    }
}

footer .u10w1 {
    padding: 0px 48px 20px 48px;
}

footer .u10w5 .u10-links {
    margin-top: 12px;
}

footer ul.u10-links li a {
    font-size: 13.75px;
}

@media only screen and (max-width: 1024px) {
    ul li {
        line-height: normal;
    }

    footer .u10v0 .u10w1 {
        padding-top: 5px;
    }

    footer .u10v0 .u10w5 {
        margin-top: 5px;
    }

    footer .u10w1 {
        padding: 0px 48px 11px 48px;
    }
}

@media only screen and (max-width: 770px) {
    footer .u10v0 .u10w5 .u10-links .last {
        margin-top: 0;
    }
}

#release {
    font-size: 12px;
    margin: 8px 0 0px 12px;
    display: inline-block;
}

.pub-metas[aria-hidden="true"] {
    display: none;
}

.pub-metas>div:first-child {
    position: relative;
    width: 144px;
    height: 52px;
    margin-right: 24px;
    border: solid 1px rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.pub-meta #rcbox {
    cursor: pointer;
    font-size: 17px;
    padding-left: 12px;
}

.pub-meta img {
    float: right;
    user-select: none;
    margin: 23px 15px 0 0;
    cursor: pointer;
}

#rList {
    position: absolute;
    z-index: 1;
    display: none;
    width: 144px;
    margin: 0px 0;
    padding: 6px 0;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.16);
    font-size: 14px;
    list-style: none;
    color: black;
    background-color: #FBF9F8;
    cursor: pointer;
}

#rList.open {
    display: block;
}

#rList li {
    padding: 14px 16px;
}

#rList li:hover {
    background-color: rgb(22, 21, 19, 0.08);
}

#rList li.selected {
    border-top: 1px solid #227E9E;
    border-bottom: 1px solid #227E9E;
    background-color: rgb(143, 191, 208, 0.4);
}

.pub-info.pc #preview-listview {
    list-style: none;
    padding-left: 0;
}

:root {
  --banner-bg: #F5EEDA;
  --banner-text: #544F4C;
  --brand-orange: #FDA13B;
  --banner-border: #3C3632;
}

.cs-ai-banner {
  width: 100vw;
  min-width: 0;
  background: var(--banner-bg);
  display: flex;
  position: relative;
  min-height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
  text-align: left;
}

.cs-ai-banner-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: left;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  
  gap: 4px;
  z-index: 2;
}

.cs-ai-banner-title {
  font-size: 2rem;
  line-height: 1.15;
  color: var(--banner-text);
  font-weight: 800;
  margin: 0 0 10px 0;
  letter-spacing: 0.01em;
  max-width: 75vw;
  word-break: normal;   /* ensures it will wrap at natural word breaks */
  white-space: normal;  /* lets lines wrap */
}

.brand-orange {
  color: var(--brand-orange);
  font-weight: 900;
}

/* Learn More Button: tight, transparent, left, hugs content */
.cs-ai-learn-btn {
  display: inline-flex;
  margin: 4px;
  align-items: center;
  gap: 8px;
  color: #3C3632;
  border: 1.31px solid var(--banner-border, #3C3632);
  background: transparent;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
  outline: none;
  line-height: 1.2;
  box-sizing: border-box;
  transition: background 0.2s;
}
.cs-ai-learn-btn .external-icon {
  display: flex;
  align-items: center;
  margin-right: 2px;
}
.cs-ai-learn-btn .external-icon svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.cs-ai-learn-btn:hover,
.cs-ai-learn-btn:focus-visible,
.cs-ai-learn-btn:active {
  background: rgba(22, 21, 19, 0.10); /* 10% black */
}

/* Optional: Banner side art */
.cs-ai-banner-art {
  position: absolute;
  top: 0; 
  left: 80vw;
  right: 20px;
  bottom: 0;
  width: 340px;
  height: 100%;
  
  z-index: 1;
  pointer-events: none;
}

.cs-ai-banner-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/agenticAI.png') right center no-repeat;
  background-size: contain;
  transform: scale(1.5);  /* Scales up the image by 1.5x */
  transform-origin: right center; /* scales from the right edge */
  width: 100%;
  height: 100%;
}

/* Responsive */
@media (max-width: 1400px) {
  .cs-ai-banner-content { padding: 12px 36px; }
  .cs-ai-banner-title { font-size: 1.27rem; }
  .cs-ai-banner-art { width: 180px; }
}
@media (max-width: 900px) {
  .cs-ai-banner-content { padding: 10px 12px; }
  .cs-ai-banner-title { font-size: 1.09rem; }
  .cs-ai-banner-art { width: 90px; }
}
@media (max-width: 600px) {
  .cs-ai-banner {
    flex-direction: column;
    overflow: visible;
    min-height: unset;
  }
  .cs-ai-banner-content {
    padding: 7px 3vw 12px 3vw;
    gap: 8px;
  }
  .cs-ai-learn-btn { width: auto; }
  .cs-ai-banner-title { font-size: 0.97rem; }
  .cs-ai-banner-art { display: none; }
}

:root {
  --light-surface-neutral-10: #FBF9F8;
  --light-surface-neutral-subtle: rgba(22, 21, 19, 0.08);
  --theme-green: #236B45;
  --tab-active-color: #222;
  --tab-border: #236B45;
}

body {
  margin: 0;
  background: var(--light-surface-neutral-10, #FBF9F8);
  
}
.page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border-radius: 0;
  background: #fff;
  margin: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
}

/* Top Bar */
.topbar {
  display: flex;
  align-items: center;
  background: #3C3632;
  color: #fff;
  width: 100%;
  padding: 16px 24px;
  font-size: 22px;
  gap: 12px;
  border-radius: 0;
}
.menu-icon { font-size: 28px; margin-right: 16px; cursor: pointer;}
.title { font-weight: bold; }

/* Banner */
.banner {
  width: 100%;
  background-image: url("images/banner.png");
  
  color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 40px;
}
.banner-content {
  padding: 40px clamp(40px, 6vw, 90px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.banner-tall .banner-content {
  min-height: 140px;
  padding-bottom: 40px;
  
}
.banner-content h1 {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 12px 0 8px 0;
  line-height: 1.3;
}
.banner-content .highlight {
  color: #F5EEDA;
  font-weight: 700;
}
.breadcrumbs {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 2px;
}

/* Search Bar & Chips Shared */
.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  box-sizing: border-box;
}
.search-icon { margin-right: 8px; color: #333; }
.search-chip {
  background: #484848;
  color: #fff;
  border-radius: 16px;
  padding: 4px 12px;
  margin-right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.close-chip { margin-left: 8px; cursor: pointer; font-weight: bold;}
.search-bar input {
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
  color: #333;
  background: transparent;
  min-width: 30%;
}

/* Filter Chips directly below the search bar */
.resources-search-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 18px;
  width: 100%;
}
.search-and-chips {
  width: 100%;
}
.resources-search-bar {
  min-width: 250px;
  flex: 1 0 240px;
  margin-bottom: 6px;
}
.filter-tags {
  display: flex;
  align-items: center;
  gap: 9px;
}
.resource-chip {
  display: inline-block;
  background: #EEE;
  color: #444;
  font-size: 13px;
  border-radius: 16px;
  padding: 5px 14px;
  margin-right: 2px;
}

/* Floating Scroll Button */
.resource-scroll-btn-float {
  position: fixed;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  z-index: 1002;
  background: var(--theme-green);
  color: #fff;
  border: none;
  border-radius: 32px;
  font-size: 1.09rem;
  padding: 14px 34px;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 4px 24px rgba(60, 54, 50, 0.11);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(.4,0,.2,1);
}
.resource-scroll-btn-float.visible {
  opacity: 1;
  pointer-events: auto;
}
.resource-scroll-btn-float:active {
  background: #32845E;
}
@media (max-width: 600px) {
  .resource-scroll-btn-float {
    padding: 12px 18px;
    font-size: 1rem;
    bottom: 14px;
  }
}

/* Secondary Banner (Home) */
.secondary-banner {
  width: 100%;
  background: #F5EEDA;
  padding: 18px clamp(40px, 6vw, 90px);
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  border-bottom: 1px solid #EEE;
  box-sizing: border-box;
  border-radius: 0;
}
.learn-more-btn, .learn-more-btn:link {
  background: #fff;
  border: 1px solid #7A776A;
  border-radius: 6px;
  font-size: 16px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 18px;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.16s;
}
.learn-more-btn:hover {
  background: #f2f2ed;
}
.external-icon { margin-right: 6px; }

/* Home Page Cards Row */
.cards-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 5vw, 40px);
  margin: 40px 0;
}

/* Home Page Card */
.card {
  display: flex;
  flex-direction: column;
  width: 375px;
  min-width: 400px;
  height: 333px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.18s;
  box-shadow: 0 1px 8px rgba(60,54,50,0.03);
  cursor: pointer;
  border: 1.31px solid var(--light-surface-neutral-subtle, rgba(22, 21, 19, 0.08));
  margin-bottom: 28px;
}
.card:hover {
  box-shadow: 0 8px 24px rgba(60,54,50,0.15), 0 2px 8px rgba(60,54,50,0.13);
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #eee;
}
.card-content {
  width: 100%;
  background: #fff;
  padding: 24px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.card-category {
  color: #767676;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}
.card-title {
  color: #383838;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

/* Learn More Page Sections */
.section-offerings, .section-resources {
  width: 100%;
  background-color: #F5F4F2;
  box-sizing: border-box;
  padding: 0;
}
.section-inner, .resources-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px clamp(40px, 6vw, 90px);
  box-sizing: border-box;
  background-color: #F5F4F2;
}


.text-block-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/* AI Offerings Video */
.offerings-video-block {
  
  width: 100%;
  max-width: 60vw;
  text-align: left;
  margin: 0 auto 18px 0;
  padding: 20px 0 60px 60px 0;
}

.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}

.offerings-description {
  font-size: 1.0 rem;
  max-width: 70vw;
  color: #272727;
  margin-top: 18px;
}

/* Tabs */
.tab-list {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  margin-top: 16px;
  overflow-x: auto;
}
.tab {
  background: none;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #454545;
  padding: 10px 16px 12px 16px;
  cursor: pointer;
  border-bottom: 2.5px solid transparent;
  transition: border-color 0.15s, color 0.15s;
  font-weight: 500;
  margin-bottom: -2px;
}
.tab.tab-active {
  color: var(--tab-active-color);
  border-bottom: 2.5px solid var(--tab-border);
  font-weight: 700;
}

/* Resource Cards Row */
.resources-cards-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 10px;
}
.resource-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(60,54,50,0.03);
  transition: box-shadow 0.18s;
  width: 320px;
  min-width: 220px;
  max-width: 95vw;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1.31px solid var(--light-surface-neutral-subtle, rgba(22, 21, 19, 0.08));
}
.resource-card:hover {
  box-shadow: 0 8px 24px rgba(60,54,50,0.15), 0 2px 8px rgba(60,54,50,0.13);
}
.resource-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  background: #EEE;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.resource-content {
  padding: 18px 14px 14px 16px;
}
.resource-title {
  font-weight: bold;
  color: #383838;
  font-size: 17px;
  margin-bottom: 4px;
}
.resource-type {
  color: #767676;
  font-size: 14px;
}

.resource-description {
  color: #767676;
  font-size: 14px;
}

/* ----------- Responsive ----------- */
@media (max-width: 900px) {
  .banner-content,
  .section-inner,
  .resources-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 800px) {
  .banner-content,
  .section-inner,
  .resources-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .resources-cards-row {
    flex-direction: column;
    gap: 16px;
  }
  .resource-card {
    width: 98vw;
    min-width: unset;
    max-width: 430px;
    margin: 0 auto;
  }
  .cards-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .card {
    width: 96vw;
    max-width: 410px;
    min-width: unset;
    margin-bottom: 16px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .banner-content,
  .section-inner,
  .resources-inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .banner-content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-heading {
      
      color: #236B45;
      font-size: 2rem;
      margin-bottom: 20px;
      margin-top: 20px;
      padding-top: 20px;
      margin-top: 0;
      font-weight: 600;
      
  }
  .resource-content {
    padding: 11px 8px 11px 9px;
  }
  .resource-title {
    font-size: 14px;
  }
  .resource-type {
    font-size: 12px;
  }
  .card-content {
    padding: 13px 8px 13px 9px;
  }
  .card-category {
    font-size: 14px;
  }
  .card-title {
    font-size: 16px;
  }
  .topbar {
    font-size: 16px;
    padding: 14px 8px;
    gap: 6px;
  }
}

.tab-list {
  display: flex;
  align-items: flex-start;
  min-height: 48px;
  max-height: 48px;
  gap: 32px;
  padding: 0;
  background: #F9F7F4; /* or #FAF9F7 or your light bg */
  border-bottom: 1.5px solid #E2E2E2;
  align-self: stretch;
  position: relative;
}
.tab {
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  color: #5B5754; /* Grey for inactive */
  padding: 0 4px;
  height: 48px;
  min-width: 90px;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  /* Remove native focus highlight if desired */
}
.tab.tab-active {
  color: #191816;
  font-weight: 700;
}
.tab.tab-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;  /* use 0 for full-width, otherwise inset for the notch effect */
  right: 0px;
  bottom: -1.5px;
  height: 5px;
  background: #191816; /* Oracle black for underline */
  border-radius: 2.5px 2.5px 0 0;
  z-index: 10;
}
.tab:hover:not(.tab-active), .tab:focus-visible:not(.tab-active) {
  background: #E6E3E0;         /* Medium/dark grey on hover */
}

.cs-ai-banner-row {
    display: flex;
    align-items: center;
    gap: 8px; /* space between title and button */
    flex-wrap: wrap;
}

.cs-ai-banner-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}


@media (max-width: 1400px) {
  .cs-ai-banner-art {
    display: none;
  }
}

@media (max-width: 700px) {
  .cs-ai-banner-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cs-ai-learn-btn {
    margin-left: 0;
    margin-top: 8px;
    width: auto;
    align-self: flex-start;
  }
  .cs-ai-banner-title {
    font-size: calc(2rem - 4px); /* Reduce font size by 4px */
  }
}

@media (max-width: 300px) {
  .cs-ai-banner-title {
    font-size: calc(2rem - 8px); /* Reduce font size by 8px total */
  }
}

.card,
.card-v1-1 {
  display: inline-block;
  width: 380px;
  min-width: 400px;
  height: 182px;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.card-v1-1:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}

.card-v1-1 {
  display: inline-block;
  width: 380px;
  min-width: 400px;
  height: 182px;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-v1-1:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}

.card-v1-1 .tile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-v1-1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.card-v1-1 .tile h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
  margin: 0;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}

.card-title,
.cs-ai-banner-title {
    font-size: 1.5rem; /* Match the card title font size */
    font-weight: 600;
    margin: 0;
}

/* Remove any drop shadow for the banner title and card titles */
.cs-ai-banner-title,
.card-title {
    text-shadow: none !important;
    box-shadow: none !important;
}


    .triage-agent-section{
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
     margin: 0 auto 0 auto;
      max-width: 900px;
      align-items: center;
      gap: 20px;
      padding: 60px;
    }

    .image-block, .text-block {
      flex: 1 1 300px;
      min-width: 250px;
    }

        .image-block img {
      width: 80%;
      height: auto;
      display: block;
      border-radius: 8px;
    }
    @media (max-width: 700px) {
      .triage-agent-section {
        flex-direction: column;
        gap: 15px;
      }
    }


    body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 24px;           
  row-gap: 10px;
  max-width: 1100px;
  margin: 40px auto;
  background: none;
}

.grid-section {
  
  padding: 0px 20px 20px 20px;
  margin: 0px 20px 20px 20px;
  min-height: 150px;
  border-radius: 16px;
  width: 100%;
  /*
  background-color: #FBF9F8;

  border: 2px solid rgba(22, 21, 19, 0.12);
  
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12); */

}



@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 98vw;
    padding: 0 6px;
    gap: 8px;           /* Tighter gap on smaller screens if you'd like */
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
    gap: 4px;           /* Minimum 4px gap as required */
    padding: 0 4px;
  }
}

