.product-banner,
main {
    --indigo-deep: #151a72;
    --indigo: #1c208c;
    --seal: #e23a2b;
    --cyan: #2ecbff;
}

.hero {
    background: linear-gradient(150deg, var(--indigo-deep) 0%, var(--indigo) 58%, #2a2e9e 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .12;
    background: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 56px);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--seal) 0 96px, var(--cyan) 96px 192px, transparent 192px);
    opacity: .9;
    z-index: 11;
}

.hero .inner {
    position: relative;
    z-index: 1;
    padding: 56px 0 32px;
}

.hero h1 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.45;
    color: #fff;
}

.hero p {
    margin: 0 0 28px;
    max-width: 560px;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 12px 0 0;
    padding: 0 18px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    box-sizing: border-box;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.hero-btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.hero-btn--primary {
    background: var(--seal);
    color: #fff;
    border: 1px solid var(--seal);
}

.hero-btn--primary:hover,
.hero-btn--primary:focus {
    background: #c92f22;
    border-color: #c92f22;
    color: #fff;
    text-decoration: none;
}

.hero-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .85);
}

.hero-btn--ghost:hover,
.hero-btn--ghost:focus {
    background: #fff;
    color: var(--indigo);
    text-decoration: none;
}

.product-banner .breadcrumbs {
    z-index: 12;
    box-sizing: border-box;
    background-color: rgba(10, 14, 56, .82);
}

.product-banner .breadcrumbs a {
    color: #fff;
}

.trust-bar {
    background: #fff;
    position: relative;
    z-index: 2;
}

.trust-bar ul {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 28px 0;
}

.trust-bar li {
    flex: 1;
    padding: 4px 28px;
    box-sizing: border-box;
}

.trust-bar li:first-child {
    padding-left: 0;
}

.trust-bar li:last-child {
    padding-right: 0;
}

.trust-bar li+li {
    border-left: 1px solid #e6e8ef;
}

.trust-bar span {
    display: block;
    margin-bottom: 6px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: var(--indigo, #1c208c);
}

.trust-bar p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #8b8f9a;
}

.cyber-section {
    padding: 64px 0;
}

.cyber-section:nth-child(odd) {
    background: #f6f4ef;
}

.cyber-section:nth-child(even) {
    background: #fff;
}

.cyber-section__head h2 {
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #2b2f38;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 24px;
    line-height: 1.3;
    color: #1a1d3a;
}

.cyber-section__no {
    font-size: 30px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.2px #1c208c;
    margin-right: 12px;
    letter-spacing: 1px
}

.cyber-section__head p {
    margin: 16px 0 0;
    max-width: 780px;
    font-size: 14px;
    line-height: 1.7;
    color: #8b8f9a;
}

.commit-cards {
    display: flex;
    align-items: stretch;
    margin-top: 28px;
}

.commit-card {
    flex: 1;
    margin-right: 20px;
    padding: 22px 22px 26px;
    background: #fff;
    border: 1px solid #eceef2;
    border-top: 3px solid #1c208c;
    box-sizing: border-box;
}

.commit-card:last-child {
    margin-right: 0;
}

.commit-card__icon {
    display: block;
    margin-bottom: 16px;
    min-height: 22px;
    font-size: 20px;
    line-height: 1;
    color: #c5c9d1;
}

.commit-card__icon img {
    display: block;
    width: 22px;
    height: 22px;
}

.commit-card:nth-child(2) .commit-card__icon {
    color: #f0b429;
}

.commit-card:nth-child(3) .commit-card__icon {
    color: #3b82f6;
}

.commit-card h3 {
    margin: 0 0 10px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #1c208c;
}

.commit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #8b8f9a;
}

.foundation-list {
    margin-top: 28px;
}

.foundation-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 24px 22px;
    border-bottom: 1px solid #eceef2;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color .2s ease, border-color .2s ease;
}

.foundation-item:hover {
    background: #eef1f8;
    border-bottom-color: transparent;
}

.foundation-item:last-child {
    border-bottom: 1px solid #eceef2;
}

