.elementor-4268 .elementor-element.elementor-element-4841e71:not(.elementor-motion-effects-element-type-background), .elementor-4268 .elementor-element.elementor-element-4841e71 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-4268 .elementor-element.elementor-element-4841e71{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 0px 25px 0px;}.elementor-4268 .elementor-element.elementor-element-4841e71 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4268 .elementor-element.elementor-element-87753a3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4268 .elementor-element.elementor-element-87753a3{text-align:start;}.elementor-4268 .elementor-element.elementor-element-87753a3 .elementor-heading-title{font-family:"Work Sans", Sans-serif;font-size:40px;font-weight:300;color:#001722;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-4268 .elementor-element.elementor-element-3109c5b{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-4268 .elementor-element.elementor-element-3109c5b .elementor-divider-separator{width:10%;}.elementor-4268 .elementor-element.elementor-element-3b5f731{padding:0px 80px 0px 80px;}.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 );}.elementor-4268 .elementor-element.elementor-element-034cb97 > .elementor-widget-container{margin:10px 10px 10px 10px;}.elementor-4268 .elementor-element.elementor-element-034cb97 img{border-radius:15px 15px 15px 15px;}@media(max-width:767px){.elementor-4268 .elementor-element.elementor-element-ac5079a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:10px;}.elementor-4268 .elementor-element.elementor-element-87753a3{text-align:center;}.elementor-4268 .elementor-element.elementor-element-87753a3 .elementor-heading-title{font-size:30px;}.elementor-4268 .elementor-element.elementor-element-3109c5b .elementor-divider{text-align:center;}.elementor-4268 .elementor-element.elementor-element-3109c5b .elementor-divider-separator{margin:0 auto;margin-center:0;}.elementor-4268 .elementor-element.elementor-element-3b5f731{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-4268 .elementor-element.elementor-element-2bf0f3f{width:5%;}.elementor-4268 .elementor-element.elementor-element-ac5079a{width:89.333%;}.elementor-4268 .elementor-element.elementor-element-0c08f6e{width:5%;}.elementor-4268 .elementor-element.elementor-element-97e316a{width:74.825%;}.elementor-4268 .elementor-element.elementor-element-47bfbff{width:25%;}}/* Start custom CSS for shortcode, class: .elementor-element-aec5ff9 *//* ==================================================
   PREMIUM DOCUMENT LIBRARY LITE TABLE
   FULLY MOBILE RESPONSIVE
   Modern Government / Corporate Style
================================================== */

/* MAIN WRAPPER */
.document-library-table,
.dlp-document-library,
.wp-document-library {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid #edf1f5;
    overflow: hidden;
}

/* TABLE */
.document-library-table table,
.dlp-document-library table,
.wp-document-library table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 14px;
}

/* HEADER */
.document-library-table thead th,
.dlp-document-library thead th,
.wp-document-library thead th {
    background: #031c32;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none !important;
}

