﻿/* =========================================================
   Product Technical Reference
   Primary Color: #f7b901
   Secondary Color: #0e5aa4
========================================================= */

.hsy-product-reference,
.hsy-product-reference *,
.hsy-product-reference *::before,
.hsy-product-reference *::after {
    box-sizing: border-box;
}

.hsy-product-reference {
    width: 100%;
    color: #44566c;
    font-size: 15px;
    line-height: 1.85;
}

.hsy-product-reference a {
    color: #0e5aa4;
    text-decoration: none;
}

.hsy-product-reference p {
    margin: 0;
}

.hsy-product-reference ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* =========================================================
   Reference Hero
========================================================= */

.hsy-reference-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: stretch;
    gap: 24px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 94% 8%,
            rgba(247, 185, 1, 0.16),
            transparent 24%
        ),
        linear-gradient(
            135deg,
            #f4f9fd 0%,
            #ffffff 55%,
            #fffaf0 100%
        );
}

.hsy-reference-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 5px;
    background: #f7b901;
}

.hsy-reference-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 190px;
    width: calc(100% - 190px);
    height: 5px;
    background: #0e5aa4;
}

.hsy-reference-hero-main {
    min-width: 0;
    padding: 12px 8px 12px 4px;
}

.hsy-reference-kicker {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 5px 14px;
    border: 1px solid rgba(247, 185, 1, 0.55);
    border-radius: 999px;
    background: #fffaf0;
    color: #0e5aa4;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.hsy-reference-hero h2 {
    margin: 0;
    color: #14243b;
    font-size: 32px;
    line-height: 1.38;
    font-weight: 850;
}

.hsy-reference-hero-main > p {
    max-width: 790px;
    margin-top: 16px;
    color: #667085;
    font-size: 15px;
    line-height: 1.85;
}

.hsy-reference-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hsy-reference-tags span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #dce7f3;
    border-radius: 9px;
    background: #ffffff;
    color: #52677f;
    font-size: 14px;
    line-height: 24px;
}

.hsy-reference-tags i {
    color: #0e5aa4;
    font-size: 15px;
}

.hsy-reference-profile {
    position: relative;
    padding: 25px;
    overflow: hidden;
    border-radius: 17px;
    background: #0e5aa4;
    box-shadow: 0 17px 36px rgba(14, 90, 164, 0.20);
}

.hsy-reference-profile::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -95px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.hsy-reference-profile-icon {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 14px;
    background: #f7b901;
    color: #ffffff;
    font-size: 22px;
}

.hsy-reference-profile > span {
    position: relative;
    z-index: 2;
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
}

.hsy-reference-profile > strong {
    position: relative;
    z-index: 2;
    display: block;
    margin: 5px 0 19px;
    color: #ffffff;
    font-size: 19px;
    line-height: 28px;
}

.hsy-reference-profile dl {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hsy-reference-profile dt,
.hsy-reference-profile dd {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.hsy-reference-profile dt {
    color: rgba(255, 255, 255, 0.68);
}

.hsy-reference-profile dd {
    color: #ffffff;
    font-weight: 700;
    text-align: right;
}


/* =========================================================
   Reference Navigation
========================================================= */

.hsy-reference-nav {
    position: sticky;
    top: 92px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dce7f3;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 9px 25px rgba(14, 90, 164, 0.10);
    backdrop-filter: blur(8px);
}

.hsy-reference-nav::-webkit-scrollbar {
    height: 5px;
}

.hsy-reference-nav::-webkit-scrollbar-track {
    background: #edf5fc;
}

.hsy-reference-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #8fb8dc;
}

.hsy-reference-nav a {
    min-width: max-content;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #52677f;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.hsy-reference-nav a i {
    color: #0e5aa4;
    font-size: 14px;
}

.hsy-reference-nav a:hover {
    border-color: #0e5aa4;
    background: #0e5aa4;
    color: #ffffff;
}

.hsy-reference-nav a:hover i {
    color: #ffffff;
}


/* =========================================================
   Common Reference Section
========================================================= */

.hsy-reference-section {
    width: 100%;
    margin-top: 24px;
    padding: 30px;
    border: 1px solid #dce7f3;
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 13px 34px rgba(14, 90, 164, 0.07);
    scroll-margin-top: 155px;
}

.hsy-reference-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3eaf2;
}