.foundation-item:last-child:hover {
    border-bottom-color: transparent;
}

.foundation-item__no {
    flex: 0 0 48px;
    margin-right: 20px;
    padding-top: 2px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #1a1d3a;
}

.foundation-item__body {
    flex: 1;
    min-width: 0;
}

.foundation-item h3 {
    margin: 0;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #1a1d3a;
}

.foundation-item__tag {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    vertical-align: middle;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #3d4db5;
    background: #e4e7f8;
    border-radius: 3px;
}

.foundation-item:nth-child(2) .foundation-item__tag {
    color: #2e7d32;
    background: #e7f5e8;
}

.foundation-item:nth-child(3) .foundation-item__tag {
    color: #3d5afe;
    background: #e8eeff;
}

.foundation-item__tag--stamp {
    margin-left: 12px;
    padding: 10px 8px 8px;
    color: #c62828;
    background: rgba(198, 40, 40, .06);
    border: 2px solid #c62828;
    border-radius: 2px;
    font-size: 10px;
    letter-spacing: 1px;
    transform: rotate(-8deg);
}

.foundation-item p {
    margin: 8px 0 0;
    max-width: 860px;
    font-size: 13px;
    line-height: 1.7;
    color: #8b8f9a;
}

.foundation-list__note {
    margin: 20px 24px 0;
    font-size: 12px;
    line-height: 1.7;
    color: #a0a4ad;
}

.vulnerability-disclosure-process-list {
    display: flex;
    align-items: stretch;
    margin-top: 28px;
    background: #fff;
    border: 1px solid #e6e8ef;
}

.vulnerability-disclosure-process-item {
    flex: 1;
    position: relative;
    min-width: 0;
    padding: 22px 18px 26px 22px;
    border-left: 1px solid #eceef2;
    box-sizing: border-box;
}

.vulnerability-disclosure-process-item:first-child {
    border-left: none;
    padding-left: 26px;
}

.vulnerability-disclosure-process-item:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--seal, #e23a2b);
}

.vulnerability-disclosure-process-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 22px;
    width: 14px;
    height: 14px;
    background: #fff;
    z-index: 1;
}

.vulnerability-disclosure-process-item:not(:first-child)::after {
    content: "\2192";
    position: absolute;
    left: -7px;
    top: 22px;
    width: 14px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #b8bcc8;
    z-index: 2;
}

.vulnerability-disclosure-process-item>span {
    display: block;
    margin: 0 0 12px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--seal, #e23a2b);
}

.vulnerability-disclosure-process-item h3 {
    margin: 0 0 10px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #1a1d3a;
}

.vulnerability-disclosure-process-item .vdp-body,
.vulnerability-disclosure-process-item .vdp-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #8b8f9a;
}

.vulnerability-disclosure-process-item .vdp-body p+p {
    margin-top: 4px;
}

.vulnerability-disclosure-process-item .vdp-body a {
    color: #1c208c;
    text-decoration: underline;
    word-break: break-all;
}

.safe-harbor {
    margin-top: 28px;
}

.safe-harbor__card {
    padding: 28px 32px 24px;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-left: 4px solid #1c208c;
    box-sizing: border-box;
}

.safe-harbor__card h3 {
    margin: 0 0 12px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #1c208c;
}

.safe-harbor__body,
.safe-harbor__body p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.75;
    color: #5c6370;
}

.safe-harbor__body li {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.75;
    color: #5c6370;
}

.safe-harbor__scope {
    margin-top: 8px;
    padding: 12px 16px;
    background: #f8f1d8;
    border: 1px solid #f0e6c0;
    box-sizing: border-box;
}

.safe-harbor__scope p,
.safe-harbor__scope p * {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #8a7340;
    background: transparent;
}

.safe-harbor__scope strong {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #8a7340;
    background: none;
    border-radius: 0;
}

.report-grid {
    display: flex;
    align-items: stretch;
    margin-top: 28px;
}

.report-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-right: 24px;
    padding: 28px 28px 24px;
    background: #fff;
    border: 1px solid #e6e8ef;
    box-sizing: border-box;
}

