/*
Theme Name:   TswDBBase Child
Description:  Customizzazione per DB-Mafie
Author:       Enrico Canardi
Template:     TswDBBase
Version:      1.1.3
Text Domain:  TswDBBasechild
*/

#tabs_hp {
    overflow: visible!important;
}
.tsw__block__right-column {
    display: flex;
    flex-direction: column;
    gap: var(--theme-base-gap);
}
.tsw__tabs__hp {
    overflow: hidden;
}
#hp_maps {
    flex-shrink: 1!important;
}
#search_results.tsw__results__provvedimento tr td:nth-of-type(7),
#search_results.tsw__results__provvedimento tr th:nth-of-type(7) {
    flex: 0 0 200px;
}

#search_results tr td:nth-of-type(8),
#search_results tr th:nth-of-type(8) {
    flex: 0 0 43px;
    word-break: break-all;
}

#search_results tr th:first-child,
#search_results tr td:first-child,
#search_results tr th:nth-of-type(8) ~ th,
#search_results tr td:nth-of-type(8) ~ td { 
    display: none;
}
@media screen and (min-width: 767px) {
    .tsw__block__right-column {
        flex-direction: column-reverse;
    }
}

:root {
  --color-light: #FAFAFA;
  --color-lite: #E1E1E1;
  --color-dark: #0E0E0E;
  --color-primary: #4B88CA;
  --color-primary-low: #D0E1FD;
  --color-primary-high: #16273B;
  --theme-base: 8px;
}
