body{font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,;line-height:1.5;font-size: 20px;}
header h1.site-title a{font-size: 64px;}
header h1.site-title a:hover{color:var(--font-color);border:0;}
header h1.site-title p{font-size: 20px;margin:0;}
header h1.site-title{line-height:1.25}
header.common-header{border-bottom:0;}
footer.common-footer{border-top:1px solid var(--switcher-bg-color);font-size: 14px;}
img.homepage_img{max-width: 100%;}
article header h1 {font-size: 25px;line-height: 1.25;margin-top: .5em;margin-bottom: 30px;font-weight: bold;}
div.content strong {font-weight: 700;}
p.center{text-align:center;}
div.common-footer-bottom{display:flex;justify-content:space-between;}
div.footer_spacer{width:100%;padding-top:1em;height:1em;}
.paragraph-space{margin-top:25px;}
div.themeSwitcher{position:relative;}
a img.weblate_svg{
  display: inline;
  margin: 0 0 0 9px;
  position: relative;
  top: 4px;
}
code{
  background-color: var(--pre-bg-color);
  padding: 1px 4px;
  border-radius: 5px;
}
.theme-switcher {
    background: var(--switcher-color);
    color: var(--switcher-bg-color);
    padding:0px;
    font-size:16px;
    border:none;
    border-radius:6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-12px 0 0 -12px;
}
div.miczit_bg {
    background: url("/images/home.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1000;
}
div.miczit_spacer {
  height: calc(90vh - 150px);
}
.common-footer {
    padding-top: 1em;
    margin-top: 0em;
  }
.small_text{
    font-size: 0.8em;
    font-style: italic;
}

  #cookie-notice {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 17%;
    background: rgb(70, 70, 70);
    color: rgba(255,255,255,0.8);
    font-size: 15px;
  }
    
    #cookie-notice a {font-weight: 600; display: inline-flex; cursor: pointer; margin-left: 0.5rem;}
    #cookie-notice-accept {color:rgb(121, 121, 121)}
    #cookie-notice-deny {color:rgb(44, 44, 44)}
    @media (max-width: 767px) {
        #cookie-notice span {display: block; padding-top: 3px; margin-bottom: 1rem;}
        #cookie-notice a {position: relative; bottom: 4px;}
        #cookie-notice {left: 0px;}
    }

    /* Thunderbird Addon Translate page*/
    .thtr-help-normal {
      border: 1px solid #000;
    }
    .thtr-box {
      display: inline-block;
      position: relative;
      top: 5px;
      min-width: 30px;
      min-height: 20px;
    }
    .thtr-help-empty {
      -webkit-box-shadow: 0 0 3px 0 red;
      box-shadow: 0 0 3px 0 red;
    }
    .thtr-help-diff {
      -webkit-box-shadow: 0 0 2px 1px orange;
      box-shadow: 0 0 2px 1px orange;
    }
    .thtr-unchanged {
      background-color: #ddd;
      color: #bbb;
    }
    .thtr-todo {
      background-color: #ccc;
      color: #000;
    }
    .thtr-done {
      background-color: #c2f0c2;
      color: #28a428;
    }
    .sup_comment{
      vertical-align: super;
      font-size: 0.75em;
      font-style: italic;
    }
    .translate-credits{
      font-size: 0.65em;
      font-style: italic;
      position: relative;
      top: -10px;
      margin-bottom: 0;
    }
    ul.translate-links{
      display: flex;
      flex-direction: column; /* Disposizione verticale */
      gap: 0px;               /* Spazio tra gli elementi */
      padding: 0;
      margin: 2em 0 0 3em;
    }
    img.img-full {
      width: auto;
      height: auto;
      max-width: none;
    }
    hr {
      border-top: 1px solid var(--hr-color) !important;
      height: 1px;
      margin-top: 3em;
      margin-bottom: 2em;
    }
    #placeholders-control {
    margin: 1em 0;
}

.placeholder-ctrl {
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px;
}

.placeholder-ctrl.active {
    font-weight: bold;
    text-decoration: underline;
    background-color: #3e3e3e;
}

#ctrl-alpha {
    margin-right: 15px;
}
