.space-overview.space-overview__detail {
    margin-bottom: 25px;
}

.article__content h2, .article__content h3 {
    margin-top: 1rem;
}

.article__content h4, .article__content h5, .article__content h6 {
    margin-top: 1rem;
}

/* Styling buttons for expanding tables/images */
.toggle {
  color: red;
}

/* Styling code blocks */
.code-macro__language {
    background-color: #d8dce1;
}

.code-macro pre {
  background-color: #fff;
  border: 1px solid #d8dce1;
}

.code-macro code, .code-macro pre {
  background-color: #fff;
}

.code-macro .toolbar button.copy-to-clipboard-button {
  color: #e00;
}

.code-macro .token.class-name, .code-macro .token.deleted, .code-macro .token.function, .code-macro .token.property, .code-macro .token.selector, .code-macro .token.tag {
  color: #e00;
}

/* H1 heading to 32px */
h1.vp-article__heading.article__heading {
	font-size: 32px;
}

/* Expand button for tables and images to red */
button#toggle-open.toggle {
    color: #e00;
}

/* Hide both sections only on the IDP page using page ID */
body[pageid="7110994"] .space-overview__detail__news,
body[pageid="7110994"] .space-overview__topics {
  display: none !important;
}

/* Set space between main content and the footer on the portal/content page */
.portal {
    margin-bottom: 30px;
}

/* Last Updated to 22px */
h2.col-span-2.space-overview__detail__news--title {
  font-size: 22px;
}

/* Items under Last Updated to 14px and red on hovering */
a.space-overview__detail__news__post-wrapper:hover * {
    color: red;
}

h3.space-overview__detail__news__post--title.col-span-1.lg\:col-span-2.space-overview__detail__news__post {
    font-size: 14px;
}

/* Spacing between items in the Expland macro to 1 rem */
.expand-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  }

/* Accordion links on hovering to red */
.vp-accordion-link-group a:hover {
    color: #e00;
}

/* More links on the Content page to red */
.list__topic__more a:hover {
    color: #e00;
}

/* Last Updated to red on hovering */
a.space-overview__detail__news__post-wrapper:hover {
  color: #e00 !important;
}

/* Hide update time for Latest Updates */
a > span.space-overview__detail__news__post--date {
    display: none;
}

/* Make distance between latest update entries smaller */
.space-overview__detail__news__post--title {
    margin-bottom: -10px;
}

/* Copyright links */
.footer__attribution-line--copyright li > a {
  text-decoration: none;
}

.footer__attribution-line--copyright li > a:hover {
  text-decoration: underline;
  color: #000;
}

/* Links in the footer */
.footer__links a {
  text-decoration: none;
}

.footer__links a:hover {
  text-decoration: underline;
}

/* Top navigation links */
.header__navigation--large__menu .render-links--link > a {
  text-decoration: none;
}

.header__navigation--large__menu .render-links a:hover {
  color: #e00 !important;
}

/* Date styles on the content page */
.space-overview__detail__news__post--date {
  text-decoration: none;
  font: var(--K15t-font-body-small);
}

li[data-vp-id="portal-space-tile"] a {
  text-decoration: none;
}

a {
    color: #08237d;
    text-decoration: underline;
}

a:hover {
  color: #e00;
}

/* targets every <a> inside a pinned-topics tile */
.tile--pinned-topics a:hover {
  text-decoration: underline;
}

/* Links on the content page */
li.list__topic__article a {
    text-decoration: none;
}

/* Leave breadcrumb color unchanged on hovering */
.vp-breadcrumbs .breadcrumbs li a:hover {
  color: #AFAFB4;
  text-decoration: underline;
}

.vp-breadcrumbs .breadcrumbs li a {
  text-decoration: none;
}

/* Making tiles on the portal page red on hovering
.tile.tile--spaces:hover {
  border-color: var(--K15t-color-red-400);
}
*/

