@font-face {
  font-family: 'YSOFT font';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://1617882505.rsc.cdn77.org/ysoft_regular_1.5-webfont.woff2) format('woff2');
}
:root {
--font-family-headline: 'YSOFT font', Arial, Helvetica, sans-serif;
}
.header {
  border: 0px !important;
}
.header-links a {
  font-size: 16px !important;
  font-family: var(--font-family-headline) !important;
}
.banner {
  background-image: none !important;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.banner h1 {
  font-weight: bold;  
}
.tile-title {
  font-family: var(--font-family-headline);
  hyphens: none;
}
code {
  background-color: inherit !important;
}
.footer {
  text-align: center !important;
  min-height: 76px !important;
}
.tile:has(a[href*="/docs/latest/safeq-cloud"]) .tile-image {
    content: url('https://1617882505.rsc.cdn77.org/documentation-logos/SQCDSAFEQCloud.png');
}
.tile:has(a[href*="/api/latest/safeq-cloud"]) .tile-image {
    content: url('https://1617882505.rsc.cdn77.org/documentation-logos/SQCDSAFEQCloudAPI.png');
}
/* SQ6 dropdown */
.header-pickers {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.sq6-doc-download-dropdown {
    position: relative;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
}

.sq6-doc-download-dropdown summary {
    list-style: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid white;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    transition: background-color 0.2s;
}

.sq6-doc-download-dropdown summary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.sq6-doc-download-dropdown summary::-webkit-details-marker {
    display: none;
}

.dropdown-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sq6-doc-download-dropdown .dropdown-content {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background-color: #f26522;
    border: 1px solid white;
    border-radius: 6px;
    width: 240px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 10000;
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: white;
    font-size: 13px;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.version-text {
    font-weight: 600;
}

.dl-link {
    font-size: 11px;
    text-decoration: underline;
    opacity: 0.8;
}

.sq6-doc-download-dropdown .dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.sq6-doc-download-dropdown .dropdown-content::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}