.report-card:last-child {
    margin-right: 0;
}

.report-card h3 {
    margin: 0 0 16px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #1c208c;
}

.report-block + .report-block h3 {
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid #eceef2;
}

.report-mail {
    display: inline-block;
    margin: 4px 0 32px;
    padding-bottom: 8px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #1c208c;
    text-decoration: none;
    border-bottom: 2px solid #1c208c;
}

.report-mail:hover,
.report-mail:focus {
    color: #151a72;
    text-decoration: none;
}

.report-card .vdp-body,
.report-card .vdp-body p,
.report-card .vdp-body li {
    font-size: 14px;
    line-height: 1.7;
}

.report-card .vdp-body ul,
.report-card .vdp-body ol {
    margin: 0 0 20px;
    padding-left: 18px;
}

.report-card .vdp-body li {
    margin: 0 0 8px;
}

.report-note {
    margin: 0;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #3d6b4f;
    background: #eef8f1;
    border-left: 3px solid #3d8f5a;
}

.report-note strong {
    font-family: "OpenSans-Semibold", sans-serif;
}

.report-lead {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #8b8f9a;
}

.report-identity {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #9aa0a8;
}

.vdp-body ul,
.vdp-body ol {
    list-style: revert;
}


.vdp-body p,
.vdp-body h1,
.vdp-body h2,
.vdp-body h3,
.vdp-body h4,
.vdp-body h5,
.vdp-body h6,
.vdp-body dl,
.vdp-body dd,
.vdp-body ul,
.vdp-body ol,
.vdp-body th,
.vdp-body td,
.vdp-body button,
.vdp-body figure,
.vdp-body input,
.vdp-body textarea,
.vdp-body form {
    margin: revert;
    padding: revert;
    font-size: revert;
    font-weight: revert;
    font-style: revert;
    font-family: revert;
    color: initial;
    text-align: revert;
    text-decoration: revert;
    text-transform: revert;
    line-height: revert;
    list-style: revert;
    display: revert;
}
.vdp-body table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e8ef;
}
.vdp-body table th,
.vdp-body table td {
    padding: 12px 18px;
}

.report-pgp-panel {
    display: block;
    flex: 0 0 auto;
    height: auto;
    padding: 20px 22px;
    background: #1a1d36;
    border-radius: 6px;
    overflow: hidden;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.7;
    color: #c8cbe0;
    word-break: break-word;
}

.report-pgp-panel p,
.report-pgp-panel div,
.report-pgp-panel span,
.report-pgp-panel li,
.report-pgp-panel pre,
.report-pgp-panel code {
    color: #e8eaf2;
    background: transparent;
}

.report-pgp-panel p,
.report-pgp-panel pre {
    margin: 0 0 6px;
    white-space: pre-wrap;
}

.report-pgp-panel p:empty {
    display: none;
}

.report-pgp-panel p:last-child,
.report-pgp-panel pre:last-child {
    margin-bottom: 0;
}

.report-pgp-panel a {
    color: #3dceff;
    text-decoration: none;
    word-break: break-all;
}

.report-pgp-panel a:hover {
    text-decoration: underline;
}

.advisory-detail-banner .hero .inner {
    padding: 40px 0 32px;
}

.advisory-hero .advisory-kicker {
    margin: 0 0 10px;
    max-width: none;
    font-size: 12px;
    letter-spacing: 1.4px;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .78);
}

.advisory-hero h1 {
    max-width: 860px;
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.25;
    color: #fff;
}

.advisory-chips {
    display: flex;
    flex-wrap: wrap;
}

.advisory-chip {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 5px 10px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .3px;
    text-transform: uppercase;
    border-radius: 3px;
}

.advisory-chip--sev,
.advisory-chip--high {
    color: #c05621;
    background: #ffe8d2;
}

.advisory-chip--critical {
    color: #e23a2b;
    background: #fdecea;
}

.advisory-chip--medium {
    color: #b8860b;
    background: #fff6d9;
}

.advisory-chip--low {
    color: #3d8f5a;
    background: #e7f6ec;
}

.advisory-chip--status {
    color: #3d8f5a;
    background: #e7f6ec;
}

