/* ================================================
   Fukot Product Display v5.0 — E-shop budúcnosti
   Brand: #6300ff (purple)  Accent: #c8e600 (lime)
   BeTheme overrides require !important on buttons
   ================================================ */

/* ============================================================
   U-SHAPED GALLERY
   ============================================================ */
.fpd-gallery {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.fpd-gallery-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8fa;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 350px;
}
.fpd-gallery-viewport {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: grab;
    overflow: hidden;
}
.fpd-gallery-img {
    max-width: 100%;
    max-height: 450px;
    object-fit: contain;
    transition: opacity 0.18s ease, transform 0.35s cubic-bezier(0.4,0,0.2,1);
    user-select: none;
    -webkit-user-drag: none;
}
.fpd-gallery-img.fpd-gallery-fade {
    opacity: 0;
    transform: scale(0.96);
}

/* Gallery arrows */
.fpd-gallery-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.92) !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    outline: none !important;
}
.fpd-gallery-arrow:hover {
    background: #6300ff !important;
    box-shadow: 0 4px 20px rgba(99,0,255,0.35) !important;
}
.fpd-gallery-arrow:hover svg {
    stroke: #fff;
}
.fpd-gallery-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: stroke 0.2s;
}
.fpd-gallery-prev { left: 12px !important; }
.fpd-gallery-next { right: 12px !important; }

/* Image counter */
.fpd-gallery-counter {
    position: absolute;
    bottom: 12px;
    right: 16px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    pointer-events: none;
}

/* U-shaped thumbnails */
.fpd-gallery-thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 12px;
}
.fpd-gallery-thumbs::-webkit-scrollbar { display: none; }

.fpd-gallery-thumbs-track {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    /* U-shape: items curve up at edges using individual transforms */
}
.fpd-gallery-thumb {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    border: 2.5px solid transparent;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    background: #f5f5f7;
    position: relative;
}
/* U-shape arc via CSS: tilt outer thumbnails slightly */
.fpd-gallery-thumb:first-child { transform: translateY(6px) rotate(-3deg); }
.fpd-gallery-thumb:nth-child(2) { transform: translateY(2px) rotate(-1.5deg); }
.fpd-gallery-thumb:nth-last-child(2) { transform: translateY(2px) rotate(1.5deg); }
.fpd-gallery-thumb:last-child { transform: translateY(6px) rotate(3deg); }

.fpd-gallery-thumb:hover {
    border-color: rgba(99,0,255,0.4);
    transform: translateY(-4px) scale(1.08) !important;
    box-shadow: 0 6px 20px rgba(99,0,255,0.2);
}
.fpd-gallery-thumb.fpd-thumb-active {
    border-color: #6300ff;
    box-shadow: 0 4px 16px rgba(99,0,255,0.3);
    transform: translateY(-6px) scale(1.1) !important;
}
.fpd-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================================
   POWER SELECTOR
   ============================================================ */
