.elementor-8610 .elementor-element.elementor-element-ccb0328{--display:flex;--min-height:80px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:-63px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8610 .elementor-element.elementor-element-ccb0328:not(.elementor-motion-effects-element-type-background), .elementor-8610 .elementor-element.elementor-element-ccb0328 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0778fc5 );}.elementor-8610 .elementor-element.elementor-element-30afe63b{--display:flex;--margin-top:32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-8610 .elementor-element.elementor-element-332471c .elementor-heading-title{font-family:var( --e-global-typography-5b9eab6-font-family ), Sans-serif;font-size:var( --e-global-typography-5b9eab6-font-size );font-weight:var( --e-global-typography-5b9eab6-font-weight );text-transform:var( --e-global-typography-5b9eab6-text-transform );line-height:var( --e-global-typography-5b9eab6-line-height );letter-spacing:var( --e-global-typography-5b9eab6-letter-spacing );word-spacing:var( --e-global-typography-5b9eab6-word-spacing );color:var( --e-global-color-63b5f6e );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8610 .elementor-element.elementor-element-ccb0328{--width:100%;}}@media(max-width:1440px){.elementor-8610 .elementor-element.elementor-element-332471c .elementor-heading-title{font-size:var( --e-global-typography-5b9eab6-font-size );line-height:var( --e-global-typography-5b9eab6-line-height );letter-spacing:var( --e-global-typography-5b9eab6-letter-spacing );word-spacing:var( --e-global-typography-5b9eab6-word-spacing );}}@media(max-width:1024px){.elementor-8610 .elementor-element.elementor-element-332471c .elementor-heading-title{font-size:var( --e-global-typography-5b9eab6-font-size );line-height:var( --e-global-typography-5b9eab6-line-height );letter-spacing:var( --e-global-typography-5b9eab6-letter-spacing );word-spacing:var( --e-global-typography-5b9eab6-word-spacing );}}@media(max-width:767px){.elementor-8610 .elementor-element.elementor-element-ccb0328{--min-height:120px;}.elementor-8610 .elementor-element.elementor-element-332471c .elementor-heading-title{font-size:var( --e-global-typography-5b9eab6-font-size );line-height:var( --e-global-typography-5b9eab6-line-height );letter-spacing:var( --e-global-typography-5b9eab6-letter-spacing );word-spacing:var( --e-global-typography-5b9eab6-word-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-8d4d6e1 *//**
 * Taxonomy Bridge Search - Styles
 */

/* ==========================================================================
   Main Wrapper - Flexbox Layout
   ========================================================================== */

.tbridge-search-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
}

/* ==========================================================================
   Left Sidebar - Filters
   ========================================================================== */

.tbridge-filters-sidebar {
    flex: 0 0 280px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    height: fit-content;
    position: sticky;
    top: 20px;
}

/* ==========================================================================
   Filter Sections
   ========================================================================== */

.tbridge-filter-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.tbridge-filter-section:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

.tbridge-filter-heading {
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: default;
}

.tbridge-toggle {
    cursor: pointer;
    user-select: none;
}

.tbridge-toggle:hover {
    color: #0073aa;
}

.tbridge-filter-icon {
    margin-right: 8px;
    font-size: 16px;
}

.tbridge-toggle-icon {
    margin-left: auto;
    font-size: 10px;
    color: #666;
    transition: transform 0.2s;
}

/* ==========================================================================
   Search Input
   ========================================================================== */

.tbridge-search-section .tbridge-filter-heading {
    cursor: default;
}

.tbridge-search-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.tbridge-search-input:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

.tbridge-search-input::placeholder {
    color: #999;
}

/* ==========================================================================
   Term Lists
   ========================================================================== */

.tbridge-term-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

.tbridge-term-list li {
    margin: 0;
    padding: 0;
}

.tbridge-term-list label {
    display: flex;
    align-items: center;
    padding: 6px 0;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    transition: color 0.2s;
}

.tbridge-term-list label:hover {
    color: #0073aa;
}

.tbridge-term-list input[type="checkbox"] {
    margin-right: 8px;
    flex-shrink: 0;
}

.tbridge-count {
    margin-left: auto;
    color: #888;
    font-size: 12px;
    padding-left: 8px;
}

/* ==========================================================================
   Hierarchical Children
   ========================================================================== */

.tbridge-children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    border-left: 2px solid #e0e0e0;
    margin-left: 8px;
}

/* ==========================================================================
   Parent Category Expand/Collapse
   ========================================================================== */

.tbridge-parent-row {
    display: flex;
    align-items: center;
}

.tbridge-expand-toggle {
    cursor: pointer;
    padding: 4px 8px 4px 0;
    font-size: 10px;
    color: #666;
    user-select: none;
    transition: color 0.2s;
}

.tbridge-expand-toggle:hover {
    color: #0073aa;
}

.tbridge-parent-row label {
    flex: 1;
}

.tbridge-has-children > .tbridge-parent-row label {
    font-weight: 500;
}

/* ==========================================================================
   Show More / Show Less Button
   ========================================================================== */

.tbridge-show-more-btn {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #0073aa;
    text-align: left;
    transition: color 0.2s;
}

.tbridge-show-more-btn:hover {
    color: #005a87;
    text-decoration: underline;
}

.tbridge-more-count {
    color: #888;
    font-weight: normal;
}

/* ==========================================================================
   Clear Filters Button
   ========================================================================== */

.tbridge-clear-filters {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    transition: all 0.2s;
    text-align: center;
}

.tbridge-clear-filters:hover {
    background: #f0f0f0;
    border-color: #ccc;
    color: #333;
}

.tbridge-clear-filters:active {
    background: #e5e5e5;
}

/* ==========================================================================
   Results Container
   ========================================================================== */

.tbridge-results-container {
    flex: 1;
    position: relative;
    min-height: 400px;
}

/* ==========================================================================
   Results Grid
   ========================================================================== */

.tbridge-results-grid {
    display: grid;
    gap: 25px;
    transition: opacity 0.2s;
}

.tbridge-results-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.tbridge-results-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.tbridge-results-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.tbridge-results-grid.columns-1 {
    grid-template-columns: 1fr;
}

/* ==========================================================================
   Result Card
   ========================================================================== */

.tbridge-result-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.tbridge-result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   Card Image
   ========================================================================== */

.tbridge-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f0f0;
}

.tbridge-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.tbridge-result-card:hover .tbridge-card-image img {
    transform: scale(1.05);
}

.tbridge-card-image a {
    display: block;
    height: 100%;
}

.tbridge-placeholder-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbridge-placeholder-image::after {
    content: "\1F4C4";
    font-size: 48px;
    opacity: 0.3;
}

/* ==========================================================================
   Card Content
   ========================================================================== */

.tbridge-card-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ==========================================================================
   Category Badge
   ========================================================================== */

.tbridge-category-badge {
    display: inline-block;
    padding: 4px 10px;
    background: #5a7a8a;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    margin-bottom: 10px;
    align-self: flex-start;
}

/* ==========================================================================
   Card Title
   ========================================================================== */

.tbridge-card-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.tbridge-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.tbridge-card-title a:hover {
    color: #0073aa;
}

/* ==========================================================================
   Card Excerpt
   ========================================================================== */

.tbridge-card-excerpt {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    flex: 1;
}

/* ==========================================================================
   Loading Overlay
   ========================================================================== */

.tbridge-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.tbridge-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: tbridge-spin 0.8s linear infinite;
}