.advisory-chip--cve {
    color: #dbe4ff;
    background: transparent;
    border: 1px solid rgba(219, 228, 255, .7);
}

.advisory-meta {
    background: #fff;
    border-bottom: 1px solid #eceef2;
}

.advisory-meta__grid {
    display: flex;
}

.advisory-meta__item {
    flex: 1;
    padding: 18px 24px 18px 0;
}

.advisory-meta__item + .advisory-meta__item {
    padding-left: 24px;
    border-left: 1px solid #eceef2;
}

.advisory-meta__item span {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #8b8f9a;
}

.advisory-meta__item strong {
    display: block;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1d3a;
}

.advisory-csaf {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    color: #5b6bc0;
    background: #eef0fb;
    border-radius: 3px;
    text-decoration: none;
}

.advisory-csaf:hover {
    color: #1c208c;
    text-decoration: none;
}

.advisory-article {
    padding: 40px 0 64px;
    font-size: 14px;
    line-height: 1.75;
    color: #4a4f5c;
}

.advisory-article h1,
.advisory-article h2,
.advisory-article h3,
.advisory-article h4,
.advisory-article h5,
.advisory-article h6 {
    margin: 28px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e8ef;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #1c208c;
}

.advisory-article h1:first-child,
.advisory-article h2:first-child,
.advisory-article h3:first-child,
.advisory-article h4:first-child,
.advisory-article h5:first-child,
.advisory-article h6:first-child {
    margin-top: 0;
}

.advisory-article p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.75;
    color: #4a4f5c;
}

.advisory-article ul,
.advisory-article ol {
    margin: 0 0 20px;
    padding-left: 20px;
}

.advisory-article ul {
    list-style: disc;
}

.advisory-article ol {
    list-style: decimal;
}

.advisory-article li {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #4a4f5c;
}

.advisory-article a {
    color: #1c208c;
    text-decoration: underline;
}

.advisory-article strong,
.advisory-article b {
    font-family: "OpenSans-Semibold", sans-serif;
    color: #1a1d3a;
}

.advisory-article table {
    width: 100%;
    margin: 4px 0 28px;
    border-collapse: collapse;
    border: 1px solid #e6e8ef;
}

.advisory-article th,
.advisory-article td {
    padding: 12px 16px;
    border: 1px solid #e6e8ef;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
}

.advisory-article th {
    font-family: "OpenSans-Semibold", sans-serif;
    color: #1a1d3a;
    background: #f4f6f8;
}

.advisory-article td {
    color: #4a4f5c;
    background: #fff;
}

.advisory-article img {
    max-width: 100%;
    height: auto;
}

.cvd-page {
    background: #f6f3eb;
    padding-bottom: 64px;
}

.cvd-doc {
    padding-top: 28px;
}

.cvd-toc {
    margin-bottom: 20px;
    padding: 22px 28px 8px;
    background: #fff;
    border: 1px solid #ece7dc;
    border-top: 3px solid var(--indigo);
}

.cvd-toc__label {
    margin: 0 0 8px;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #9aa0ab;
}

.cvd-toc__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cvd-toc a {
    display: flex;
    align-items: baseline;
    padding: 12px 24px 12px 0;
    border-bottom: 1px solid #eceef2;
    font-size: 14px;
    line-height: 1.45;
    color: #2b2f3a;
    text-decoration: none;
}

.cvd-toc a span {
    flex: 0 0 22px;
    margin-right: 6px;
    font-size: 13px;
    color: var(--seal);
}

.cvd-toc a:hover,
.cvd-toc a.is-active {
    color: var(--indigo);
    text-decoration: none;
}

.cvd-card {
    background: #fff;
    border: 1px solid #ece7dc;
    overflow: hidden;
}

.cvd-meta {
    display: flex;
    margin: 0;
    padding: 20px 40px;
    background: #f4f5f8;
    border: none;
    border-bottom: 1px solid #e8eaf0;
}

.cvd-meta__item {
    flex: 1;
    padding: 0 20px;
    border-left: 1px solid #e6e8ef;
}

