/* Work around: IVPC-1939 */

.vp-dropdown__options {
    overflow-y: auto;
}

.vp-dropdown__option {
    outline-offset: -6px;
}

/* End workaround */

/*START PORTAL PAGE ANNOUNCEMENT PANEL*/
div.pinned-portal-page {
  display: flex;
  border: 4px solid #25E9A4;
  height: 6em;
  padding: 5px;
  padding-left: 20px;
  margin: 25px 0;
  cursor: pointer;
}

@media screen and (max-width: 55em){
  div.pinned-portal-page {
  padding-top: 15px;
  }
}

div.pinned-portal-page a {
  display: flex;
  color: #000C34;
}

div.pinned-portal-page a:hover {
  text-decoration: none;
}

div.pinned-portal-page h4 {
  margin: auto 20px;
}

div.pinned-portal-page:hover {
	border-color: #33FFC5;
    box-shadow: none;
}

div.featured-illustration {  
  background-image: url(https://help.k15t.com/_/57E60F0D016CA907F1DF0A30419B9983/1639493190313/log4shell-emergency.png);
  background-size: contain;
  min-height: 64px;
  min-width: 64px;
  background-repeat: no-repeat;
  margin: auto 0;
}


@media screen and (max-width: 55em){
  div.featured-illustration {
  display: none;
  }
}
/*END PORTAL PAGE ANNOUNCEMENT PANEL*/


@media print, screen and (min-width: 880px) {
    .header__navigation--logo a img{
    max-height: 30px;
  }
}

/* Removing release notes from Scroll for Confluence overview */
[pageid="14188446356"] .space-overview__detail__news,
[pageid="14227931370"] .space-overview__detail__news{
  display: none;
}

[pageid="14012645416"] > main > div > div > div > div {
  display: none;
}

[pageid="14012645416"] > main > div > div > div {
  border: none;
}

/* Removing release notes dates for Viewport */
[pageid="843515381"] .space-overview__detail__news__post--date {
  display: none;
}

/* Removing HELP and SCROLL Space from portal page */
.tile:is(
	[data-vp-name="Help"], 
	[data-vp-name="Scroll for Confluence"]
) {
	display: none;
}

/* FAQ Space */
/**** Does not work in Firefox */
:has(meta[name="repository-base-url"][content="../help"]) .vp-article__aside-left {
    display: none;
}
/**** Fallback for browsers not supporting :has() */
.k15t-space-help .vp-article__aside-left {
	display: none;
}

/* TEMP HIDE JIRA MACRO ERROR */
.jim-error-message-table .aui th {
    display: none;
}

.jim-error-message-table .aui-message-warning .message {
    display: none;
}

.jira-link {
    font-weight: bold;
    position: relative;
    padding-right: 15px;
}

.jira-link::after {
    content: "➔";
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
}

.jira-link:hover::after {
    right: -10px;
}