@import url("https://fonts.googleapis.com/css2?family=Exo&family=Inter:wght@400;500&display=swap");

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Description Styles */
.desc {
    font-size: 18px;
    color: #1e2a32;
    text-align: center !important;
    align-items: center !important;
    font-family: 'Inter', sans-serif !important;
    padding: 0;
    word-wrap: break-word;
    font-weight: 600 !important;
    text-decoration: none;
    background-color: none !important;
    line-height: 1.7 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: auto; /* prevent horizontal overflow of wide tables/content */
}

.desc p {
    background-color: none !important;
}

.desc strong {
    font-weight: 600 !important;
}

.desctitle {
    font-size: 21px;
    color: #41414e !important;
    font-weight: 700 !important;
    padding: 10px 0;
    line-height: 1.5;
    text-align: center;
}

.desctable {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
    table-layout: fixed;
}

/* Description Table Styles */
.desc table {
    border: none !important;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: 9px !important;
    margin-bottom: 9.5px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

.desc td {
    background: white;
    padding: 4px !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: none !important;
    text-align: center;
    vertical-align: middle;
    font-weight: 500 !important;
    font-size: 15.5px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Ensure table cell content wraps instead of forcing horizontal scroll */
.desc th,
.desc td {
    word-break: break-word;
}

.desc tr:hover td {
    background: #10b981;
    color: #ffffff;
}

.desc tr:nth-child(odd) td {
    background: #d1fae5;
}

.desc tr:nth-child(odd):hover td {
    background: #10b981;
}

/* NEW TABLE VERSION */

.desc table td[class^="brand-"] {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    text-align: center !important;
    width: 35% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    padding: 8px 4px !important;
    line-height: 1.3 !important;
}

@media screen and (max-width: 600px) {
    .desc table td[class^="brand-"] {
        width: 30% !important;
        font-size: 12px !important;
        padding: 6px 2px !important;
        line-height: 1.2 !important;
    }
    
    .desc td {
        font-size: 13px !important;
        padding: 4px 2px !important;
    }
}

/* //////TABLE END///// */

.tablereferance {
    background: #d1fae5;
    border: 1px solid #10b981;
    color: #065f46;
    page-break-inside: avoid;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.5em 0.5em;
    display: block;
    word-wrap: break-word;

    /* New properties added */
    position: relative;
    height: 4.2em;
    overflow: hidden;
    transition: height 10s ease-in-out;
    /* transition effect when hover */
}

.tablereferance:hover {
    height: auto;
    /* removes height limit on hover */
}

.tablereferance::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgb(255, 255, 255) 75%);
}

.tablereferance:hover::after {
    display: none;
    /* removes the gradient on hover */
}

.reftitle {
    background: #f4f4f4;
    color: rgb(36, 36, 36);
    page-break-inside: avoid;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    max-width: 100%;
    overflow: auto;
    padding-top: 0.5em;
    display: block;
    word-wrap: break-word;
    margin-top: 0.5em;
}

.referances {
    background: #f4f4f4;
    color: rgb(85, 84, 84);
    page-break-inside: avoid;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0.5em;
    max-width: 100%;
    overflow: auto;
    padding: 0.5em 0.5em;
    display: block;
    word-wrap: break-word;
}

.descnotes {
    background: #d1fae5;
    border-left: 3px solid #10b981;
    color: #065f46;
    page-break-inside: avoid;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    max-width: 100%;
    overflow: auto;
    padding: 0.5em 0.5em;
    display: block;
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.descnotes::before {
    content: "\f06a";
    /* This is the Unicode for the Font Awesome warning icon */
    font-family: "Font Awesome 6 Free";
    /* Font family for Font Awesome icons */
    font-weight: 700;
    /* Font weight for solid icons */
    display: inline-block;
    margin-right: 10px;
    /* Add some spacing between the icon and the text */
    color: black1;
    /* Change the color if you want */
}

/* ///////DESCRIPTION END///// */
/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hide broken image icons */
img {
    position: relative;
}

img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #f9fafb, #ffffff);
}

