/* Links */
a, a > * {
  color: #016aae;
}

.theme-inline-image img,
.theme-block-image img {
    outline: 1px solid #e4e5e9;
    outline-offset: -1px;
    border-radius: var(--K15t-radius-small);
}

/* FI-224: Make content full-width */
:root {
  --_content-width: 100%;
}

#navigator-nav .tree-item-header button {
  display: flex;
  align-items: center;
}
#navigator-nav .tree-item-header svg {
  margin-top: 0.20rem;
}
#navigator-nav a {
  font-size: 16px !important;
}

/* FI-226: Adjust list margins */
.sites-article__wrapper ul,
.sites-article__wrapper ol {
  margin-left: var(--sites-spacing-inline, 1.5rem) !important;
}

/* FI-267: Inline figures in lists */
ul li figure,
ol li figure {
  display: inline-block;
}

/* FI-246: Inline list paragraphs */
ul li p {
  display: inline;
}

/* FI-227 & FI-228: Embedded image cleanup */
.confluence-embedded-image {
  margin-left: 0 !important;
  border: none !important;
}
.confluence-embedded-image.sites-image--width-auto img {
  border-color: transparent !important;
}

/* FI-229: Blue highlight */
.sites-text-highlight.sites-highlight-blue {
    background-color: #deebff !important;
}

/* FI-225: Table wrapper */
.table-wrap {
  inline-size: 100%;
  margin-left: 0 !important;
  justify-self: left;
}

.theme-table,
.theme-table table-expand,
.theme-table table-sort,
.theme-table table-sort table {
  width: 100%;
}

/* FI-250: Home page tables */
[data-local-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] > tbody > tr > td p,
[data-local-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] > tbody > tr > td p {
  display: block !important;
} 

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content section div:nth-child(3),
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content section div:nth-child(3) {
  width: fit-content !important;
}

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content section div:nth-child(3) p,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content section div:nth-child(3) p {
  white-space: nowrap !important;
}

.theme-table table td p {
   display: block !important;
}

.theme-table .table-wrap {
   padding-top: 0px !important;
  	border: 1px solid var(--theme-border-strong) !important;
    border-radius: 3px !important;
    height: 100%;
}

/* Remove borders from Home tables */
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] table,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] table,
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] tbody,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] tbody,
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] tr,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] tr,
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] td, 
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] td
{
  border: none;
}

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr, 
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td tr td:nth-child(2),
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td tr td:nth-child(2) {
  display: flex;
  align-items: center;
}

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td tr td:nth-child(2) p, 
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td tr td:nth-child(2) p {
  white-space: break-spaces;
}

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td {
  border: 1px solid #e4e5e9;
  border-radius: 3px !important;
  display: flex;
  flex: 1 1 300px;
}


[data-local-id="c40dbc9c-5111-4d01-b520-7c8785e30abf"] .table-wrap {
  	padding-top: 0px !important;
  	border: 1px solid var(--theme-border-strong) !important;
    border-radius: 3px !important;
    height: 100%;
}


/* Home banner headings */
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] h3#Home-FileCloudOnlineHelp,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] h3#Home-FileCloudOnlineHelp,
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] h3#Home-FileCloudServerHelp, 
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] h3#Home-FileCloudOnlineHelp,{
  margin: 0 !important;
}

/* Icon recoloring in table */
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] table figure[class*="block-image"] img,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] table figure[class*="block-image"] img {
  border: none !important;
  filter: invert(21%) sepia(90%) saturate(2468%) hue-rotate(188deg)
    brightness(95%) contrast(101%);
  width: 52px !important;
  margin: 0 24px !important;
  max-width: unset !important;
  outline: none !important;
}

/* Buttons inside tables */
[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td a, 
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] #content > section > div:nth-child(2) > table-expand > scroll-shadow > table-sort > div > table > tbody > tr > td a {
  height: 100%;
  width: fit-content;
  border-radius: 3px !important;
  padding: 4px 12px;
  display: block;
  background: #076795 !important;
  text-decoration: none !important;
  color: #fff !important;
}

[data-page-id="ci_62ac2c08c55e434dd5de3dc1209435e7a89fe77368bb5453bce268dfdf6894dd"] table a.select-none,
[data-page-id="ci_30e66588ba03b51f6a96f0e857d90408630fce01be665f0799af08778101169f"] table a.select-none
{
  display: none !important;
}

/* FI-262: Flex column layout for main content */
section#main-content {
  display: flex !important;
  flex-direction: column;
}

/* FI-264: Code macro */
.code-macro__title {
  padding: 10px !important;
  margin-bottom: 0 !important;
}

.code-macro__language--withTitle {
  display: none !important;
}

/* FI-269: Expand macro styling */
details.expand {
  margin: 0 !important;
  border: none !important;
  translate: none !important;
}

details.expand .expand-control {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 500;
  justify-content: flex-end;
  outline-offset: -4px;
  padding: 0.5rem;
  gap: 0.5rem;
  background: none !important;
}

/* FI-270: Accordion link group */
[data-component="child-pages"] ul {
  border: none !important;
  background: none !important;
  margin: 0 !important;
}

[data-component="child-pages"] ul li {
  padding: 0.35rem 1.5rem !important;
  border: none !important;
  background: none !important;
}

[data-component="child-pages"] ul li::before {
  display: none !important;
}

[data-component="child-pages"] ul li a {
    list-style: disc !important;
    display: list-item !important;
}

[data-component="child-pages"] ul li a::after {
  display: none !important;
}

/* Header and footer adjustments */
[data-sites-component="header"] {
  border-bottom: none;
}

[data-sites-id="portal-banner"] h1,
[data-sites-id="portal-banner"] h2 {
  display: none;
}

[data-sites-id="portal-banner"] {
  background-image: none;
}

[data-sites-id="portal-banner"] .portal__header {
  padding-block: 4rem !important;
}

[data-sites-component="footer"] {
  background-color: var(--sites-color-primary-bg, var(--theme-header-bg));
}

/* Navigation adjustments */
#sites-js-desktop__navigation .sites-tree-item .sites-tree-item__header a {
  font-size: 16px !important;
}

#sites-js-desktop__navigation .sites-tree-item__header__icon {
  margin-block: 1rem;
}

/* Image border */
figure.sites-image img {
  border-color: var(--sites-color-border-strong, var(--theme-border-strong)) !important;
}
