/* LibertyRoots Core v11 product content system
 * Presentation only. Logic stays in the plugin.
 */

#top .lr-product-content-system {
    display: grid;
    gap: 18px;
    margin: 24px 0 10px;
}

#top .lr-product-section {
    position: relative;
    overflow: hidden;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(255, 213, 0, 0.22);
    border-radius: 22px;
    background: rgba(18, 18, 18, 0.72);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

#top .lr-product-section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--lr-color-yellow, #ffd500);
    opacity: 0.95;
}

#top .lr-product-section__title {
    margin: 0 0 12px;
    padding: 0;
    color: var(--lr-color-yellow, #ffd500);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.22;
    letter-spacing: 0.01em;
}

#top .lr-product-section__content {
    color: inherit;
}

#top .lr-product-section__content > :first-child {
    margin-top: 0;
}

#top .lr-product-section__content > :last-child {
    margin-bottom: 0;
}

#top .lr-product-section__content table,
#top .lr-product-section__content .groessen-tabelle {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
}

#top .lr-product-section__content table td,
#top .lr-product-section__content table th,
#top .lr-product-section__content .groessen-tabelle td,
#top .lr-product-section__content .groessen-tabelle th {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: middle;
}

#top .lr-product-section--size-table,
#top .lr-product-section--fit-guide {
    overflow-x: auto;
}

#top .lr-product-content-system__legacy-description {
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    #top .lr-product-content-system {
        gap: 14px;
        margin-top: 18px;
    }

    #top .lr-product-section {
        padding: 16px 15px 16px 18px;
        border-radius: 18px;
    }

    #top .lr-product-section__content table,
    #top .lr-product-section__content .groessen-tabelle {
        min-width: 560px;
    }
}

/* v19 voucher description card polish */
#top .lr-product-content-system--voucher .lr-voucher-open-card {
    margin-top: 0;
}

#top .lr-product-content-system--voucher .lr-voucher-image-card {
    padding: 25px 5px;
    margin: 22px 0 28px;
    border-radius: var(--radius-element, 10px);
    background-color: rgba(136, 136, 136, 0.33);
    box-shadow: var(--element-3d);
    -webkit-box-shadow: var(--element-3d);
    -moz-box-shadow: var(--element-3d);
}

#top .lr-product-content-system--voucher .lr-voucher-image-card img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 8px;
}

#top .lr-product-content-system--voucher .lr-voucher-subheading {
    margin-top: 18px;
    margin-bottom: 10px;
    text-transform: none;
}

#top .lr-product-content-system--voucher .lr-voucher-text-block p:last-child {
    margin-bottom: 18px;
}

@media only screen and (max-width: 489px) {
    #top .lr-product-content-system--voucher .lr-voucher-image-card {
        padding: 14px 3px;
        margin: 16px 0 22px;
        border-radius: 8px;
    }
}
