.elementor-5716 .elementor-element.elementor-element-95a212f{--display:flex;}.elementor-5716 .elementor-element.elementor-element-5b93dd3{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}body.elementor-page-5716{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-445a1ee */<span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start">﻿</span>
    :root {
        --bg-container: #1e1e1e;
        --bg-label: #2d2d2d;
        --bg-value: #1e1e1e;
        --border: #444;
        --text: #e0e0e0;
        --label: #fff;
        --value: #ccc;
        --accent: #eee;
    }</p>
<p>    .product-wrapper {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        max-width: 900px;
        margin: 40px auto;
        padding: 0 15px;
        color: var(--text);
        box-sizing: border-box;
    }</p>
<p>    .product-description {
        margin-bottom: 25px;
        line-height: 1.6;
        font-size: 16px;
        text-align: justify;
        color: var(--accent);
    }</p>
<p>    .product-spec-container {
        width: 100%;
        background: var(--bg-container);
        border: 1px solid var(--border);
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }</p>
<p>    .spec-grid {
        display: grid;
        grid-template-columns: 130px 1fr; /* Mobile: 2 columns */
        background: var(--border);
        gap: 1px; /* Creates the border lines */
    }</p>
<p>    .spec-cell {
        background: var(--bg-value);
        padding: 12px 16px;
        font-size: 14px;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }</p>
<p>    .spec-label {
        background: var(--bg-label);
        color: var(--label);
        font-weight: 600;
        justify-content: flex-end; /* Right align labels */
        text-align: right;
    }</p>
<p>    .spec-value {
        color: var(--value);
        word-break: break-word;
    }</p>
<p>    /* Utility for justified text in long value cells */
    .text-justify {
        text-align: justify;
    }</p>
<p>    /* Desktop Layout */
    @media (min-width: 768px) {
        .spec-grid {
            grid-template-columns: 160px 1fr 160px 1fr; /* Desktop: 4 columns */
        }</p>
<p>        /* Logic for cells that should span the full remaining width (3 columns) on desktop */
        .spec-value.span-desktop {
            grid-column: span 3;
        }
    }</p>
<p>    /* Remove bottom border/gap for the last items */
    .spec-grid > .spec-cell:last-child,
    .spec-grid > .spec-cell:nth-last-child(2) {
        padding-bottom: 14px; /* Slight adjustment */
    }/* End custom CSS */