.elementor-186622 .elementor-element.elementor-element-465837db{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.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 );}@media(max-width:1024px){.elementor-186622 .elementor-element.elementor-element-465837db{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-186622 .elementor-element.elementor-element-465837db{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* Table Custom CSS */
.fp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
    
    /* FIX: move rounding here */
    border-radius: 10px;
    overflow: hidden;
}

.fp-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: #fff;

    /* remove rounding from table */
    border-radius: 0;

    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Caption styling (CENTERED) */
.fp-table caption {
    caption-side: top;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #0b2341;
    padding: 5px 5px;
    background: #fff;
}

/* Header */
.fp-table th {
    background: #444444;
    color: #fff;
    padding: 16px;
    text-align: center;
    font-weight: 600;
}

/* Cells */
.fp-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.fp-table tr:nth-child(even) {
    background: #f8fafc;
}

.fp-table tr:hover {
    background: #eef5ff;
}

.fp-table td:first-child {
    font-weight: 600;
    color: #0b2341;
}

/* Mobile hint */
@media (max-width: 768px) {
    .fp-table-wrap::after {
        content: "← Scroll horizontally →";
        display: block;
        font-size: 13px;
        color: #666;
        margin-top: 8px;
        text-align: center;
    }
}/* End custom CSS */