/* HEADER RADIUS */
.document-library-table thead th:first-child,
.dlp-document-library thead th:first-child,
.wp-document-library thead th:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.document-library-table thead th:last-child,
.dlp-document-library thead th:last-child,
.wp-document-library thead th:last-child {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

/* ROWS */
.document-library-table tbody tr,
.dlp-document-library tbody tr,
.wp-document-library tbody tr {
    background: #fff;
    transition: 0.3s ease;
    box-shadow: 0 5px 18px rgba(0,0,0,0.04);
}

/* HOVER */
.document-library-table tbody tr:hover,
.dlp-document-library tbody tr:hover,
.wp-document-library tbody tr:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

/* CELLS */
.document-library-table tbody td,
.dlp-document-library tbody td,
.wp-document-library tbody td {
    padding: 22px 18px;
    vertical-align: middle;
    border: none !important;
    color: #4a5568;
    font-size: 15px;
    background: #fff;
}

/* ROUNDED ROWS */
.document-library-table tbody tr td:first-child,
.dlp-document-library tbody tr td:first-child,
.wp-document-library tbody tr td:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.document-library-table tbody tr td:last-child,
.dlp-document-library tbody tr td:last-child,
.wp-document-library tbody tr td:last-child {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

/* TITLE LINKS */
.document-library-table tbody td a,
.dlp-document-library tbody td a,
.wp-document-library tbody td a {
    color: #031c32;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.document-library-table tbody td a:hover,
.dlp-document-library tbody td a:hover,
.wp-document-library tbody td a:hover {
    color: #f5b400;
}

/* REPORT IMAGES */
.document-library-table img,
.dlp-document-library img,
.wp-document-library img {
    width: 90px;
    height: 120px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

.document-library-table img:hover,
.dlp-document-library img:hover,
.wp-document-library img:hover {
    transform: scale(1.05);
}

/* DOWNLOAD BUTTON */
.document-library-table .download-link,
.document-library-table .dlp-download-link,
.dlp-document-library .download-link,
.wp-document-library .download-link {
    background: linear-gradient(135deg, #f5b400, #ffcc29);
    color: #031c32 !important;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(245,180,0,0.25);
}

.document-library-table .download-link:hover,
.document-library-table .dlp-download-link:hover,
.dlp-document-library .download-link:hover,
.wp-document-library .download-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245,180,0,0.35);
}

/* CATEGORY BADGE */
.document-library-table tbody td:nth-child(6),
.dlp-document-library tbody td:nth-child(6),
.wp-document-library tbody td:nth-child(6) {
    font-weight: 600;
    color: #031c32;
}

/* REMOVE DEFAULT BORDERS */
.document-library-table *,
.dlp-document-library *,
.wp-document-library * {
    border-color: transparent !important;
}

/* ==================================================
   MOBILE RESPONSIVE DESIGN
================================================== */

@media only screen and (max-width: 768px) {

    /* REMOVE DESKTOP TABLE LOOK */
    .document-library-table table,
    .dlp-document-library table,
    .wp-document-library table,
    .document-library-table thead,
    .dlp-document-library thead,
    .wp-document-library thead,
    .document-library-table tbody,
    .dlp-document-library tbody,
    .wp-document-library tbody,
    .document-library-table th,
    .dlp-document-library th,
    .wp-document-library th,
    .document-library-table td,
    .dlp-document-library td,
    .wp-document-library td,
    .document-library-table tr,
    .dlp-document-library tr,
    .wp-document-library tr {
        display: block;
        width: 100%;
    }

    /* HIDE HEADER */
    .document-library-table thead,
    .dlp-document-library thead,
    .wp-document-library thead {
        display: none;
    }

    /* MOBILE CARD STYLE */
    .document-library-table tbody tr,
    .dlp-document-library tbody tr,
    .wp-document-library tbody tr {
        margin-bottom: 24px;
        padding: 20px;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
        overflow: hidden;
    }

    /* CELLS */
    .document-library-table tbody td,
    .dlp-document-library tbody td,
    .wp-document-library tbody td {
        padding: 10px 0;
        border: none !important;
        text-align: left;
        font-size: 14px;
        background: transparent;
    }

    /* STACK IMAGE NICELY */
    .document-library-table img,
    .dlp-document-library img,
    .wp-document-library img {
        width: 100px;
        height: 130px;
        margin-bottom: 12px;
        border-radius: 14px;
    }

    /* TITLE */
    .document-library-table tbody td:nth-child(2),
    .dlp-document-library tbody td:nth-child(2),
    .wp-document-library tbody td:nth-child(2) {
        font-size: 18px;
        font-weight: 700;
        color: #031c32;
        padding-top: 12px;
    }

    /* DOWNLOAD BUTTON FULL WIDTH */
    .document-library-table .download-link,
    .document-library-table .dlp-download-link,
    .dlp-document-library .download-link,
    .wp-document-library .download-link {
        width: 100%;
        justify-content: center;
        margin-top: 14px;
        padding: 14px;
        border-radius: 14px;
    }

    /* HIDE ID COLUMN */
    .document-library-table tbody td:first-child,
    .dlp-document-library tbody td:first-child,
    .wp-document-library tbody td:first-child {
        display: none;
    }

    /* CLEAN SPACING */
    .document-library-table,
    .dlp-document-library,
    .wp-document-library {
        padding: 14px;
        border-radius: 20px;
    }
}/* End custom CSS */