.patents-page {
    color: #191919;
    font-family: 'Open Sans', sans-serif;
}

.patents-hero {
    padding: 42px 15px 38px;
}

.patents-hero__inner,
.patents-content__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.patents-hero__title {
    margin: 0;
    line-height: 1.1;
}

.patents-hero__tagline {
    max-width: 620px;
    margin: 12px auto 0;
    font-size: 1.25em;
    line-height: 1.5;
    text-align: center;
}

.patents-content {
    padding: 48px 15px 64px;
}

.patents-intro {
    max-width: 760px;
}

.patents-intro__eyebrow {
    margin: 0 0 6px;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.patents-intro h2 {
    margin: 0 0 12px;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2;
}

.patents-intro p:last-child {
    margin-bottom: 0;
    font-size: 1.0625em;
    line-height: 1.65;
}

.patents-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 34px;
    padding: 0;
    list-style: none;
}

.patents-summary li {
    min-width: 150px;
    padding: 16px 20px;
    background: #F2F2F2;
    border-left: 5px solid #FFDE00;
}

.patents-summary strong,
.patents-summary span {
    display: block;
}

.patents-summary strong {
    font-size: 1.75em;
    line-height: 1;
}

.patents-summary span {
    margin-top: 6px;
    font-size: 1em;
    font-weight: 700;
}

.patents-toolbar {
    display: none;
    margin-bottom: 18px;
}

.patents-page--enhanced .patents-toolbar {
    display: block;
}

.patents-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.patents-filter {
    min-height: 44px;
    padding: 9px 18px;
    color: #191919;
    background: #FFFFFF;
    border: 2px solid #333333;
    border-radius: 3px;
    font-weight: 700;
}

.patents-filter:hover {
    background: #F2F2F2;
}

.patents-filter.is-active,
.patents-filter[aria-pressed="true"] {
    color: #FFFFFF;
    background: #222222;
}

.patents-filter:focus,
.patents-table-scroll:focus {
    outline: 3px solid #AD0000;
    outline-offset: 3px;
}

.patents-scroll-hint {
    display: none;
    margin: 0 0 8px;
    font-size: 1em;
    font-weight: 700;
}

.patents-table-scroll {
    overflow-x: auto;
    border-radius: 3px;
}

.patents-table {
    min-width: 720px;
    margin-bottom: 0;
    font-size: 16px;
}

.patents-table > thead > tr > th {
    padding: 14px 16px;
    color: #FFFFFF;
    background: #222222;
    border-color: #222222;
    font-weight: 700;
    vertical-align: middle;
}

.patents-table > tbody > tr > th,
.patents-table > tbody > tr > td {
    padding: 15px 16px;
    border-color: #C9C9C9;
    line-height: 1.5;
    vertical-align: middle;
}

.patents-table > tbody > tr > th {
    width: 165px;
    font-weight: 800;
    white-space: nowrap;
}

.patents-table > tbody > tr > td:nth-child(2) {
    width: 175px;
}

.patent-type {
    display: inline-block;
    padding: 5px 9px;
    border: 1px solid #555555;
    border-radius: 3px;
    color: #222222;
    background: #FFFFFF;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.2;
}

.patent-type--utility {
    border-left: 5px solid #FFDE00;
}

.patent-type--design {
    border-left: 5px solid #777777;
}

@media (max-width: 767px) {
    .patents-hero {
        padding-top: 30px;
        padding-bottom: 28px;
    }

    .patents-hero__title .cat-header-text-lg,
    .patents-hero__title .misc-header-text-sm {
        display: block;
        font-size: 2.25em;
    }

    .patents-hero__tagline {
        font-size: 1.0625em;
    }

    .patents-content {
        padding-top: 34px;
        padding-bottom: 48px;
    }

    .patents-intro h2 {
        font-size: 1.625em;
    }

    .patents-summary li {
        flex: 1 1 135px;
        min-width: 0;
    }

    .patents-filter {
        flex: 1 1 auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    .patents-scroll-hint {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .patents-page *,
    .patents-page *::before,
    .patents-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
