.hardware-profile-public-section {
    clear: both;
    margin: 24px auto 36px;
    padding: 0 15px;
}

.hardware-profile-shell {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.hardware-profile-card {
    box-sizing: border-box;
    padding: 28px 4px 0;
    border: 0;
    border-top: 1px solid #e7ebed;
    background: transparent;
    color: #333;
    text-align: left;
}

.hardware-profile-header {
    margin: 0;
}

.hardware-profile-eyebrow {
    margin: 0 0 5px;
    color: #7d878c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.hardware-profile-title {
    margin: 0;
    color: #0a0d26;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.hardware-profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 0;
    margin-top: 4px;
    color: #7d878c;
    font-size: 14px;
    line-height: 1.6;
}

.hardware-profile-meta > span + span::before {
    content: "\00b7";
    padding: 0 7px;
    color: #aab1b5;
}

.hardware-profile-details {
    margin: 14px 0 0;
}

.hardware-profile-details > div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 20px;
    padding: 13px 0;
    border-top: 1px solid #e7ebed;
}

.hardware-profile-details dt,
.hardware-profile-details dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

.hardware-profile-details dt {
    color: #333;
    font-weight: 400;
}

.hardware-profile-details dd {
    color: #333;
    overflow-wrap: anywhere;
}

.hardware-profile-models,
.hardware-profile-inline-list,
.hardware-profile-more-models > div {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 18px;
}

.hardware-profile-models > span,
.hardware-profile-inline-list > span,
.hardware-profile-more-models span {
    display: inline;
    padding: 0;
    background: transparent;
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

.hardware-profile-stacked-list {
    display: grid;
    gap: 5px;
}

.hardware-profile-stacked-list > span {
    position: relative;
    display: block;
    padding-left: 13px;
    color: #333;
}

.hardware-profile-stacked-list > span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    color: #aab1b5;
}

.hardware-profile-more-models {
    width: 100%;
    margin-top: 4px;
}

.hardware-profile-more-models summary {
    display: inline-block;
    color: #1abc9c;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.6;
    list-style-position: inside;
}

.hardware-profile-more-models > div {
    margin-top: 5px;
}

.hardware-profile-empty {
    padding: 28px 15px 0;
    text-align: center;
}

.hardware-profile-empty i {
    color: #aeb9c0;
    font-size: 32px;
}

.hardware-profile-empty h2 {
    margin: 14px 0 7px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.hardware-profile-empty p {
    margin: 0;
    color: #969b9d;
}

@media (max-width: 767px) {
    .hardware-profile-public-section {
        margin: 22px auto 32px;
        padding: 0;
    }

    .hardware-profile-card {
        padding: 24px 0 0;
    }

    .hardware-profile-title {
        font-size: 18px;
    }

    .hardware-profile-details {
        margin-top: 12px;
    }

    .hardware-profile-details > div {
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 14px;
        padding: 11px 0;
    }

}

@media (max-width: 479px) {
    .hardware-profile-details > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .hardware-profile-details dt {
        font-size: 16px;
        font-weight: 500;
    }
}