.cvd-meta__item:first-child {
    padding-left: 0;
    border-left: none;
}

.cvd-meta__item span {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #8b8f9a;
}

.cvd-meta__item strong {
    display: block;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #1a1d3a;
}

.cvd-article {
    padding: 36px 40px 44px;
}

.cvd-section {
    padding: 28px 0;
    border-top: 1px solid #eceef2;
}

.cvd-section:first-child {
    padding-top: 0;
    border-top: none;
}

.cvd-section:last-child {
    padding-bottom: 0;
}

.cvd-section h2 {
    margin: 0 0 12px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #1a1d3a;
}

.cvd-section h2 span {
    margin-right: 8px;
    font-size: 14px;
    color: var(--seal);
}

.cvd-section .cvd-body p,
.cvd-section .vdp-body p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.75;
    color: #4a4f5c;
}

.cvd-section .cvd-body p:last-child,
.cvd-section .vdp-body p:last-child {
    margin-bottom: 0;
}

.cvd-section .cvd-body table,
.cvd-section .vdp-body table {
    width: 100%;
    margin: 16px 0 0;
    border-collapse: collapse;
    border: 1px solid #d8dce6;
}

.cvd-section .cvd-body th,
.cvd-section .cvd-body td,
.cvd-section .vdp-body th,
.cvd-section .vdp-body td {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #d8dce6;
}

.cvd-section .cvd-body th,
.cvd-section .vdp-body th {
    font-family: "OpenSans-Semibold", sans-serif;
    color: #1c208c;
    background: #eef0f8;
}

.cvd-section .cvd-body td,
.cvd-section .vdp-body td {
    color: #4a4f5c;
    background: #fff;
}

.cvd-section .cvd-body ul,
.cvd-section .vdp-body ul {
    margin: 4px 0 14px;
    padding-left: 20px;
    list-style: disc;
}

.cvd-section .cvd-body ol,
.cvd-section .vdp-body ol {
    margin: 4px 0 14px;
    padding-left: 20px;
    list-style: decimal;
}

.cvd-section .cvd-body li,
.cvd-section .vdp-body li {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #4a4f5c;
}

.cvd-section .cvd-body a,
.cvd-section .vdp-body a {
    color: var(--indigo);
    word-break: break-word;
}

.cvd-section .cvd-body strong,
.cvd-section .cvd-body b,
.cvd-section .vdp-body strong,
.cvd-section .vdp-body b {
    font-family: "OpenSans-Semibold", sans-serif;
    color: #1a1d3a;
}

.cvd-section .cvd-body code,
.cvd-section .vdp-body code {
    padding: 1px 6px;
    font-size: 12px;
    color: #3d3d9a;
    background: #ece8f8;
    border-radius: 2px;
    word-break: break-all;
}

.cvd-note,
.cvd-section .cvd-body blockquote,
.cvd-section .vdp-body blockquote {
    margin: 16px 0 0;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.65;
    color: #355246;
    background: #e8f6ee;
    border-left: 3px solid #2a8f5c;
}

.cvd-section .cvd-body blockquote p,
.cvd-section .vdp-body blockquote p {
    margin: 0;
    color: inherit;
}

.cvd-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    background: #eef0f8;
    border: 1px solid #e4e7f2;
    border-top: 0;
}

.cvd-cta p {
    margin: 0 28px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4f5c;
}

.cvd-cta strong {
    margin-right: 4px;
    font-family: "OpenSans-Semibold", sans-serif;
    color: #1a1d3a;
}

.cvd-cta a:not(.cvd-cta__btn) {
    color: var(--indigo);
}

.cvd-cta a:not(.cvd-cta__btn):hover {
    text-decoration: underline;
}

.cvd-cta__btn {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #151a72;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
}

.cvd-cta__btn:hover,
.cvd-cta__btn:focus {
    color: #fff;
    background: #1c208c;
    text-decoration: none;
}

.advisory {
    margin-top: 28px;
}

.advisory-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.advisory-filters {
    display: flex;
    flex-wrap: wrap;
}

