@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap&font-display=swap');

:root {
  --vp-font-family-default: 'Figtree', sans-serif;
  --vp-font-family-headline: 'Figtree', sans-serif;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
 
}

.tile--spacious .tile__image {
    all: initial !important;
}

.col-span-1.space-overview__detail__intro--logo {
    display: none;
}

.space-overview__detail__intro--title {
    align-self: center;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: anywhere;
    padding-left: 0;
}

.tile--spacious {
    --font-size-headline: 1.3rem;
    --font-weight-headline: 600;
}


.tile--spacious .tile__image {
    display: none !important;
}

.tile__description {
    font-weight: 300;
    font-size: 1.1rem; /* Change this to the size you want */
    line-height: 1.5;

}


.vp-button--variant-arrow, .vp-button--variant-outline:focus {
    background-color: #F8B20E;
    font-weight: 400;
    border-color: #e2a30f;
    color: #000;
}

.vp-button--variant-arrow:hover, .vp-button--variant-outline:focus:hover, .vp-button--variant-outline:hover {
    background-color: #8E489B;
    color: #FFF;
    border-color: #774799;
    font-weight: 400;
}

a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 5px;
}

.tile, .tile:active {
    border-top: 5px solid #8E489B;
}

.tile:hover {
    border-top: 5px solid #F8B20E;
}

.space-overview__detail__intro, .space-overview__detail__pinned, .space-overview__detail__topics {
    margin-bottom: 0;
}

.article__content * a {
    color: #8E489B;
}

.article__content .vp-accordion-link-group a {
    color: inherit;
}

.gap-y-16 {
    row-gap: 2.5rem;
}

.vp-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li a {
    background: #F3F3F3;
    line-height: 3; /* Adjust line height */
    padding: 0.5em; /* Add horizontal padding */
    color: #000;
}

.list__topic[title="Health Data Australia"]::after {
    content: "NEW";
    font-size: 11px;
    background-color: #E6E6FA; /* Light lilac color */
    color: #403294; /* Text color */
    padding: 2px 5px; /* Padding around the text */
    margin-left: 5px; /* Space between the link text and the "NEW" text */
    border-radius: 3px; /* Rounded corners */
}

.space-overview__detail__news__post--date {
    display: none;
}

.vp-article {
    --_content-width: var(--content-width,1024px);
}

/* Style the custom footer text layer */
.custom-footer-text {
  /* Add your styles here. For example: */
  padding: 20px 0; /* Top and bottom padding of 20px, no left and right padding */
  margin-top: 2rem;
  font-size: 14px;
  text-align: center;
  background-color: #f5f5f5;
  color: #333;
}

/* Style the footer */
.footer {
  display: flex;
  justify-content: flex-start;
}

.footer__links a {
    font-weight: 500;
    font-size: 16px;
}


.space-overview__detail__news__post--title {
    margin-bottom: 1rem;
}

.space-overview__detail__news--title {
  font-size: 21px;  
  font-weight: 700; /* Change this to the weight you want */
}

html[data-vp-page-id='294720104'] .header__navigation--logo a img {
    visibility: hidden;
}

html[data-vp-page-id='294720104'] .header__navigation--logo a img {
    visibility: hidden;
}

html[data-vp-page-id='294720104'] .header__navigation--logo a {
    background: url('https://ardc.edu.au/wp-content/uploads/2022/09/ardc-logo.svg') no-repeat;
    background-size: contain;
    display: inline-block;
}

li[data-vp-id="portal-space-tile"][data-vp-name="Linked Data IRI Service"] {
    display: none;
}