.hsy-reference-section-title > span {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(14, 90, 164, 0.18);
}

.hsy-reference-section-title em {
    display: block;
    margin-bottom: 3px;
    color: #0e5aa4;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.8px;
}

.hsy-reference-section-title h3 {
    margin: 0;
    color: #14243b;
    font-size: 23px;
    line-height: 32px;
    font-weight: 800;
}


/* =========================================================
   Overview
========================================================= */

.hsy-reference-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 315px;
    align-items: start;
    gap: 25px;
}

.hsy-reference-overview-content > p {
    margin-bottom: 15px;
    color: #52677f;
    font-size: 15px;
    line-height: 1.9;
}

.hsy-reference-overview-content > p:last-child {
    margin-bottom: 0;
}

.hsy-reference-overview-content > p strong {
    color: #14243b;
}

.hsy-reference-summary {
    display: grid;
    gap: 11px;
    margin-top: 20px;
}

.hsy-reference-summary > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 15px 16px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #f8fbfe;
}

.hsy-reference-summary i {
    flex-shrink: 0;
    margin-top: 3px;
    color: #0e5aa4;
    font-size: 18px;
}

.hsy-reference-summary span {
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-summary strong {
    display: block;
    margin-bottom: 3px;
    color: #14243b;
    font-size: 14px;
    line-height: 22px;
}

.hsy-reference-sourcing {
    position: relative;
    padding: 23px;
    overflow: hidden;
    border: 1px solid rgba(247, 185, 1, 0.45);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            #fffaf0 0%,
            #ffffff 65%,
            #f3f8fd 100%
        );
}

.hsy-reference-sourcing::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background:
        linear-gradient(
            90deg,
            #f7b901 0%,
            #0e5aa4 100%
        );
}

.hsy-reference-sourcing-label {
    display: block;
    margin-bottom: 6px;
    color: #0e5aa4;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.hsy-reference-sourcing h4 {
    margin: 0;
    color: #14243b;
    font-size: 19px;
    line-height: 28px;
    font-weight: 800;
}

.hsy-reference-sourcing > p {
    margin-top: 11px;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-sourcing ul {
    margin-top: 17px;
}

.hsy-reference-sourcing li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 9px;
    color: #52677f;
    font-size: 14px;
    line-height: 22px;
}

.hsy-reference-sourcing li:last-child {
    margin-bottom: 0;
}

.hsy-reference-sourcing li i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 14px;
}

.hsy-reference-rfq {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 19px;
    padding: 9px 14px;
    border-radius: 9px;
    background: #0e5aa4;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.hsy-reference-rfq:hover {
    background: #f7b901;
    color: #ffffff !important;
    box-shadow: 0 10px 23px rgba(247, 185, 1, 0.22);
    transform: translateY(-2px);
}


/* =========================================================
   Feature Grid
========================================================= */

.hsy-reference-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hsy-reference-feature {
    min-width: 0;
    padding: 20px;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #f9fbfd;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.hsy-reference-feature:hover {
    border-color: #f7b901;
    background: #ffffff;
    box-shadow: 0 13px 29px rgba(14, 90, 164, 0.11);
    transform: translateY(-3px);
}

.hsy-reference-feature > i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 12px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 17px;
}

.hsy-reference-feature h4 {
    margin: 0;
    color: #14243b;
    font-size: 16px;
    line-height: 25px;
    font-weight: 750;
}

.hsy-reference-feature p {
    margin-top: 8px;
    color: #74859a;
    font-size: 14px;
    line-height: 23px;
}


/* =========================================================
   Specifications Table
========================================================= */

.hsy-reference-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #dce7f3;
    border-radius: 14px;
}

.hsy-reference-table {
    width: 100%;
    min-width: 760px;
    border-spacing: 0;
    border-collapse: separate;
}