@keyframes tbridge-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   No Results / Error
   ========================================================================== */

.tbridge-no-results,
.tbridge-error {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1200px) {
    .tbridge-results-grid.columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .tbridge-search-wrapper {
        flex-direction: column;
    }

    .tbridge-filters-sidebar {
        flex: none;
        width: 100%;
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .tbridge-filter-section {
        flex: 1;
        min-width: 200px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .tbridge-search-section {
        flex: 100%;
    }

    .tbridge-clear-filters {
        flex: 100%;
    }

    .tbridge-results-grid.columns-4,
    .tbridge-results-grid.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tbridge-search-wrapper {
        padding: 15px;
        gap: 20px;
    }

    .tbridge-filters-sidebar {
        flex-direction: column;
        padding: 15px;
    }

    .tbridge-filter-section {
        min-width: 100%;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .tbridge-filter-section:last-of-type {
        border-bottom: none;
    }

    .tbridge-term-list {
        max-height: 200px;
    }

    .tbridge-results-grid.columns-4,
    .tbridge-results-grid.columns-3,
    .tbridge-results-grid.columns-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .tbridge-results-grid.columns-4,
    .tbridge-results-grid.columns-3,
    .tbridge-results-grid.columns-2 {
        grid-template-columns: 1fr;
    }

    .tbridge-card-title {
        font-size: 15px;
    }

    .tbridge-card-excerpt {
        font-size: 13px;
    }
}

/* ==========================================================================
   Custom Scrollbar for Filter Lists
   ========================================================================== */

.tbridge-term-list::-webkit-scrollbar {
    width: 6px;
}

.tbridge-term-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.tbridge-term-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.tbridge-term-list::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* ==========================================================================
   Results Table
   ========================================================================== */

.tbridge-results-table-wrapper {
    overflow-x: auto;
}

.tbridge-results-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
}

.tbridge-results-table thead {
    background: #f5f5f5;
}

.tbridge-results-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
    white-space: nowrap;
}

.tbridge-results-table td {
    padding: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    color: #444;
}

.tbridge-results-table tbody tr {
    background: #fafafa;
}

.tbridge-results-table tbody tr:nth-child(odd) {
    background: #fff;
}

.tbridge-results-table tbody tr:hover {
    background: #f0f7fc;
}

/* Column widths */
.tbridge-col-name {
    width: 25%;
    min-width: 150px;
}

.tbridge-col-taxonomy {
    width: 35%;
    min-width: 200px;
}

.tbridge-col-filetype {
    width: 15%;
    min-width: 80px;
}

.tbridge-col-download {
    width: 25%;
    min-width: 120px;
}

/* Name column link */
.tbridge-col-name a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.tbridge-col-name a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Download/View buttons */
.tbridge-download-btn,
.tbridge-view-btn {
    display: inline-block;
	background-color: #FFFFFF;
	font-family: var( --e-global-typography-bf3f3d2-font-family ), Sans-serif !important;
	font-size: var( --e-global-typography-bf3f3d2-font-size ) !important;
	font-weight: var( --e-global-typography-bf3f3d2-font-weight ) !important;
	text-transform: var( --e-global-typography-bf3f3d2-text-transform );
	letter-spacing: var( --e-global-typography-bf3f3d2-letter-spacing );
	fill: var( --e-global-color-129b9e3 );
	color: var( --e-global-color-129b9e3 ) !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var( --e-global-color-129b9e3 );
	border-radius: 8px 8px 8px 8px;
	padding: 5px 10px 5px 10px;
    transition: background-color 0.2s;
}

.tbridge-download-btn:hover,
.tbridge-view-btn:hover {
    background:  var( --e-global-color-129b9e3 );
    color: #fff !important;
}

/* Responsive table */
@media (max-width: 768px) {
    .tbridge-results-table {
        font-size: 13px;
    }

    .tbridge-results-table th,
    .tbridge-results-table td {
        padding: 10px 12px;
    }

    .tbridge-col-taxonomy {
        min-width: 150px;
    }
}

@media (max-width: 576px) {
    .tbridge-results-table-wrapper {
        margin: 0 -15px;
    }

    .tbridge-results-table th,
    .tbridge-results-table td {
        padding: 8px 10px;
    }

    .tbridge-download-btn,
    .tbridge-view-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
}




/**
 * Taxonomy Bridge - Attached Documents Table Styles
 */

/* Table styles */
.tbridge-attached-docs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tbridge-attached-docs-table th,
.tbridge-attached-docs-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.tbridge-attached-docs-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.tbridge-attached-docs-table tbody tr:last-child td {
    border-bottom: none;
}

.tbridge-attached-docs-table tbody tr:hover {
    background-color: #f9f9f9;
}

.tbridge-attached-docs-table td:first-child {
    font-weight: 500;
}

.tbridge-attached-docs-table td:last-child {
    width: 100px;
    text-align: center;
}

/* View button 
 .tbridge-view-btn {
    display: inline-block;
    padding: 6px 16px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.tbridge-view-btn:hover {
    background: #005a87;
    color: #fff;
    text-decoration: none;
}*/

.tbridge-view-btn:focus {
    outline: 2px solid #0073aa;
    outline-offset: 2px;
} 

/* No documents message */
.tbridge-no-docs {
    padding: 20px;
    text-align: center;
    color: #666;
    background: #f9f9f9;
    border-radius: 4px;
    font-style: italic;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .tbridge-attached-docs-table th,
    .tbridge-attached-docs-table td {
        padding: 10px;
    }

    .tbridge-attached-docs-table td:last-child {
        width: auto;
    }

    .tbridge-view-btn {
        padding: 8px 12px;
        font-size: 13px;
    }
}


/* Formatting: Pagination */

.tbridge-pagination-wrapper {
    margin-top: 20px;
    text-align: center;
}

.tbridge-results-summary {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.tbridge-pagination {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.tbridge-page-link {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.tbridge-page-link:hover {
    background: #f0f7fc;
    border-color: #0073aa;
    color: #005a87;
}

.tbridge-page-link.current {
    background: #0073aa;
    border-color: #0073aa;
    color: #fff;
    cursor: default;
}

.tbridge-page-link.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.tbridge-page-link.ellipsis {
    border: none;
    cursor: default;
    padding: 6px 4px;
    color: #666;
}/* End custom CSS */