
.prd li:first-child {
    border-bottom: 3px #2461bf solid;
    height: 25px;
    border-left: hidden;
    border-right: hidden;
}

    .prd li:first-child div {
        border: hidden;
        text-align: center;
        font-weight: bold;
    }

.prd li {
    border-bottom: 1px #2461bf solid;
    width: 850px;
    padding-top: 2px;
    float: left;
    border-right: 1px #c0c0c0 dashed;
    border-left: 1px #c0c0c0 dashed;
}

    .prd li:nth-child(2n) {
        background: #c5ddf5;
    }

    .prd li:last-child {
        border-top: 2px #2461bf solid;
        height: 30px;
        padding-top: 5px;
        font-size: 11pt;
        background: #FFFFFF;
        border-bottom: 2px #2461bf solid;
        border-left: hidden;
        border-right: hidden;
    }

.prd div {
    text-align: left;
    padding-top: 4px;
    min-height: 38px;
    height: 38px;
}

    .prd div:nth-child(1) {
        border-right: 1px #c0c0c0 dashed;
        width: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .prd div:nth-child(2) {
        border-right: 1px #c0c0c0 dashed;
        width: 350px;
        word-wrap: break-word;
        font-weight: bolder;
    }

    .prd div:nth-child(3) {
        border-right: 1px #c0c0c0 dashed;
        width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .prd div:nth-child(4) {
        width: 128px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.tp-catalog-overview {
    padding: 8px 4px 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.tp-catalog-heading {
    margin-bottom: 18px;
    padding: 18px 22px;
    border: 1px solid #c5ddf5;
    background: #f7fbff;
    width: 100%;
    box-sizing: border-box;
}

.tp-catalog-heading h2 {
    margin: 0 0 10px;
    color: #2461bf;
    font-size: 26px;
}

.tp-catalog-heading p {
    margin: 0;
    color: #4c5f81;
    text-indent: 0;
    line-height: 1.8;
}

.tp-category-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.tp-category-card {
    display: block;
    min-height: 112px;
    padding: 18px 18px 16px;
    border: 1px solid #c5ddf5;
    border-top: 4px solid #2461bf;
    background: #fff;
    color: #1e3f7a;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tp-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(36, 97, 191, 0.12);
}

.tp-category-card strong {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.tp-category-card span {
    display: inline-block;
    color: #2461bf;
    font-size: 13px;
}