img::after {
    content: '\f03e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d1d5db;
    font-size: 2em;
}

/* Compact Premium Header */
.premium-header {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo-badge {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logo-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.logo-text-gradient {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Sales Urgency Banner */
.urgency-banner {
    background: linear-gradient(90deg, #dc2626, #ef4444);
    color: white;
    animation: pulse 2s infinite;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .urgency-banner {
        font-size: 11px;
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.9;
    }
}

/* Gallery Styles with Navigation Arrows */
.desktop_image {
    position: relative;
    width: 100%;
}

.desktop_image input[type="radio"] {
    display: none;
}

.pc-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: #fafafa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1231px) {
    .pc-img {
        padding-bottom: 0;
        height: 650px;
    }

    .pc-img>div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 650px;
    }

    .pc-img div img {
        max-height: 650px;
    }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
    .pc-img {
        padding-bottom: 0;
        height: 550px;
    }

    .pc-img>div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 550px;
    }

    .pc-img div img {
        max-height: 550px;
    }
}

/* Navigation Arrows */
.nav-arrows {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.nav-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background: #10b981;
    color: white;
    transform: scale(1.1);
}

.nav-arrow.prev {
    left: 0;
}

.nav-arrow.next {
    right: 0;
}

/* Smooth Image Transition Animation */
.pc-img>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.pc-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

#tb-id1:checked~.pc-img #pc-img1,
#tb-id2:checked~.pc-img #pc-img2,
#tb-id3:checked~.pc-img #pc-img3,
#tb-id4:checked~.pc-img #pc-img4 {
    opacity: 1;
    transform: scale(1);
}

/* Arrow visibility based on current image */
#tb-id1:checked~.nav-arrows label[for="tb-id2"].next {
    display: flex;
}

#tb-id1:checked~.nav-arrows label[for="tb-id4"].prev {
    display: flex;
}

#tb-id2:checked~.nav-arrows label[for="tb-id3"].next {
    display: flex;
}

#tb-id2:checked~.nav-arrows label[for="tb-id1"].prev {
    display: flex;
}

#tb-id3:checked~.nav-arrows label[for="tb-id4"].next {
    display: flex;
}

#tb-id3:checked~.nav-arrows label[for="tb-id2"].prev {
    display: flex;
}

#tb-id4:checked~.nav-arrows label[for="tb-id1"].next {
    display: flex;
}

#tb-id4:checked~.nav-arrows label[for="tb-id3"].prev {
    display: flex;
}

.nav-arrows label {
    display: none;
}

.pc_thumb_img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.pc_thumb_img label {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    aspect-ratio: 1;
}

.pc_thumb_img label:hover {
    border-color: #34d399;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

#tb-id1:checked~.pc_thumb_img .tb-id1,
#tb-id2:checked~.pc_thumb_img .tb-id2,
#tb-id3:checked~.pc_thumb_img .tb-id3,
#tb-id4:checked~.pc_thumb_img .tb-id4 {
    border-color: #10b981;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}

.pc_thumb_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

/* Mobile Gallery with Smooth Animation */
.beile_image {
    display: none;
}

#be-img-slider input {
    display: none;
}

#be-slides {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#be-overflow {
    width: 100%;
    overflow: hidden;
}

.be-inner {
    width: 400%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.be-inner ul {
    display: flex;
    list-style: none;
}

.be-inner li {
    width: 25%;
    aspect-ratio: 1;
}

.be-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

@media (max-width: 768px) {
    .be-inner img {
        padding: 0; /* keep tight to container */
        height: auto; /* prevent vertical stretching */
        object-fit: contain; /* show full image without cropping */
    }

    /* Let slide height follow image natural ratio */
    .be-inner li {
        aspect-ratio: auto;
    }
}

/* Mobile Navigation Arrows */
.mobile-arrows {
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.mobile-arrows label {
    position: absolute;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mobile-arrows label:active {
    background: #10b981;
    color: white;
}

.mobile-arrows .arrow-prev {
    left: 0;
}

.mobile-arrows .arrow-next {
    right: 0;
}

/* Mobile arrow visibility based on current slide */
#be-slide1:checked~#be-slides .mobile-arrows label[for="be-slide2"].arrow-next {
    display: flex;
}

#be-slide1:checked~#be-slides .mobile-arrows label[for="be-slide4"].arrow-prev {
    display: flex;
}

#be-slide2:checked~#be-slides .mobile-arrows label[for="be-slide3"].arrow-next {
    display: flex;
}

