.palaplast-matrix {
    margin-top: 0px;
    margin-bottom: 20px
}

.palaplast-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000
}

.palaplast-table-wrap {
    overflow: hidden;
    border-radius: 2px;
    background: #fff
}

.palaplast-table {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #1f2937
}

.palaplast-table th,
.palaplast-table td {
    border-bottom: 1px solid #edf1f5;
    vertical-align: middle;
    white-space: nowrap
}

.palaplast-table th {
    padding: 6px 7px;
    text-align: center
}

.palaplast-table td {
    padding: 0 7px;
    text-align: center;
    font-size: 14px;
}

.palaplast-table .col-sku {
    width: 1%;
    text-align: left
}

.palaplast-table .col-attr {
    text-align: center
}

.palaplast-table th {
    font-size: 14px;
    font-weight: 500;
    color: #fcfcfc;
    background: #b61111;
    line-height: 1.15;
    letter-spacing: .008em;
    padding-top: 10px;
    pading-bottom: 10px;
}

.palaplast-table th .spec-title {
    display: block
}

.palaplast-table th .spec-unit {
    display: block;
    font-size: 11px;
    opacity: .75;
    font-weight: 300;
    line-height: 1.05;
    margin-top: 1px
}

.palaplast-table tbody tr {
    transition: background-color .4s ease
}

.palaplast-table tbody tr:hover td {
    background: #f8f8f8;
}

.palaplast-table tr:last-child td {
    border-bottom: none
}

.palaplast-table .vt-custom-row td {
    white-space: normal;
    text-align: left;
    padding: 0 8px
}

.palaplast-table .vt-custom-row__content {
    font-size: 14px;
    line-height: 2
}

.palaplast-table .vt-custom-row--info td {
    background: #edf0f2;
    color: #1f3a5f
}

.palaplast-table .vt-custom-row--warning td {
    background: #fff7e6;
    color: #7a4b00
}

.palaplast-table .vt-custom-row--note td {
    background: #f6f6f6;
    color: #444
}

.palaplast-table .palaplast-code-cell {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    max-width: 100%;
    height: 40px
}

.palaplast-table .palaplast-code-value {
    font-variant-numeric: tabular-nums
}

.palaplast-table .palaplast-copy-code {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 24px;
    margin-left: 1px;
    padding: 0;
    border: 0;
    border-radius: 0px;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.08s ease, opacity .14s ease
}

.palaplast-table .palaplast-copy-code:hover,
.palaplast-table .palaplast-copy-code:focus,
.palaplast-table .palaplast-copy-code:active {
    background: transparent;
    color: inherit;
    opacity: 1
}

.palaplast-table .palaplast-copy-code:active {
    transform: scale(.92)
}

.palaplast-table .palaplast-copy-code:focus {
    outline: none;
    box-shadow: none
}

.palaplast-table .palaplast-copy-code:focus-visible {
    outline: 1px solid #bfdbfe;
    outline-offset: 1px
}

.palaplast-table .palaplast-copy-code.is-copied {
    color: inherit
}

.palaplast-table .palaplast-copy-code.is-copied::after {
    content: "Copied";
    position: absolute;
    left: calc(100% + 8px); /* right side of button */
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 8px;
    border-radius: 0px;
    background: #1118271c;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .01em;
    pointer-events: none
}

.palaplast-table .palaplast-copy-code__icon {
    display: inline-flex;
    width: 12px;
    height: 12px
}

.palaplast-table .palaplast-copy-code__icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.palaplast-table .palaplast-copy-code__text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.palaplast-technical-sheet,
.palaplast-pricelist {
    margin: 6px 0 0;
   
}



/* PRODUCT BUTTONS START */

/* PRICELIST BUTTON - PRIMARY */
.palaplast-pricelist-button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    width: 180px;
    min-height: 42px;
    padding: 11px 16px;

    border-radius: 6px;
    border: 1px solid #c91517;
    background: #d71920;

    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .25px;

    box-shadow: 0 6px 14px rgba(215, 25, 32, 0.18);
    transition: all .22s ease;
}

.palaplast-pricelist-button.button:hover {
    background: #bf1117;
    border-color: #bf1117;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(215, 25, 32, 0.24);
}

.palaplast-pricelist-button.button::before {
    content: "\f1c1"; /* PDF */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}


/* TECHNICAL SHEET BUTTON - SECONDARY */
.palaplast-technical-sheet-button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    width: 180px;
    min-height: 42px;
    padding: 11px 16px;

    border-radius: 6px;
    border: 1px solid #d7dee8;
    background: #ffffff;

    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .25px;

    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
    transition: all .22s ease;
}

.palaplast-technical-sheet-button.button:hover {
    background: #f8fafc;
    border-color: #c6d0dc;
    color: #111827;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.palaplast-technical-sheet-button.button::before {
    content: "\f15c"; /* File */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    opacity: .85;
}

