/* HDX product page styles follow the approved CPCI/VPX product-page system. */

.about {
    padding: 0 !important;
}

.about ul {
    font-family: "Montserrat-Medium";
    text-align: left;
}

.about li {
    margin: 4px 0;
}

.section_title {
    font-family: "Jost-Bold";
    font-size: 1.4em;
}

.split_container {
    max-width: 1600px;
    margin: 0 auto;
}

.split_text_container {
    margin-bottom: 50px;
}

.split_text_container .section_title {
    margin-left: 10px;
    margin-top: 20px;
}

.section_list {
    margin-left: 20px;
}

.card_holder {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    font-family: "Montserrat-Medium";
    padding-bottom: 40px;
}

.card_holder p {
    font-family: "Montserrat-Medium";
    opacity: 0.6;
}

.card_holder img {
    max-width: 90%;
}

.contact_p {
    font-family: "Montserrat-Medium";
}

#cooling .card_holder {
    width: 100%;
    padding: 30px;
    text-align: center;
}

#cooling.hdx-product-selection {
    background-image: linear-gradient(
        160deg,
        #062B49 0%,
        #003B71 34%,
        #005EB8 56%,
        #003B71 78%,
        #062B49 100%
    );
}

#cooling.hdx-product-selection .cooling_container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 24px 32px;
}

#cooling.hdx-product-selection .columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

#cooling.hdx-product-selection .column {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #eaf3fb 0%, #dcecf8 100%);
    border: 1px solid rgba(0, 91, 184, 0.34);
    border-top-color: rgba(0, 114, 206, 0.58);
    box-shadow: 0 16px 34px rgba(6, 43, 73, 0.18);
    border-radius: 8px;
    padding: 18px 22px;
    box-sizing: border-box;
    text-align: left;
    height: 100%;
}

#cooling.hdx-product-selection .hdx-resource-panel-wrap {
    margin-top: auto;
    padding-top: 22px;
}

#cooling.hdx-product-selection .column h3 {
    color: #0b2239;
    font-family: "Jost-Bold";
    font-size: 1.8em;
    font-weight: 700;
    margin: 14px 0 6px;
}

#cooling.hdx-product-selection .column h3:first-child {
    margin-top: 0;
}

#cooling.hdx-product-selection .column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left !important;
}

#cooling.hdx-product-selection .column ul li {
    margin: 5px 0;
}

#cooling.hdx-product-selection .column a {
    display: inline-block;
    color: #24415f;
    cursor: pointer;
    font-family: "Montserrat-Medium";
    font-weight: 500;
    line-height: 1.38;
    text-decoration: none;
    transform-origin: left center;
    transition: color 0.18s ease, transform 0.18s ease;
}

#cooling.hdx-product-selection .column i {
    color: currentColor;
    font-size: 0.95em;
}

#cooling.hdx-product-selection .column a:hover,
#cooling.hdx-product-selection .column a:focus-visible {
    color: #0072ce;
    text-decoration: none;
    transform: scale(1.025);
}

#cooling.hdx-product-selection .column a:focus-visible {
    outline: 2px solid rgba(0, 114, 206, 0.35);
    outline-offset: 2px;
}

#cooling.hdx-product-selection .hdx-resource-panel {
    background: linear-gradient(145deg, #062B49 0%, #003B71 58%, #062B49 100%);
    border: 1px solid rgba(0, 91, 184, 0.34);
    box-shadow: 0 10px 24px rgba(6, 43, 73, 0.2);
    border-radius: 8px;
    padding: 18px 22px;
    margin-top: 0;
}

#cooling.hdx-product-selection .hdx-resource-panel h3 {
    color: #ffffff;
}

#cooling.hdx-product-selection .hdx-resource-panel a {
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    #cooling.hdx-product-selection .columns {
        grid-template-columns: 1fr;
    }

    #cooling.hdx-product-selection .cooling_container {
        padding: 28px 18px;
    }

    #cooling.hdx-product-selection .column {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 20px;
        margin: 0 auto;
        text-align: left;
    }

    #cooling.hdx-product-selection .hdx-resource-panel-wrap {
        margin-top: 0;
        padding-top: 22px;
    }

    #cooling.hdx-product-selection .column h3 {
        text-align: left;
    }

    #cooling.hdx-product-selection .column ul {
        text-align: left !important;
        white-space: normal;
        overflow-x: visible;
    }
}

@media only screen and (max-width: 600px) {
    .card_holder ul {
        text-align: center;
        list-style: none;
    }

    .card_holder {
        width: 90%;
        margin-top: 60px;
    }

    .card_holder img {
        max-width: 100%;
    }

    #cooling.hdx-product-selection .cooling_container {
        padding: 24px 18px;
    }

    #cooling.hdx-product-selection .column,
    #cooling.hdx-product-selection .hdx-resource-panel {
        padding: 18px;
    }
}