/* Target the existing list-item’s logo image */
.header__navigation--logo a img {
  min-width: 140px;
  width: auto;   /* allows it to grow if container is larger */
  height: auto;  /* preserves aspect ratio */
}

/* Scope to the right‐sidebar TOC container */
.vp-article__aside-right vp-toc {
  /* Remove the border by resetting its variables */
  --_border-width: 0;
  --_border-color: transparent;
}

/* 1a. Remove any border on the nav container */
.vp-article__aside-right vp-toc nav[aria-labelledby="title"] {
  border: none;
}

/* 1b. Remove the left border from nested TOC lists */
.vp-article__aside-right vp-toc nav[aria-labelledby="title"]
  ol.toc-list ol.toc-list {
  border-left: none;
}

/* Scope the variable so only this TOC uses red for its active indicator */
.vp-article__aside-right vp-toc {
  --_foreground-color-selected: #e00;
}

/* Styling expand boxes for tables and images */
.toggle {
    border-color: #e00;
    background-color: white;
}

/* Make links on the content page red */
h3.list__topic a:hover {
    color: #e00;
}

tile__headline a:hover {
  color: #e00 !important;
}

/*
list__topic__article a:hover {
	text-decoration: none !important;
}
*/

/* Hide date for latest topics on the content page
.space-overview__detail__news__post--date {
  display: none;
}
*/

/* Color for active button on the portal page */
.vp-dropdown--searchbar .vp-dropdown__button[aria-expanded=true] {
    background-color: #e00 !important;
}

.vp-dropdown__option:before {
    background-color: #e00;
}

.vp-dropdown__button:hover {
    background-color: #e00;
    color: #fff;
}

.vp-dropdown--searchbar .vp-dropdown__button:focus-within, .vp-dropdown--searchbar .vp-dropdown__button[aria-expanded=true] {
    background-color: #e00;
}

/* Margins inside list in blockquotes */
.article__content blockquote ol,
.article__content blockquote ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* Redefining color for links */
a.external-link {
    color: #08237d;
    text-decoration: underline;
}

a.external-link:hover {
  color: #e00;
}

/* Note style */
.article__content blockquote {
    border-left: 3px solid #e00;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 20px;
}

/* Entire table: remove outer borders and shadows */
table.confluenceTable {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: white !important;
  font-family: sans-serif !important;
  font-size: 16px !important;
  border: none !important;
  box-shadow: none !important;
}

/* Table header: remove all borders except bottom */
table.confluenceTable th.confluenceTh {
  background-color: white !important;
  font-weight: bold !important;
  padding: 12px 16px !important;
  text-align: left !important;
  vertical-align: top !important;

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd !important;
  box-shadow: none !important;
}

/* Table data cells: fully borderless */
table.confluenceTable td.confluenceTd {
  background-color: white !important;
  border: none !important;
  padding: 12px 16px !important;
  text-align: left !important;
  vertical-align: top !important;
  box-shadow: none !important;
}

/* Row hover */
table.confluenceTable tr:hover td {
  background-color: #f1f1f1 !important;
}

/* Copyright text to 11px */
ul.footer__attribution-line--copyright.hc-footer-font-color {
  font-size: 11px !important;
}

/* Sidebar border color to white */
nav {
	border-color: #fff !important;
}

/* Headings on the Content Source page */
.space-overview__content__heading h2 {
    font-size: 2rem;
}

/* Search box on the Content Source page */
.flex.flex-row.flex-wrap.space-overview__detail__search {
	margin-top: 35px;
}

/* Search box borders on the Content Source page */
.flex.flex-row.flex-wrap.space-overview__detail__search {
	border-color: #000;
}

/* Lines on the Content Source page to black */
.space-overview__content>:not(:last-child) {
    border-bottom: 0px solid #fff;
}

