#main-layout-content {
    background: var(--body-background-color);
}

.toc {
    display: flex;
    gap: 32px;
}

.toc__table {
    top: 1rem;
    position: sticky;
    align-self: flex-start;
    margin-top: 0.5rem;
    width: 268px;
    flex: 0 0 auto;
}

.toc__table > p:first-child {
    margin-top: 0;
}

.toc__table > p:last-child {
    margin-bottom: 0;
}

.toc__title {
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 14px; */
    padding-bottom: 1rem;
    border-bottom: 1px solid black;
}

.toc__marker, .toc__arrow {
    cursor: pointer;
    /* font-size: 12px; */
}

.toc__marker--current {
    font-weight: bold;
}

.toc__marker-children {
    padding-inline-start: 1rem;
}

.toc__content h1 {
    /* font-size: 32px; */
}

.toc__content h2 {
    /* font-size: 17px; */
    padding: 1rem 0;
    border-bottom: 1px solid #CCC;
    margin: 1rem 0;
}

.toc__content h3 {
    /* font-size: 14px; */
    padding: 0;
    margin: 1rem 0;
}

.toc__content p.cf > img:first-child {
    float: left;
    position: relative;
    top: -12px;
    left: -14px;
}

.toc__content .at-question {
    padding: 16px;
    background-color: #FDF8E6;
    color: #444;
}

.toc__content .at-question__title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #CCC;
    font-style: italic;
}

.toc__content .at-question__title::before {
    content: url('/-/media/Images/Application%20Technology/question-head.png?w=22&h=22');
    padding-right: 1rem;
    vertical-align: middle;
}

.content-column .toc__content .at-question p {
    margin-top: 0;
    color: #222;
}

.toc__content .at-question p:last-child {
    margin-bottom: 0;
}

.featured-cards__title {
    /* font-size: 13px; */
    font-weight: bold;
}

.featured-cards__title a {
    text-decoration: none;
    color: inherit;
}

.featured-cards .dk-slide img {
    width: initial;
}

.toc__content iframe {
    border-width: 0;
    width: 100%;
    height: 350px;
}

.content-column .product-categories a {
    text-decoration: none;
    color: var(--stone-grey);
    color: var(--link-blue);
}

.product-categories a:hover {
    text-decoration: underline;
}

.product-categories__title {
    margin-top: 3rem;
}

.product-categories__title:first-child {
    margin-top: 1rem;
}

.product-categories__title a {
    font-weight: bold;
    /* font-size: 13px; */
    color: inherit;
}

.content-column .product-categories__group {
    border-left: 1px solid var(--stone-grey);
    padding-left: 1rem;
}

.product-categories p {
    font-size: 12px !important;
}
.product-categories__count {
    font-size: 9px !important;
}

.featured-cards, .dk-card.at-question, iframe, p, .toc__section {
    margin-bottom: 30px;
}

.toc__content {
    max-width: 1160px;
    margin: 0px auto;
    box-sizing: border-box;
    width: calc(70% - 85px);
    flex: auto;
}

.dk-card img {
    width: 100%;
}

@media (max-width: 768px) {
    .toc {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }

    .toc__table {
        top: 1rem;
        position: sticky;
        align-self: flex-start;
        margin-top: 0.5rem;
        width: 268px;
        flex: 0 0 auto;
        z-index: 2;
    }

    .toc__content {
        max-width: 1160px;
        margin: 0px;
        width: calc(100% - 10px);
        flex: auto;
    }
    
    .toc__table.dk-card.p-2 {
        display: none;
    }
}

#main-layout-content .billboard .billboard-banner .billboard-banner-white, #main-layout-content .billboard .billboard-banner .billboard-banner-black {
    background-color: unset;
}

.product-categories p {
    margin: 7px 0;
    width: 385px;
    align-self: flex-start
}

#toc-network-protocols p > img:first-child {
    position: relative;
    top: -12px;
    left: -14px;
    margin: 20px 14px;
}

.toc__section .swiper-wrapper p > img:first-child {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
}

.featured-product-cards .toc__section .swiper-wrapper p > img:last-child {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 60%;
}

#toc-linear-voltage-regulators .dk-card.p-1 p:nth-child(3) img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    width: auto;
}

.featured-product-cards .swiper-wrapper {
  min-height: 445px;
}

.dk-card.p-1 {
    min-height: 208px;
}

#toc-linear-voltage-regulators .dk-card.p-1 {
    min-height: 441px;
}


#toc-wireless-transceivers .swiper-container,
#toc-global-navigation-satellite-system-gnss .swiper-container,
#toc-related-content .swiper-container,
#toc-related-content-2 .swiper-container {
  min-height: 210px;
}

/*  Question Boxes  */

.at-question__title .toc__arrow__QA:hover {
    cursor: pointer;
}

.at-question__title .toc__arrow__QA {
padding: 0 10px;
    font-weight: bold;
    font-style: normal;
    /* font-size: 15px; */
    vertical-align: middle;
}

.toc__content .at-question__title {
    margin-bottom: 0px;
}

.toc__marker-children {
    margin-top: 30px;
}

/*  Question Boxes End */

.content-column div h2,
.richtextcontent h2:nth-child(n+3) {
    margin-top: 20px;
}

.content-column h2 a,
.content-column h3 a,
.content-column p a,
.content-column ul a {
    color: var(--link-blue);
}