.fpd-power-selector { margin: 20px 0 10px; }
.fpd-power-label { font-size: 15px; font-weight: 600; color: #333; margin: 0 0 12px 0; }
.fpd-power-buttons { display: flex; flex-wrap: wrap; gap: 10px; }

.fpd-power-selector .fpd-power-btn {
    display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important;
    min-width: 90px !important; padding: 12px 16px !important; border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important; background: #fff !important; color: #333 !important;
    cursor: pointer !important; transition: all 0.2s ease !important; font-family: inherit !important;
    line-height: 1.3 !important; outline: none !important; box-shadow: none !important;
    text-transform: none !important; letter-spacing: 0 !important;
}
.fpd-power-selector .fpd-power-btn:hover { border-color: #6300ff !important; background: #f5f0ff !important; }
.fpd-power-selector .fpd-power-btn.active {
    border-color: #6300ff !important; background: #6300ff !important; color: #fff !important;
    box-shadow: 0 4px 14px rgba(99,0,255,0.3) !important;
}
.fpd-power-selector .fpd-power-btn .fpd-power-kw { font-size: 15px; font-weight: 700; color: #333 !important; }
.fpd-power-selector .fpd-power-btn .fpd-power-m2 { font-size: 11px; font-weight: 400; color: #999 !important; margin-top: 2px; }
.fpd-power-selector .fpd-power-btn.active .fpd-power-kw,
.fpd-power-selector .fpd-power-btn.active .fpd-power-m2 { color: #fff !important; }

/* Hide WC defaults */
.fpd-has-buttons .variations,
.fpd-has-buttons .mfn-variations-wrapper,
.fpd-has-buttons .reset_variations { display: none !important; }
.fpd-has-buttons .single_variation_wrap .woocommerce-variation-add-to-cart { margin-top: 0; }
.fpd-hide-short-desc .elementor-widget-woocommerce-product-short-description { display: none !important; }
.fpd-has-buttons .woocommerce-variation-description { display: none !important; }
.fpd-has-buttons .woocommerce-variation-price { display: none !important; }
.fpd-has-buttons .quantity { display: none !important; }
.fpd-no-qty { display: flex !important; justify-content: stretch !important; }
.fpd-no-qty .single_add_to_cart_button { flex: 1 !important; width: 100% !important; }
.fpd-hide-short-desc .woocommerce-tabs,
.fpd-hide-short-desc .wc-tabs-wrapper,
.fpd-hide-short-desc .elementor-widget-woocommerce-product-data-tabs { display: none !important; }

/* ============================================================
   ICON-BASED ROLLBAR (Montáž & Servis)
   ============================================================ */
.fpd-rollbar-section { margin: 18px 0 4px; }
.fpd-rollbar-label { font-size: 14px; font-weight: 600; color: #333; margin: 0 0 10px 0; }

.fpd-icon-rollbar {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.fpd-icon-btn-wrap {
    position: relative;
    flex: 1;
}

.fpd-icon-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 16px 10px 12px !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 16px !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1) !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit !important;
    text-transform: none !important;
    gap: 6px !important;
}
.fpd-icon-btn:hover {
    border-color: #6300ff !important;
    background: #faf7ff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99,0,255,0.12) !important;
}
.fpd-icon-btn.fpd-icon-active {
    border-color: #6300ff !important;
    background: linear-gradient(135deg, #6300ff 0%, #8a3dff 100%) !important;
    box-shadow: 0 6px 24px rgba(99,0,255,0.35) !important;
    transform: translateY(-2px);
}
.fpd-icon-btn.fpd-icon-active .fpd-icon-svg svg { stroke: #fff; }
.fpd-icon-btn.fpd-icon-active .fpd-icon-price { color: #fff !important; }
.fpd-icon-btn.fpd-icon-active .fpd-icon-label { color: #fff !important; }

/* Disabled state (servis locked until montáž selected) */
.fpd-icon-btn.fpd-icon-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: #e0e0e0 !important;
    background: #f5f5f5 !important;
}

/* Label text under icon */
.fpd-icon-label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    transition: color 0.2s;
}

.fpd-icon-svg {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fpd-icon-svg svg {
    width: 28px;
    height: 28px;
    stroke: #6300ff;
    transition: stroke 0.2s;
}

.fpd-icon-price {
    font-size: 13px;
    font-weight: 700;
    color: #6300ff;
    transition: color 0.2s;
}

/* Tooltip (hover popup) */
.fpd-icon-tooltip {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 14px;
    padding: 16px;
    min-width: 240px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}
.fpd-icon-tooltip.fpd-tooltip-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
/* Arrow on top */
.fpd-icon-tooltip::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #fff;
    border-top: 1.5px solid #e8e8e8;
    border-left: 1.5px solid #e8e8e8;
}

.fpd-tooltip-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

/* (Old radio tooltip styles removed — now using direct toggle buttons) */

.fpd-tooltip-note { font-size: 12px; color: #888; line-height: 1.4; margin-top: 10px; }
.fpd-tooltip-price-big { font-size: 18px; font-weight: 800; color: #6300ff; text-align: center; margin-top: 10px; }

/* ============================================================
   PRICE SECTION (Cena spolu)
   ============================================================ */
.fpd-price-section { margin: 14px 0 8px; }
.fpd-price-total-wrap { display: flex; align-items: baseline; justify-content: space-between; }
.fpd-price-label-text { font-size: 13px; font-weight: 600; color: #555; }
.fpd-price-total { font-size: 28px; font-weight: 800; color: #6300ff; letter-spacing: -0.5px; }

/* ============================================================
   INFO BANNER (3 cols)
   ============================================================ */
.fpd-info-banner {
    display: flex; background: #fafafa; border: 1px solid #eee;
    border-radius: 14px; margin: 35px auto; padding: 28px 0;
    text-align: center; max-width: 1200px; width: 100%;
}
.fpd-info-col {
    flex: 1; display: flex; flex-direction: column; align-items: center;
    border-right: 1px solid #e0e0e0;
}
.fpd-info-col:last-child { border-right: none; }
.fpd-info-value { font-size: 34px; font-weight: 800; color: #6300ff; line-height: 1.2; }
.fpd-info-label { font-size: 13px; color: #888; margin-top: 6px; font-weight: 500; }

/* ============================================================
   CALCULATOR TRIGGER
   ============================================================ */
.fpd-calc-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f8f6ff;
    border: 1.5px solid #e0d5ff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    margin: 8px 0 4px;
}
.fpd-calc-trigger:hover {
    background: #6300ff;
    border-color: #6300ff;
}
.fpd-calc-trigger:hover .fpd-calc-trigger-text { color: #fff; }
.fpd-calc-trigger:hover .fpd-calc-icon svg { stroke: #fff; }

.fpd-calc-icon { width: 20px; height: 20px; }
.fpd-calc-icon svg { width: 20px; height: 20px; stroke: #6300ff; transition: stroke 0.2s; }
.fpd-calc-trigger-text { font-size: 13px; font-weight: 600; color: #6300ff; transition: color 0.2s; }

/* ============================================================
   CALCULATOR MODAL
   ============================================================ */
.fpd-calc-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.fpd-calc-modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 640px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: fpdCalcIn 0.3s cubic-bezier(0.4,0,0.2,1);
}
@keyframes fpdCalcIn {
    from { opacity: 0; transform: translateY(30px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.fpd-calc-header {
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.fpd-calc-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin: 0;
}
.fpd-calc-subtitle {
    font-size: 13px;
    color: #888;
    margin: 4px 0 0;
}
.fpd-calc-close {
    position: absolute !important;
    top: 16px !important; right: 16px !important;
    width: 36px !important; height: 36px !important;
    border: none !important; background: #f5f5f5 !important;
    border-radius: 50% !important; cursor: pointer !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    transition: all 0.2s !important; padding: 0 !important; outline: none !important; box-shadow: none !important;
}
.fpd-calc-close:hover { background: #6300ff !important; }
.fpd-calc-close:hover svg { stroke: #fff; }
.fpd-calc-close svg { width: 16px; height: 16px; stroke: #666; transition: stroke 0.2s; }

/* Product info in calc */
.fpd-calc-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #faf8ff;
    border-bottom: 1px solid #f0f0f0;
}
.fpd-calc-prod-name { font-size: 14px; font-weight: 700; color: #222; flex: 1; }
.fpd-calc-prod-kw { font-size: 12px; color: #888; background: #f0f0f0; padding: 2px 8px; border-radius: 6px; }
.fpd-calc-prod-price { font-size: 14px; font-weight: 800; color: #6300ff; }

/* Calculator body */
.fpd-calc-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
    scroll-behavior: smooth;
}
.fpd-calc-body::-webkit-scrollbar { width: 4px; }
.fpd-calc-body::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.fpd-calc-category { margin-bottom: 20px; }
.fpd-calc-cat-title {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.8px; color: #6300ff; margin: 0 0 10px; padding-bottom: 6px;
    border-bottom: 1.5px solid #f0ecff;
}

.fpd-calc-items { display: flex; flex-direction: column; gap: 6px; }

.fpd-calc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    transition: background 0.15s;
    border: 1.5px solid transparent;
}
.fpd-calc-item:hover { background: #faf8ff; }
.fpd-calc-item.fpd-calc-item-active {
    background: #f5f0ff;
    border-color: #e0d5ff;
}

.fpd-calc-item-icon {
    width: 36px; height: 36px; min-width: 36px;
    background: #f5f3fa; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.fpd-calc-item-icon svg { width: 20px; height: 20px; stroke: #6300ff; }
.fpd-calc-item-active .fpd-calc-item-icon { background: #6300ff; }
.fpd-calc-item-active .fpd-calc-item-icon svg { stroke: #fff; }

.fpd-calc-item-info { flex: 1; min-width: 0; }
.fpd-calc-item-name { display: block; font-size: 13px; font-weight: 600; color: #333; line-height: 1.3; }
.fpd-calc-item-price { display: block; font-size: 12px; color: #888; margin-top: 2px; }

.fpd-calc-item-qty {
    display: flex; align-items: center; gap: 4px;
}
.fpd-calc-qty-btn {
    width: 30px !important; height: 30px !important;
    border: 1.5px solid #e0e0e0 !important; border-radius: 8px !important;
    background: #fff !important; font-size: 16px !important; font-weight: 600 !important;
    color: #333 !important; cursor: pointer !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    transition: all 0.15s !important; padding: 0 !important; outline: none !important;
    box-shadow: none !important; line-height: 1 !important; font-family: inherit !important;
    text-transform: none !important; letter-spacing: 0 !important;
}
.fpd-calc-qty-btn:hover { border-color: #6300ff !important; color: #6300ff !important; }
.fpd-calc-qty-val {
    width: 28px; text-align: center; font-size: 14px; font-weight: 700; color: #222;
}

/* Calculator footer */
.fpd-calc-footer {
    padding: 16px 24px 20px;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
}
.fpd-calc-summary { margin-bottom: 14px; }
.fpd-calc-sum-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 4px 0; font-size: 13px; color: #666;
}
.fpd-calc-sum-row span:last-child { font-weight: 600; color: #333; }
.fpd-calc-sum-total {
    border-top: 2px solid #6300ff;
    margin-top: 8px; padding-top: 10px !important;
}
.fpd-calc-sum-total span { font-size: 16px !important; font-weight: 800 !important; color: #6300ff !important; }

.fpd-calc-apply {
    width: 100% !important;
    padding: 14px 24px !important;
    background: #6300ff !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    outline: none !important;
    box-shadow: 0 4px 16px rgba(99,0,255,0.3) !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.fpd-calc-apply:hover {
    background: #5000d0 !important;
    box-shadow: 0 6px 24px rgba(99,0,255,0.4) !important;
    transform: translateY(-1px);
}

/* ============================================================
   TABS SECTION
   ============================================================ */
.fpd-tabs-section { max-width: 1200px; margin: 0 auto 50px; padding: 0 20px; }
.fpd-tabs-row { display: flex; column-gap: 0; border-bottom: 2px solid #eee; margin-bottom: 0; }
.fpd-tab-btn {
    padding: 13px 28px !important; font-size: 13px !important; font-weight: 700 !important;
    text-transform: uppercase !important; letter-spacing: 0.8px !important; color: #888 !important;
    background: none !important; border: none !important; cursor: pointer !important;
    border-radius: 25px 25px 0 0 !important; transition: color 0.2s, background 0.2s !important;
    font-family: inherit !important; outline: none !important; box-shadow: none !important;
}
.fpd-tab-btn:hover { color: #6300ff !important; }
.fpd-tab-btn.active { color: #fff !important; background: #333 !important; border-radius: 25px !important; }
.fpd-tab-panel { display: none; padding: 30px 0; }
.fpd-tab-panel.active { display: block; }

/* Specs Table */
.fpd-specs-wrap { width: 100%; }
.fpd-specs-table {
    width: 100%; border-collapse: collapse; font-size: 14px;
    background: #fafafa; border-radius: 12px; overflow: hidden;
}
.fpd-specs-table tr { border-bottom: 1px solid #f0f0f0; }
.fpd-specs-table tr:last-child { border-bottom: none; }
.fpd-specs-table td { padding: 12px 20px; vertical-align: middle; }
.fpd-spec-label { font-weight: 400; color: #555; width: 55%; }
.fpd-spec-value { font-weight: 700; color: #222; text-align: right; width: 45%; }

/* Description tab */
.fpd-popis-content { font-size: 15px; line-height: 1.7; color: #444; max-width: 800px; }
.fpd-popis-content p { margin-bottom: 12px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    /* Gallery */
    .fpd-gallery-main { min-height: 250px; border-radius: 14px; }
    .fpd-gallery-img { max-height: 300px; }
    .fpd-gallery-arrow { width: 36px !important; height: 36px !important; }
    .fpd-gallery-arrow svg { width: 16px; height: 16px; }
    .fpd-gallery-prev { left: 6px !important; }
    .fpd-gallery-next { right: 6px !important; }
    .fpd-gallery-thumb { width: 56px; height: 56px; border-radius: 10px; }

    /* Power buttons */
    .fpd-power-buttons { gap: 8px; }
    .fpd-power-selector .fpd-power-btn { min-width: 75px !important; padding: 10px 12px !important; }
    .fpd-power-selector .fpd-power-btn .fpd-power-kw { font-size: 13px; }

    /* Icon rollbar */
    .fpd-icon-rollbar { gap: 8px; }
    .fpd-icon-btn { padding: 12px 6px 10px !important; border-radius: 12px !important; }
    .fpd-icon-svg { width: 26px; height: 26px; }
    .fpd-icon-svg svg { width: 22px; height: 22px; }
    .fpd-icon-price { font-size: 11px; }
    .fpd-icon-tooltip { min-width: 200px; left: 0; transform: translateX(0) translateY(6px); }
    .fpd-icon-tooltip.fpd-tooltip-show { transform: translateX(0) translateY(0); }
    .fpd-icon-tooltip::before { left: 30px; }

    /* Price */
    .fpd-price-total { font-size: 22px; }

    /* Info banner */
    .fpd-info-banner { flex-direction: column; gap: 15px; padding: 20px; margin: 20px auto; }
    .fpd-info-col { border-right: none; border-bottom: 1px solid #e0e0e0; padding-bottom: 15px; }
    .fpd-info-col:last-child { border-bottom: none; padding-bottom: 0; }
    .fpd-info-value { font-size: 26px; }

    /* Calculator */
    .fpd-calc-modal { max-height: 90vh; border-radius: 16px; }
    .fpd-calc-header { padding: 18px 18px 12px; }
    .fpd-calc-header h3 { font-size: 17px; }
    .fpd-calc-body { padding: 12px 16px; }
    .fpd-calc-product { padding: 10px 16px; }
    .fpd-calc-item { padding: 8px 8px; gap: 8px; }
    .fpd-calc-item-icon { width: 30px; height: 30px; min-width: 30px; }
    .fpd-calc-item-icon svg { width: 16px; height: 16px; }
    .fpd-calc-item-name { font-size: 12px; }
    .fpd-calc-qty-btn { width: 26px !important; height: 26px !important; font-size: 14px !important; }
    .fpd-calc-footer { padding: 12px 16px 16px; }

    /* Tabs */
    .fpd-tabs-section { padding: 0 15px; }
    .fpd-tab-btn { padding: 10px 16px !important; font-size: 11px !important; }
    .fpd-specs-table td { padding: 10px 14px; font-size: 13px; }
}
