
.logo img {
    height: 80px;
    width: auto;
}

.header-fixed .header.header-fixed-shrink .logo img {
    max-height: 60px;
    width: auto;
}



#csssidemenu > ul > li.active > a {
    color: #3498db !important;
}

#csssidemenu.small-screen ul > .active {
  background-color: #3498db !important;
  color: #ffffff !important;
}

#csssidemenu ul > .active.last_active > a {
  color: #3498db;
}

#csssidemenu.small-screen > ul > li.has-sub.active {
  background-color: #3498db !important;
}


#csssidemenu.small-screen .submenu-button::after {
  color: #404040;
}

#csssidemenu.small-screen .submenu-button:hover::after {
  color: #3498db;
}


.wh_chars {color:#fff; font-weight:400; margin-top:26px !important;}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 24px;
  row-gap: 16px;
}


.partner-logos a:nth-of-type(2) {
  align-self: center;
}


.partner-logos a,
.partner-logos .wh_chars {
  margin: 0;
}

.partner-logos img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wh_chars {
  flex: 1 1 100%;
}

.european-image img {margin-top:20px; margin-bottom:20px;}

.european-image {text-align:center;}

/* ============================================
   PROFESSIONAL TABLE STYLING - TUC
   ============================================ */

/* ============================================
   PROFESSIONAL TABLE STYLING - TUC v2
   ============================================ */

/* ============================================
   PROFESSIONAL TABLE STYLING - TUC (BLUE)
   ============================================ */

figure.table {
    margin: 2rem auto !important;
    display: table !important;
    float: none !important;
    clear: both !important;
    max-width: 100%;
}

table.contenttable,
table.contenttable-3,
figure.table table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

/* HEADER */
table.contenttable thead th,
table.contenttable-3 thead th,
figure.table table thead th,
.contenttable thead th,
.contenttable-3 thead th {
    background-color: #003d7a !important;
    color: #ffffff !important;
    padding: 1.25rem 1.5rem !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    border: none !important;
}

table.contenttable thead th p,
table.contenttable-3 thead th p,
figure.table table thead th p,
table.contenttable thead th p span,
table.contenttable-3 thead th p span,
figure.table table thead th p span {
    color: #ffffff !important;
    margin: 0 !important;
}

/* BODY */
table.contenttable tbody td,
table.contenttable-3 tbody td,
figure.table table tbody td {
    padding: 1.25rem 1.5rem !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #2C3E50 !important;
}

/* Alternating rows */
table.contenttable tbody tr:nth-child(even),
table.contenttable-3 tbody tr:nth-child(even),
figure.table table tbody tr:nth-child(even) {
    background-color: #f9fafb !important;
}

/* Hover */
table.contenttable tbody tr:hover,
table.contenttable-3 tbody tr:hover,
figure.table table tbody tr:hover {
    background-color: #eaf2fb !important;
    transition: background-color 0.2s ease !important;
}

/* First column */
table.contenttable tbody td:first-child,
table.contenttable-3 tbody td:first-child,
figure.table table tbody td:first-child {
    font-weight: 600 !important;
    color: #003d7a !important;
}

/* No border on last row */
table.contenttable tbody tr:last-child td,
table.contenttable-3 tbody tr:last-child td,
figure.table table tbody tr:last-child td {
    border-bottom: none !important;
}
}