/* PRODUCT BUTTONS END */


.palaplast-pdf-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0px
}

.palaplast-pdf-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    margin-bottom: 0px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease
}

.palaplast-pdf-list-item:hover {
   
    border-color: #d1d5db;
    box-shadow: 0 6px 12px rgba(15, 23, 42, .08);
    transform: translateY(-1px)
}

.palaplast-pdf-list-item__title {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #1f2937
}

.palaplast-pdf-list-item__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
    
}

.palaplast-pdf-list-item__action:hover,
.palaplast-pdf-list-item__action:focus {
    background: #374151;
    color: #fff
}

.palaplast-pdf-list-item__action:focus-visible {
    outline: 2px solid #111827;
    outline-offset: 2px
}

.palaplast-certificates-list .palaplast-pdf-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
    justify-content: flex-start;
    gap: 8px
}

.palaplast-certificates-list .palaplast-certificate-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    min-height: 360px
}

.palaplast-certificates-list .palaplast-certificate-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
    text-decoration: none
}

.palaplast-certificates-list .palaplast-certificate-card__media {
    aspect-ratio: 3 / 4;
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb
}

.palaplast-certificates-list .palaplast-certificate-card__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.palaplast-certificates-list .palaplast-certificate-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 12px 
}

.palaplast-certificates-list .palaplast-certificate-content {
    font-size: 13px;
    line-height: 1.45;
    color: #4b5563
}

.palaplast-certificates-list .palaplast-certificate-card .palaplast-pdf-list-item__action {
    
    align-self: flex-start
}

@media (max-width:768px) {
    .palaplast-table {
        font-size: 10.5px
    }

    .palaplast-table th {
        padding: 6px 5px
    }

    .palaplast-table td {
        padding: 0 5px
    }

    .palaplast-table .vt-custom-row td {
        padding: 0 5px
    }

    .palaplast-table .palaplast-copy-code {
        width: 13px;
        height: 13px
    }

    .palaplast-table .palaplast-copy-code__icon {
        width: 13px;
        height: 13px
    }

    .palaplast-pdf-list-item {
        flex-direction: column;
        align-items: flex-start
    }

    .palaplast-pdf-list-item__action {
        width: 100%;
        justify-content: center
    }

    .palaplast-certificates-list .palaplast-pdf-list {
        grid-template-columns: 1fr
    }
}

.palaplast-table .palaplast-attribute-color-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.palaplast-table .palaplast-attribute-color-dot {
    display: inline-block;
    flex: 0 0 auto;
    opacity: .90;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35)
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    justify-content: start;
    gap: 6px;
    
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    aspect-ratio: 16 / 9;
    min-height: 0;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0px 12px rgba(15, 23, 42, .08);
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 84% 20%, rgba(229, 231, 235, .62) 0 1px, transparent 1.6px) 0 0 / 10px 10px;
    opacity: .52;
}

.palaplast-technical-sheet-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
}

.palaplast-technical-sheet-card__brand {
    display: flex;
    align-items: center;
    height: 30px;

}

.palaplast-technical-sheet-card__brand-logo {
    display: block;
    width: auto;
    max-width: 110px;
    max-height: 20px;
    object-fit: contain;
}

.palaplast-technical-sheet-card__brand-name {
    color: #ed1c24;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
}



.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__action {
    width: auto;
    padding: 8px 12px;
    border: 1px solid rgba(237, 28, 36, .36);
    border-radius: 7px;
    background: #ffffff;
    color: #ed1c24;
    font-weight: 700;
}

.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__action:hover,
.palaplast-technical-sheets-list .palaplast-technical-sheet-card .palaplast-pdf-list-item__action:focus {
    border-color: #ed1c24;
    background: #fff5f5;
    color: #c4121a;
}

@media (max-width: 560px) {
    .palaplast-technical-sheets-list .palaplast-technical-sheet-cards {
        grid-template-columns: 1fr;
    }
    .palaplast-technical-sheets-list .palaplast-technical-sheet-card {
        grid-template-columns: 1fr;
        aspect-ratio: auto;
        min-height: 170px;
        padding: 18px;
    }
    .palaplast-technical-sheet-card__brand {
        margin-bottom: 2px;
    }
}

/* JOB CARDS START */
.palaplast-jobs-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin: 24px 0;
}

.palaplast-job-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.palaplast-job-card__image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.palaplast-job-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.palaplast-job-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.palaplast-job-card__title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
}

.palaplast-job-card__title a {
    color: #111827;
    text-decoration: none;
}

.palaplast-job-card__excerpt {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.palaplast-job-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 6px;
    background: #d71920;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.palaplast-job-card__link:hover,
.palaplast-job-card__link:focus {
    background: #bf1117;
    color: #ffffff;
}
/* JOB CARDS END */
