.navigation-container {
    background: var(--text-secondary-color);
    color: var(--text-tertiary-color);
}

.navigation-container .row {
    display: flex;
    flex-wrap: wrap;
}

.col-12 .bread-crumbs-list {
    position: relative;
    list-style: none;
    margin: 2px;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    overflow: hidden;
}

.bread-crumbs-list li{
    position: relative;
    white-space: nowrap;
    margin-left: 1rem;
}

.bread-crumbs-list li a, .bread-crumbs-list li {
    text-decoration: none;
    color: var(--text-tertiary-color);
}

.main-container {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.main-container .left-section {
    width: 60%;
    margin-top: 1rem;
    margin-right: 2rem;
    background: var(--contrast-color);
    padding: 0;
    position: relative;
}

.toc .toc-header {
    padding: 30px;
    text-align: justify;
    color: var(--accent-color);
    font-size: 16px;
}

.toc .toc-sub-header {
    position: sticky;
    top: 4.8rem;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--contrast-color);
}

.line {
    height: 5px;
    margin-bottom: 10px;
    background-color: var(--accent-color);
}

.toc .toc-sub-header div {
    text-align: center;
}

.toc .toc-sub-header a {
    text-align: center;
    text-decoration: none;
    padding: 6px 20px;
    background-color: var(--contrast-color);
    border-radius: 5px;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    cursor: pointer;
    font-weight: 600;
}

.toc .toc-sub-header a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

/* Default "Buy Now" styled as hovered */
.toc .toc-sub-header a[href*="checkout"] {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transition: background-color 0.3s, color 0.3s;
}

/* When hovering ANY link, reset "Buy Now" */
.toc .toc-sub-header:hover a[href*="checkout"] {
    background-color: transparent;
    color: var(--accent-color);
}

/* But keep "Buy Now" highlighted ONLY when it's hovered */
.toc .toc-sub-header a[href*="checkout"]:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.toc .toc-sub-header div span:nth-child(3) {
    color: var(--accent-color);
    font-weight: 600;
}

.press-content{
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.press-content ul li{
    margin-left: 2rem;
}

strong {
    color: var(--primary-bg-color);
}

li:has(strong)::marker {
    color: var(--primary-bg-color);
}

li:has(strong){
    margin-left: 1rem;
}

.sticky-header {
    position: sticky;
    top: 5rem;
    background: white;
    z-index: 10;
    margin-bottom: 1rem;
}

.short-desc {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
}

.press-content img{
    width: 50%;
    height: auto;
    display: flex;
    margin: auto;
}

.right-section{
    padding:0;
    position: sticky;
    top: 6rem;
    align-self: flex-start;
}

.right-box {
    background: var(--text-secondary-color);
    border-top: 5px solid #3e63dd;
    border-bottom: 5px solid #3e63dd;
    border-radius: 10px;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: static;
    margin-bottom: 1rem;
}

.right-box h2 {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 700;
}

.sample-info th{
    font-size: 18px;
}

.sample-info .first {
    font-weight: 600;
}

.sample-info td {
    padding: 5px 10px 5px 0;
}

.assistance ul {
    padding: 0;
}

.assistance ul li {
    list-style: none;
    padding-top: 10px;
}
