:root {
    --cassiopeia-color-primary: #A9C700;
    --cassiopeia-color-link: #A9C700;
    --cassiopeia-color-hover: #8EA600;
}

.container-header {
    background-color: #A9C700 !important;
    background-image: none !important;
}

.container-header .navbar-toggler {
    background-color: #A9C700 !important;
}
.vm-articolo {
    color: #424242;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    line-height: 26px;
}

.vm-articolo h1 {
    color: #424242;
    font-size: 31px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 39px;
}

.vm-articolo h2 {
    color: #424242;
    font-size: 28px;
    line-height: 31px;
    font-weight: bold;
    margin: 36px 0;
}

.vm-articolo h3 {
    color: #424242;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    margin: 36px 0 20px;
}
.vm-articolo h4 {
    color: #424242;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 36px 0 20px;
}

.vm-articolo p {
    margin: 20px 0;
}


.vm-indice {
    padding: 10px 5px 10px 10px;
    width: 90%;
    background-color: #f2f2f2;
    margin: 30px auto;
}

.vm-indice p {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 17px;
}


.vm-articolo ul {
    margin: 20px 0;
    padding-left: 25px;
}

.vm-articolo li {
    margin: 12px 0;
}

.vm-tabella {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 25px 0;
}

.vm-tabella caption {
    caption-side: top;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.vm-tabella th {
    background: #ededed;
    border: 1px solid #000;
    padding: 10px 12px;
    text-align: center;
    line-height: 1.4;
}

.vm-tabella td {
    border: 1px solid #000;
    padding: 10px 12px;
    text-align: center;
}

.vm-tabella td:first-child {
    color: #545353;
}

.vm-tabella td {
    color: #000;
}

.vm-tabella td:last-child {
    color: #333;
}
@media (max-width: 768px) {

    .vm-tabella th,
    .vm-tabella td {
        padding: 5px 3px;
        font-size: 11px;
    }

    .vm-tabella {
        font-size: 11px;
    }

}
.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    content-visibility: auto;
}
.vm-faq {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #f5f5f5;
    overflow: hidden;
}

.vm-faq summary {
    cursor: pointer;
    color: #528885;
    padding: 12px;
}

.vm-faq p {
    padding: 12px;
    margin: 0;
    background: #fff;
}
.img-articolo {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto; /* sovrascrive height inline per renderla responsive */
}