.hsy-reference-table th,
.hsy-reference-table td {
    padding: 14px 15px;
    border-right: 1px solid #e3eaf2;
    border-bottom: 1px solid #e3eaf2;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    vertical-align: middle;
}

.hsy-reference-table tr:last-child th,
.hsy-reference-table tr:last-child td {
    border-bottom: none;
}

.hsy-reference-table th:last-child,
.hsy-reference-table td:last-child {
    border-right: none;
}

.hsy-reference-table th {
    width: 19%;
    background: #f3f8fd;
    color: #14243b;
    font-weight: 700;
}

.hsy-reference-table td {
    width: 31%;
    background: #ffffff;
    color: #52677f;
}

.hsy-reference-table tr:nth-child(even) td {
    background: #fbfcfe;
}

.hsy-reference-data-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 16px;
    padding: 15px 16px;
    border: 1px solid rgba(247, 185, 1, 0.38);
    border-radius: 11px;
    background: #fffaf0;
}

.hsy-reference-data-note i {
    flex-shrink: 0;
    margin-top: 3px;
    color: #0e5aa4;
    font-size: 18px;
}

.hsy-reference-data-note p {
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}


/* =========================================================
   Design Notes
========================================================= */

.hsy-reference-design-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hsy-reference-design-card {
    min-width: 0;
    padding: 23px;
    border: 1px solid #dce7f3;
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7faff 100%
        );
}

.hsy-reference-design-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 13px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 19px;
}

.hsy-reference-design-card h4 {
    margin: 0;
    color: #14243b;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
}

.hsy-reference-design-card > p {
    margin-top: 10px;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-formula {
    margin-top: 16px;
    padding: 15px;
    border: 1px solid rgba(14, 90, 164, 0.16);
    border-radius: 10px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 750;
    text-align: center;
}

.hsy-reference-design-card ul {
    margin-top: 16px;
}

.hsy-reference-design-card li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 16px;
    color: #52677f;
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-design-card li:last-child {
    margin-bottom: 0;
}

.hsy-reference-design-card li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f7b901;
}


/* =========================================================
   Pinout
========================================================= */

.hsy-reference-pinout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    align-items: stretch;
    gap: 20px;
}

.hsy-reference-package {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 15px;
    background: #0e5aa4;
    text-align: center;
}

.hsy-reference-package-mark {
    margin-bottom: 18px;
    color: #f7b901;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.hsy-reference-package-chip {
    position: relative;
    width: 115px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.66);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.10);
}

.hsy-reference-package-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 28px;
    height: 8px;
    border-radius: 0 0 8px 8px;
    background: rgba(255, 255, 255, 0.65);
    transform: translateX(-50%);
}

.hsy-reference-package-chip strong {
    color: #ffffff;
    font-size: 19px;
    line-height: 27px;
}

.hsy-reference-package-chip span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 22px;
}

.hsy-reference-package > p {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-pin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.hsy-reference-pin {
    display: grid;
    grid-template-columns: 36px 88px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #f9fbfd;
}

.hsy-reference-pin em {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    font-style: normal;
}

.hsy-reference-pin strong {
    overflow: hidden;
    color: #14243b;
    font-size: 14px;
    line-height: 22px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hsy-reference-pin span {
    min-width: 0;
    color: #74859a;
    font-size: 14px;
    line-height: 22px;
}


/* =========================================================
   Applications
========================================================= */

.hsy-reference-application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hsy-reference-application-grid article {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px;
    border: 1px solid #dce7f3;
    border-radius: 13px;
    background: #f9fbfd;
}

.hsy-reference-application-grid article > i {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 17px;
}

.hsy-reference-application-grid h4 {
    margin: 0;
    color: #14243b;
    font-size: 16px;
    line-height: 25px;
    font-weight: 750;
}

.hsy-reference-application-grid p {
    margin-top: 5px;
    color: #74859a;
    font-size: 14px;
    line-height: 23px;
}


/* =========================================================
   Alternative Guidance
========================================================= */

.hsy-reference-alternative {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: stretch;
    gap: 18px;
}

.hsy-reference-alternative-content > p {
    color: #52677f;
    font-size: 14px;
    line-height: 1.9;
}

.hsy-reference-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 17px;
}

.hsy-reference-check-grid > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid #dce7f3;
    border-radius: 9px;
    background: #f9fbfd;
    color: #52677f;
    font-size: 14px;
    line-height: 22px;
}