.advisory-filter {
    margin: 0 8px 8px 0;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    color: #4a4f5c;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 4px;
    cursor: pointer;
}

.advisory-filter i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: middle;
    background: #c5c9d1;
}

.advisory-filter[data-severity="critical"] i { background: #e23a2b; }
.advisory-filter[data-severity="high"] i { background: #e38b2a; }
.advisory-filter[data-severity="medium"] i { background: #b8860b; }
.advisory-filter[data-severity="low"] i { background: #3d8f5a; }

.advisory-filter.is-active {
    color: #fff;
    background: #1c208c;
    border-color: #1c208c;
}

.advisory-filter.is-active i {
    background: #fff;
}

.advisory-search {
    width: 240px;
    height: 34px;
    padding: 0 12px;
    font-size: 13px;
    color: #4a4f5c;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 4px;
    box-sizing: border-box;
}

.advisory-blank {
    display: none;
    margin-bottom: 20px;
    padding: 48px 24px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #eceef2;
}

.advisory.is-empty .advisory-toolbar {
    display: none;
}

.advisory.is-empty .advisory-blank {
    display: block;
}

.advisory-blank i {
    display: block;
    margin-bottom: 14px;
    font-size: 18px;
    color: #1c208c;
}

.advisory-blank p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #8b8f9a;
}

.advisory-head,
.advisory-row {
    display: flex;
    align-items: center;
    padding: 14px 18px;
}

.advisory-head {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 13px;
    color: #fff;
    background: #1c208c;
}

.advisory-row {
    color: #1a1d3a;
    background: #fff;
    border-bottom: 1px solid #eceef2;
    text-decoration: none;
}

.advisory-row:hover {
    background: #eef1f8;
    text-decoration: none;
}

.advisory-empty {
    display: none;
    padding: 28px 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #b0b4bd;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eceef2;
}

.advisory-head > div,
.advisory-row > div {
    padding-right: 12px;
    box-sizing: border-box;
}

.advisory-head > div:nth-child(1),
.advisory-row > div:nth-child(1) { width: 18%; }
.advisory-head > div:nth-child(2),
.advisory-row > div:nth-child(2) { width: 34%; }
.advisory-head > div:nth-child(3),
.advisory-row > div:nth-child(3) { width: 12%; }
.advisory-head > div:nth-child(4),
.advisory-row > div:nth-child(4) { width: 12%; }
.advisory-head > div:nth-child(5),
.advisory-row > div:nth-child(5) { width: 14%; }
.advisory-head > div:nth-child(6),
.advisory-row > div:nth-child(6) { width: 10%; text-align: left; }

.advisory-id {
    color: #1c208c;
    text-decoration: underline;
    font-size: 13px;
}

.advisory-title span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #1a1d3a;
}

.advisory-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #8b8f9a;
}

.advisory-cvss {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 16px;
    color: #e38b2a;
}

.advisory-date {
    font-size: 13px;
    color: #4a4f5c;
}

.advisory-sev,
.advisory-status {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.advisory-sev--critical {
    color: #e23a2b;
    background: #fdecea;
}

.advisory-sev--high {
    color: #d97706;
    background: #fff1e0;
}

.advisory-sev--medium {
    color: #b8860b;
    background: #fff6d9;
}

.advisory-sev--low {
    color: #3d8f5a;
    background: #e7f6ec;
}

.advisory-status {
    color: #3d8f5a;
    background: #e7f6ec;
}

@media (max-width: 768px) {
    .product-banner {
        height: auto;
    }

    .hero {
        padding-bottom: 0;
    }

    .hero .inner {
        padding: 28px 0 20px;
    }

    .hero-actions {
        display: inline-flex;
    }

    .hero-btn {
        height: 36px;
        margin: 0 10px 10px 0;
        padding: 0 14px;
        font-size: 12px;
    }

    .product-banner .breadcrumbs {
        position: relative;
        bottom: auto;
        padding: 8px 15px;
        font-size: 13px;
        line-height: 22px;
        background-color: rgba(10, 14, 56, .9);
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .trust-bar ul {
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .trust-bar li {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 16px 12px;
        border-left: none;
        border-bottom: 1px solid #e6e8ef;
    }

    .trust-bar li:first-child,
    .trust-bar li:last-child {
        padding-left: 12px;
        padding-right: 12px;
    }

    .trust-bar li:nth-child(odd) {
        padding-left: 0;
        padding-right: 16px;
    }

    .trust-bar li:nth-child(even) {
        padding-left: 16px;
        padding-right: 0;
        border-left: 1px solid #e6e8ef;
    }

    .trust-bar li:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .cyber-section {
        padding: 40px 0;
    }

    .cyber-section__head h2 {
        font-size: 20px;
    }

    .cyber-section__head p {
        font-size: 13px;
    }

    .commit-cards {
        display: block;
        margin-top: 20px;
    }

    .commit-card {
        margin: 0 0 16px;
    }

    .commit-card:last-child {
        margin: 0;
    }

    .foundation-list {
        margin-top: 20px;
    }

    .foundation-item {
        padding: 16px;
    }

    .foundation-item__no {
        flex-basis: 40px;
        margin-right: 12px;
        font-size: 13px;
    }

    .foundation-item h3 {
        font-size: 15px;
    }

    .foundation-item__tag {
        display: inline-block;
        margin: 6px 0 0;
    }

    .foundation-list__note {
        margin: 16px 16px 0;
        font-size: 11px;
    }

    .vulnerability-disclosure-process-list {
        display: block;
        border-left: 1px solid #e6e8ef;
    }

    .vulnerability-disclosure-process-item {
        border-left: none;
        border-bottom: 1px solid #eceef2;
        padding: 20px 16px 20px 20px;
    }

    .vulnerability-disclosure-process-item:first-child {
        padding-left: 20px;
    }

    .vulnerability-disclosure-process-item:not(:first-child)::before,
    .vulnerability-disclosure-process-item:not(:first-child)::after {
        left: 16px;
        top: -7px;
    }

    .vulnerability-disclosure-process-item:last-child {
        border-bottom: none;
    }

    .safe-harbor {
        margin-top: 20px;
    }

    .safe-harbor__card {
        padding: 20px 16px 18px;
    }

    .safe-harbor__card h3 {
        font-size: 16px;
    }

    .safe-harbor__body,
    .safe-harbor__body p,
    .safe-harbor__body li {
        font-size: 13px;
    }

    .report-grid {
        display: block;
        margin-top: 20px;
    }

    .report-card {
        margin: 0 0 16px;
        padding: 20px 16px 18px;
    }

    .report-card:last-child {
        margin: 0;
    }

    .report-mail {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .advisory {
        margin-top: 20px;
    }

    .advisory-toolbar {
        display: block;
    }

    .advisory-search {
        width: 100%;
        margin-top: 12px;
    }

    .advisory-table {
        overflow-x: auto;
    }

    .advisory-head,
    .advisory-row {
        min-width: 860px;
    }

    .advisory-detail-banner .hero .inner {
        padding: 28px 0 20px;
    }

    .advisory-hero h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .advisory-meta__grid {
        display: block;
    }

    .advisory-meta__item {
        padding: 16px 0;
    }

    .advisory-meta {
        position: relative;
        z-index: 2;
    }

    .advisory-meta__item + .advisory-meta__item {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #eceef2;
    }

    .advisory-article {
        padding: 24px 0 48px;
    }

    .cvd-toc__list {
        display: block;
    }

    .cvd-toc a {
        padding-right: 0;
    }

    .cvd-meta,
    .cvd-article {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cvd-meta {
        display: block;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cvd-article {
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .cvd-meta__item {
        padding: 14px 0;
        border-left: none;
        border-top: 1px solid #e6e8ef;
    }

    .cvd-meta__item:first-child {
        border-top: none;
        padding-top: 0;
    }

    .cvd-section h2 {
        font-size: 16px;
    }

    .cvd-cta {
        display: block;
        padding: 18px 16px;
    }

    .cvd-cta p {
        margin: 0 0 16px;
    }

    .cvd-cta__btn {
        width: 100%;
    }
}