@media (min-width: 1024px) {
    .space-overview__detail__news {
     border-left: #000;
}

/* Style "Getting Started" button */
.vp-button--primary {
  background-color: #fff;
  text-decoration: none;
  border: solid 2px #000;
  color: #e00;
  border-radius: 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s; /* Optional: adds smooth transition */
}

.vp-button--primary:hover {
  background-color: #e00;
  color: #fff;
  border-color: #e00; 
}

.vp-button {
  background-color: #fff;
  border: solid 2px #000;
  color: #e00;
  border-radius: 1.5rem;
  transition: background-color 0.3s, color 0.3s; /* Optional: adds smooth transition */
}

.vp-button:hover {
  background-color: #e00;
  color: #fff;
  border-color: #e00; 
}

/* Border radius for round search box 0 */
.vp-search-bar__input-container, 
.vp-dropdown__button {
    border-radius: 0 !important;
}

/* Copyright font to 10px */
.footer__attribution-line--copyright {
	font-size: 10px !important;
}

/* Add pipe separator before each nav item except the first */
.render-links--link:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: inherit;
}

.footer__links--separator {
  font-size: 0; /* Hide the original slash */
  margin: 0 0.5rem;
  display: inline-block;
}

.footer__links--separator::after {
  content: '|';
  font-size: 1rem; /* Restore visible size for the new content */
  display: inline;
}

/* Hide the original slash */
.footer__links--separator {
    font-size: 0; /* hide text */
}

/* Aligning pipes in header */
.render-links {
  display: flex;
  align-items: center;
}

.render-links--link {
  display: flex;
  align-items: center;
}

/* Placing navigation items closer to the border after header */
.header__navigation--large__menu {
        margin-bottom: -45px;
}

.hc-header-background-color {
  border-bottom-width: 1px !important; /* Adjust the pixel value to your desired thickness */
  border-bottom-color: #000000 !important; /* Your chosen color */
}

/* Add or enhance border above footer */
footer.footer {
  border-top: 1px solid #000000; /* Adjust color as needed */
  padding-top: 10px !important; /* Reduce top padding */
}

/* Move navigation links closer to top border */
.footer__links {
  margin-top: -1px !important; /* Negative margin to move closer to border */
  position: relative;
  top: -1px;
}

/* Font size in the footer to 14px */
.hc-footer-font-color, .hc-footer-font-color>a {
  font-size: 14px !important;
}

/* Removing empty space on the left in the footer */
.footer__logo {
	display: none;
}

/* Reducing space for the banner */
.vp-container-narrow {
  padding-top: 30px !important;
  padding-bottom: 1px !important;
}

/* Embedding Open Sans font */
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v34/mem8YaGs126MiZpBA-UFUK0Udc1UAw.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --vpt-theme-text-font: "Open Sans", sans-serif;
}

/* Moving the search box to align with nav items */
.my-auto {
    margin-bottom: 28px;
}

/* Using right arrow as separator in breadcrumbs */
.breadcrumbs li span[aria-hidden="true"] {
  display: none;
}

.breadcrumbs li::after {
  content: "›";
  font-size: 1.2em;
  margin: 0 0.1em;
  color: #AFAFB4;
  vertical-align: middle;
}
  
.breadcrumbs li:hover {
  color: #AFAFB4;
  }

.breadcrumbs li:last-child::after {
  content: none;
}

/* Changing the color of collapser */
.vp-desktop-navigation__page-tree__collapser {
  color: #FF0000 !important;
  border: 1px solid #000000 !important;
  border-radius: 50% !important; /* ensures the border follows the circle shape */
}

/* Setting color and font size for breadcrumbs */
.vp-breadcrumbs :is(a,button) {
    color: #AFAFB4;
    font-size: 15px;
}

/* Hiding bullets in left navigation */
.vp-tree-item .vp-tree-item__header__icon [data-vp-component=icon][data-vp-id^=dot-icon-tree-item] {
	display: none;
}

/* Setting font size for left navigation to 15px */
.vp-tree-item .vp-tree-item__header a {
    font-size: 15px;
}

/* Setting margins for the left navbar */
.vp-article__aside-left {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Setting left nav border to black */
.vp-article__aside-left {
  border-right: 1px solid #000000;
}