.hsy-reference-check-grid i {
    flex-shrink: 0;
    color: #0e5aa4;
    font-size: 15px;
}

.hsy-reference-alternative-help {
    padding: 22px;
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            #0e5aa4 0%,
            #2879c4 100%
        );
    color: #ffffff;
}

.hsy-reference-alternative-help > i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #f7b901;
    color: #ffffff;
    font-size: 18px;
}

.hsy-reference-alternative-help h4 {
    margin: 0;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
}

.hsy-reference-alternative-help p {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-alternative-help a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 17px;
    color: #f7b901 !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.hsy-reference-alternative-help a:hover {
    color: #ffffff;
}


/* =========================================================
   Manufacturer and Supplier
========================================================= */

.hsy-reference-company {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.hsy-reference-company-info,
.hsy-reference-company-service {
    position: relative;
    padding: 25px;
    overflow: hidden;
    border-radius: 16px;
}

.hsy-reference-company-info {
    border: 1px solid #dce7f3;
    background: #f7faff;
}

.hsy-reference-company-service {
    background: #0e5aa4;
}

.hsy-reference-company-info > span,
.hsy-reference-company-service > span {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.hsy-reference-company-info > span {
    color: #0e5aa4;
}

.hsy-reference-company-service > span {
    color: #f7b901;
}

.hsy-reference-company h3 {
    margin: 0;
    font-size: 20px;
    line-height: 29px;
    font-weight: 800;
}

.hsy-reference-company-info h3 {
    color: #14243b;
}

.hsy-reference-company-service h3 {
    color: #ffffff !important; 
}

.hsy-reference-company p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
}

.hsy-reference-company-info p {
    color: #667085;
}

.hsy-reference-company-service p {
    color: rgba(255, 255, 255, 0.78);
}

.hsy-reference-company-service a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #f7b901;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.hsy-reference-company-service a:hover {
    background: #ffffff;
    color: #0e5aa4 !important;
}


/* =========================================================
   Disclaimer
========================================================= */

.hsy-reference-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 18px;
    padding: 18px 19px;
    border: 1px solid rgba(247, 185, 1, 0.40);
    border-radius: 13px;
    background: #fffaf0;
}

.hsy-reference-disclaimer > i {
    flex-shrink: 0;
    margin-top: 3px;
    color: #f7b901;
    font-size: 21px;
}

.hsy-reference-disclaimer strong {
    display: block;
    margin-bottom: 4px;
    color: #14243b;
    font-size: 14px;
    line-height: 22px;
}

.hsy-reference-disclaimer p {
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}


/* =========================================================
   Mobile Layout
========================================================= */

