.product-container {
    padding-block: 52px 32px;
}

.product-title-wrapper {
    padding-inline: 20px;
    margin-block: 32px 82px;
}

.product-title-wrapper::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
    background: url("../../static/images/prpl-and-network-x-2025-bg.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.product-title {
    color: #fff;
    margin-block: 0 4px;
    font-weight: 700;
}

.product-part {
    background-color: #fff;
    color: #000;
    padding: 8px;
    display: inline-block;
}

.imageblock
.imageblock img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    margin-inline: auto;
    display: block;
}

.sect1 {
    padding-inline: 20px;
    max-width: 100em;
    margin-inline: auto;
}

.sect1 .imageblock {
    display: block;
    position: static;
    transform: translateY(0);
}

.sect1 .imageblock img{
    max-height: 250px;
    width: auto;
}

.sect1 h2:first-child {
    color: #2e5387ff;
    padding-block: 0 4px;
    margin-block-end: 16px;
    border-bottom: 2px solid #2e5387ff;
}

.sect1 .sectionbody p {
    margin-block: 0 16px;
}

.sect1 .sectionbody .ulist li p  {
    margin-block: 0;
}

.sect1 .sectionbody li ul {
    margin-block: 8px 0;
}

.sect1 .sectionbody li {
    margin-inline-start: 20px;
    margin-block-end: 6px;
}

.link-wrapper {
    margin-block-end: 10px;
}

.link-wrapper p {
    column-gap: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-wrapper p::after {
    content: "";
    width: 100%;
    border-bottom: 1px dashed;
    order: 2;
    height: 8px;
    margin-inline-end: 12px;
    flex: 1;
}

.link-wrapper p a {
    padding: 4px 12px;
    border: 1px solid #2e5387ff;
    border-radius: 8px;
    transition: all 300ms ease-in;
    order: 3;
}

.link-wrapper p a:hover,
.link-wrapper p a:focus {
    color: #fff;
    background-color: #2e5387ff;
    box-shadow: 2px 2px 4px 2px #b1b8c3;
}

.link-wrapper p a:active {
    background-color: rgb(20, 59, 114);
    box-shadow: inset 2px 2px 4px 2px #050f1e;
    color: #fff;
}

@media (min-width: 768px) {
    .product-container {
        max-width: 550px;
        display: block;
        margin-inline: auto;
    }

    .link-wrapper p::after {
        content: "";
        width: 100%;
        border-bottom: 1px dashed;
        order: 2;
        height: 12px;
    }
}

@media (min-width: 1024px) {
    .product-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 20px;
        max-width: 100em;
        padding-inline-start: 20px;
    }

    .product-title-wrapper {
        grid-column: 3 / span 3;
    }

    #preamble {
        grid-column: 1 / span 2;
        grid-row: 2 / span 3;
        align-self: center;
        position: sticky;
        top: 50%;
        transform: translateY(-50%);
        margin-block-start: 32px;
    }

    .sect1 {
        grid-column: 3 / span 3;
        max-width: none;
        margin-inline: 0;
    }
}