#be-slide2:checked~#be-slides .mobile-arrows label[for="be-slide1"].arrow-prev {
    display: flex;
}

#be-slide3:checked~#be-slides .mobile-arrows label[for="be-slide4"].arrow-next {
    display: flex;
}

#be-slide3:checked~#be-slides .mobile-arrows label[for="be-slide2"].arrow-prev {
    display: flex;
}

#be-slide4:checked~#be-slides .mobile-arrows label[for="be-slide1"].arrow-next {
    display: flex;
}

#be-slide4:checked~#be-slides .mobile-arrows label[for="be-slide3"].arrow-prev {
    display: flex;
}

#be-slide1:checked~#be-slides .be-inner {
    transform: translateX(0);
}

#be-slide2:checked~#be-slides .be-inner {
    transform: translateX(-25%);
}

#be-slide3:checked~#be-slides .be-inner {
    transform: translateX(-50%);
}

#be-slide4:checked~#be-slides .be-inner {
    transform: translateX(-75%);
}

#be-controls {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

#be-controls label {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

#be-slide1:checked~#be-slides #be-controls label:nth-child(1),
#be-slide2:checked~#be-slides #be-controls label:nth-child(2),
#be-slide3:checked~#be-slides #be-controls label:nth-child(3),
#be-slide4:checked~#be-slides #be-controls label:nth-child(4) {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
    width: 24px;
    border-radius: 5px;
}

/* Premium Cards */
.premium-card {
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(229, 231, 235, 0.5);
}

/* Sales Elements */
.trust-badge {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-left: 8px;
}

.stock-indicator {
    background: #fee2e2;
    color: #dc2626;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    animation: flash 3s infinite;
}

@media (max-width: 768px) {
    .stock-indicator {
        display: none;
    }
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.premium-feature {
    background: white;
    border: 1px solid rgba(16, 185, 129, 0.15);
    transition: all 0.3s ease;
}

.premium-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.3);
}

.feature-icon-gradient {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.25);
}

/* Better Browser Compatibility */
@supports not (-webkit-background-clip: text) {
    .logo-text-gradient {
        background: #10b981;
        color: #10b981;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .desktop_image {
        display: none;
    }

    .beile_image {
        display: block;
    }

    .mobile-desc-label {
        display: block !important;
    }

    .premium-header {
        padding: 8px 0;
    }

    .logo-badge {
        padding: 8px 16px;
    }

    .desc {
        font-size: 18px;
        color: #1e2a32;
        text-align: center !important;
        font-family: 'Inter', sans-serif !important;
        padding: 0;
        word-wrap: break-word;
        font-weight: 600 !important;
        align-items: center !important;
        text-decoration: none;
        background-color: none !important;
        line-height: 1.7 !important;
    }
}

@media (max-width: 480px) {
    .grid {
        gap: 12px;
    }

    .premium-card {
        padding: 12px;
    }
}

/* Print Styles */
@media print {

    .premium-header,
    .urgency-banner,
    .nav-arrows,
    .mobile-arrows {
        display: none !important;
    }
}

.kv-wrap {
    margin-top: 8px;
    max-width: 900px;
    color: var(--kv-text);
    --kv-border: #e5e7eb;
    --kv-head-bg: #f1f5f9;
    --kv-bg: #fff;
    --kv-radius: 10px;
    --kv-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    --kv-text: #111827;
    --kv-muted: #475569
}