@media (max-width: 768px) {
    .hsy-product-reference {
        font-size: 14px;
        line-height: 1.8;
    }

    .hsy-reference-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 16px;
        border-radius: 17px;
    }

    .hsy-reference-hero-main {
        padding: 7px 0 0;
    }

    .hsy-reference-kicker {
        min-height: 32px;
        margin-bottom: 14px;
        padding: 5px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .hsy-reference-hero h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .hsy-reference-hero-main > p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.8;
    }

    .hsy-reference-tags {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 18px;
    }

    .hsy-reference-tags span {
        width: 100%;
        min-height: 42px;
        font-size: 14px;
    }

    .hsy-reference-profile {
        padding: 21px 18px;
        border-radius: 14px;
    }

    .hsy-reference-profile > span,
    .hsy-reference-profile dt,
    .hsy-reference-profile dd {
        font-size: 14px;
    }

    .hsy-reference-nav {
        top: 120px;
        margin-top: 13px;
        border-radius: 11px;
    }

    .hsy-reference-nav a {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 38px;
    }

    .hsy-reference-section {
        margin-top: 16px;
        padding: 21px 15px;
        border-radius: 15px;
        scroll-margin-top: 125px;
    }

    .hsy-reference-section-title {
        align-items: flex-start;
        gap: 11px;
        margin-bottom: 19px;
        padding-bottom: 15px;
    }

    .hsy-reference-section-title > span {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 11px;
        font-size: 14px;
        line-height: 42px;
    }

    .hsy-reference-section-title em {
        font-size: 14px;
        line-height: 21px;
    }

    .hsy-reference-section-title h3 {
        font-size: 19px;
        line-height: 28px;
    }

    .hsy-reference-overview-grid,
    .hsy-reference-pinout,
    .hsy-reference-alternative {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hsy-reference-overview-content > p {
        font-size: 14px;
        line-height: 1.85;
    }

    .hsy-reference-summary span,
    .hsy-reference-summary strong {
        font-size: 14px;
    }

    .hsy-reference-sourcing {
        padding: 20px 16px;
    }

    .hsy-reference-sourcing-label,
    .hsy-reference-sourcing > p,
    .hsy-reference-sourcing li,
    .hsy-reference-rfq {
        font-size: 14px;
    }

    .hsy-reference-rfq:hover {
        transform: none;
    }

    .hsy-reference-feature-grid,
    .hsy-reference-design-grid,
    .hsy-reference-application-grid,
    .hsy-reference-company {
        grid-template-columns: 1fr;
    }

    .hsy-reference-feature {
        padding: 17px;
    }

    .hsy-reference-feature:hover {
        transform: none;
    }

    .hsy-reference-feature h4 {
        font-size: 16px;
    }

    .hsy-reference-feature p {
        font-size: 14px;
        line-height: 23px;
    }

    .hsy-reference-table th,
    .hsy-reference-table td {
        padding: 12px;
        font-size: 14px;
        line-height: 23px;
    }

    .hsy-reference-data-note p {
        font-size: 14px;
    }

    .hsy-reference-design-card {
        padding: 19px 16px;
    }

    .hsy-reference-design-card h4 {
        font-size: 17px;
    }

    .hsy-reference-design-card > p,
    .hsy-reference-design-card li {
        font-size: 14px;
        line-height: 23px;
    }

    .hsy-reference-package {
        padding: 22px 18px;
    }

    .hsy-reference-package-mark,
    .hsy-reference-package-chip span,
    .hsy-reference-package > p {
        font-size: 14px;
    }

    .hsy-reference-pin-grid {
        grid-template-columns: 1fr;
    }

    .hsy-reference-pin {
        grid-template-columns: 34px 82px minmax(0, 1fr);
        padding: 11px;
    }

    .hsy-reference-pin em,
    .hsy-reference-pin strong,
    .hsy-reference-pin span {
        font-size: 14px;
    }

    .hsy-reference-application-grid h4 {
        font-size: 16px;
    }

    .hsy-reference-application-grid p {
        font-size: 14px;
    }

    .hsy-reference-check-grid {
        grid-template-columns: 1fr;
    }

    .hsy-reference-check-grid > div,
    .hsy-reference-alternative-content > p {
        font-size: 14px;
    }

    .hsy-reference-alternative-help {
        padding: 20px 17px;
    }

    .hsy-reference-alternative-help p,
    .hsy-reference-alternative-help a {
        font-size: 14px;
    }

    .hsy-reference-company-info,
    .hsy-reference-company-service {
        padding: 21px 17px;
    }

    .hsy-reference-company-info > span,
    .hsy-reference-company-service > span,
    .hsy-reference-company p,
    .hsy-reference-company-service a {
        font-size: 14px;
    }

    .hsy-reference-disclaimer {
        padding: 15px;
    }

    .hsy-reference-disclaimer strong,
    .hsy-reference-disclaimer p {
        font-size: 14px;
        line-height: 23px;
    }
}