@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;
    vertical-align: middle;
}

.sq6-doc-download-dropdown summary {
    list-style: none;
    background-color: transparent;
    color: white;
    height: 36px; 
    padding: 0 16px; 
    border-radius: 8px; 
    border: 1px solid white;
    font-weight: 400; 
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
}

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

.sq6-doc-download-dropdown summary:hover {
    background-color: white;
    color: #f26522; 
}

.dropdown-icon { display: flex; align-items: center; }
.dropdown-icon svg { width: 10px; height: 10px; }
.sq6-doc-download-dropdown summary:hover .dropdown-icon svg path {
    stroke: #f26522;
}

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

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(242, 101, 34, 0.1);
    text-decoration: none;
    color: #f26522;
    font-size: 13px;
    transition: background-color 0.2s;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: rgba(242, 101, 34, 0.05);
}

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

.dl-link {
    font-size: 11px;
    opacity: 0.7;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.sq6-doc-download-dropdown .dropdown-content::-webkit-scrollbar {
    width: 6px;
}
.sq6-doc-download-dropdown .dropdown-content::-webkit-scrollbar-thumb {
    background: rgba(242, 101, 34, 0.2);
    border-radius: 10px;
}