/* =======================
   ACCORDION MENU HOVER
======================= */
#accordeonck268 li.level1 > span a:hover,
#accordeonck268 li.level2 > span a:hover,
#accordeonck269 li.level1 > span a:hover,
#accordeonck269 li.level2 > span a:hover {
    background: #b59c1f;
    color: #ffffff;
}

/* Pagination */
.items_pagination.bottom a {
    color: #ffffff;
}
dl.search-results {
 background: #ffffff;
margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #dedede;
}
form#searchForm {
    background: #ffffff;
margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #dedede;
}
/* Article category module */
ul.mod-articlescategory.category-module.mod-list li {
    background: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #dedede;
}

/* Left item image */
figure.left.item-image {
    max-width: 150px;
}

/* Fabrik and table headings */
tr.fabrik___heading {
    line-height: 18px;
}

table.com-content-category__table.category.table.table-striped.table-bordered.table-hover {
    width: 100%;
    text-align: left;
}

/* Category list row style */
tr.cat-list-row1 {
    border-bottom: 1px dotted;
    background: #ebf0fa;
}

/* Table headers and links */
th.list-title a,
.page-header a,
ul.dropdown-menu.show a {
    text-decoration: none;
}

ul.dropdown-menu.show {
    padding: 10px;
}

ul.dropdown-menu.show a:hover {
    background: #b59c1f;
    color: #ffffff;
}

a.nav-link {
    width: 100%;
    display: block;
    padding: 5px;
}

/* Headings */
h1, div.componentheading,
span.subheading-category {
    text-align: center;
    background: #b59c1f;
    display: block;
    width: 100%;
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
}

/* Category description */
.category-desc.clearfix {
    color: #ffffff;
}

/* Article style */
.tck-article.com-content-article.item-page,
.com-content-category-blog__item.blog-item.tck-article {
    background: #ffffff;
    border-radius: 12px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #dedede;
}

/* Fabrik navigation */
.fabrikNav {
    margin-top: 50px;
}



/* Fabrik table container */
.fabrikDataContainer {
    clear: both;
    width: 100%!important;
    background: #ffffff;
    border-radius: 12px;
    margin: 10px;
    padding: 10px;
    width: 100%; /* Full width */
    box-sizing: border-box;
    overflow-x: auto;
}
table#list_1_com_fabrik_1, table#list_2_com_fabrik_2, table#list_3_com_fabrik_3,table#list_4_com_fabrik_4,table#list_5_com_fabrik_5,table#list_6_com_fabrik_6{
  width:100%;
}
/* Fabrik table headers */
.fabrikDataContainer .table thead th {
    white-space: nowrap;
    background-color: #b59c1f;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

/* Fabrik table cells */
.fabrikDataContainer .table td {
    white-space: nowrap;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

/* Alternate row colors */
.fabrikDataContainer .table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Row hover effect */
.fabrikDataContainer .table tbody tr:hover {
    background-color: #e6f0fa;
}

/* Odd row override */
tr.fabrik_row .oddRow1 {
    background: #CCC;
}

/* Remove background for specific form */
form#listform_5_mod_custom_5 .fabrikDataContainer,
form#listform_5_mod_custom_5 .fabrikDataContainer .table td,
form#listform_5_mod_custom_5 .fabrikDataContainer .table thead th {
    background: none!important;
}

/* Group heading width override */
th.heading.fabrik_list_4_group_4 {
    width: 200px!important;
}

/* Article titles */
h2.tck-article-title {
    border-bottom: 4px solid #0067a2;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .fabrikDataContainer .table thead th,
    .fabrikDataContainer .table td {
        padding: 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .fabrikDataContainer .table thead th,
    .fabrikDataContainer .table td {
        padding: 6px;
        font-size: 12px;
    }
}