.kv-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--kv-border);
    border-bottom: 0;
    border-radius: var(--kv-radius) var(--kv-radius) 0 0;
    background: var(--kv-head-bg)
}

.kv-header p {
    margin: 0;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .02em;
    color: var(--kv-muted);
    text-transform: uppercase;
    text-align: center;
    grid-column: 1/-1
}

.kv-body {
    display: grid;
    position: relative;
    grid-template-columns: minmax(120px, 0.9fr) minmax(0, 1.4fr);
    border: 1px solid var(--kv-border);
    border-radius: var(--kv-radius);
    background: var(--kv-bg);
    box-shadow: var(--kv-shadow);
}

.kv-body p {
    margin: 0;
    padding: 9px 12px;
    background: #fff;
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.5;
    border-right: 1px solid var(--kv-border);
    border-bottom: 1px solid var(--kv-border);
    overflow-wrap: anywhere;
    text-align: left;
    white-space: pre-wrap
}

/* Contain table overflow on small screens */
.desc table,
.desctable,
.kv-body {
    overflow-x: auto;
    display: block;
}

/* Avoid horizontal overflow from very long words/URLs */
.desc table *,
.desctable *,
.kv-body * {
    word-break: break-word;
}

.kv-body p:nth-child(2n) {
    border-right: 0
}

.kv-body p.key {
    font-weight: 600;
    color: #0f172a
}

.kv-body p.value {
    color: #374151
}

.kv-body p.value,
.kv-body p.value * {
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    user-select: text
}

.kv-body p.value a[href^=tel] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit
}

.kv-body p:nth-child(4n+1),
.kv-body p:nth-child(4n+2) {
    background: #fafafa
}

.kv-body p.key:hover,
.kv-body p.key:hover+p.value,
.kv-body p.value:hover {
    background: #f9fafb
}

.kv-body p.key:is(:empty, [data-empty="1"])+p.value {
    display: none !important
}

@supports selector(:has(*)) {
    .kv-body p.key:has(+ p.value:hover) {
        background: #f9fafb
    }

    .kv-body p.key:has(+ p.value:is(:empty, [data-empty="1"])) {
        display: none !important
    }

    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)) p:nth-child(n+13),
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)) p:nth-child(n+13) {
        display: none
    }

    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty))::before,
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty))::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%);
        pointer-events: none;
        transition: opacity .25s;
        z-index: 1
    }

    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty))::after,
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty))::after {
        content: "See more";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        padding: 2px 10px;
        font-size: 12px;
        color: #6b7280;
        background: #fff;
        border: 1px solid var(--kv-border);
        border-radius: 9999px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
        pointer-events: none;
        transition: opacity .25s;
        z-index: 2
    }

    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)):focus-within p:nth-child(n+13):not(:empty):not([data-empty="1"]),
    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)):hover p:nth-child(n+13):not(:empty):not([data-empty="1"]),
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)):focus-within p:nth-child(n+13):not(:empty):not([data-empty="1"]),
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)):hover p:nth-child(n+13):not(:empty):not([data-empty="1"]) {
        display: block
    }

    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)):focus-within::after,
    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)):focus-within::before,
    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)):hover::after,
    .kv-body:has(> p.key:nth-child(7 of .key):not([data-empty="1"]):not(:empty) + p.value:not([data-empty="1"]):not(:empty)):hover::before,
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)):focus-within::after,
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)):focus-within::before,
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)):hover::after,
    .kv-body:has(> p:nth-child(13):not(:empty) + p:not(:empty)):hover::before {
        opacity: 0
    }
}

@supports not selector(:has(*)) {
    .kv-body p:nth-child(n+13) {
        display: block
    }
}

@media (max-width:768px) {
    .kv-body {
        grid-template-columns: 0.95fr 1.05fr
    }

    .kv-body p {
        padding: 8px 10px;
        font-size: 15px;
    }
    
    .kv-body p.key {
        font-size: 15px;
    }
    
    .kv-body p.value {
        font-size: 15px;
    }
}