/* Raggruppamenti creati dall'istituzione: sono filtri di consultazione e non
   sottosezioni della struttura normativa ufficiale. */
.local-content-groups {
    margin: 1rem 0 1.5rem;
    padding: 1.1rem;
    border: 1px solid #b8d8ec;
    border-left: 5px solid #1787c6;
    border-radius: 10px;
    background: linear-gradient(145deg, #f8fcff 0%, #eef8fd 100%);
    box-shadow: 0 8px 22px rgba(0, 73, 118, .08);
}

.local-content-groups-heading {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    margin-bottom: 1rem;
}

.local-content-groups-icon {
    display: inline-grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    color: #0066a6;
    border: 1px solid #9dccdf;
    border-radius: 10px;
    background: #fff;
    place-items: center;
}

.local-content-groups-icon .icon {
    fill: currentColor;
}

.local-content-groups-kicker {
    display: block;
    margin-bottom: .1rem;
    color: #0066a6;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.local-content-groups-heading h3 {
    margin: 0;
    color: #17324d;
    font-size: 1.2rem;
}

.local-content-groups-heading p {
    margin: .2rem 0 0;
    color: #4a657b;
    font-size: .92rem;
}

.local-content-groups-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: .7rem;
}

.local-content-group-card,
.local-content-group-card:hover,
.local-content-group-card:focus {
    text-decoration: none;
}

.local-content-group-card {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 66px;
    padding: .75rem .85rem;
    color: #173f5f;
    border: 1px solid #c2dceb;
    border-radius: 9px;
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.local-content-group-card:hover,
.local-content-group-card:focus {
    color: #005b93;
    border-color: #5aaed8;
    box-shadow: 0 7px 16px rgba(0, 91, 147, .12);
    transform: translateY(-1px);
}

.local-content-group-card-icon {
    display: inline-grid;
    flex: 0 0 auto;
    width: 31px;
    height: 31px;
    color: #075d82;
    border: 1px solid #9fd3e5;
    border-radius: 8px;
    background: #e7f6fc;
    font-size: .8rem;
    font-weight: 800;
    place-items: center;
}

.local-content-group-card-text {
    display: block;
    min-width: 0;
}

.local-content-group-card-text strong,
.local-content-group-card-text small {
    display: block;
}

.local-content-group-card-text strong {
    line-height: 1.2;
}

.local-content-group-card-text small {
    margin-top: .18rem;
    color: #607d91;
    font-size: .76rem;
}

.local-content-group-card-arrow {
    margin-left: auto;
    color: #0073b9;
    font-size: 1.15rem;
}

@media (max-width: 575.98px) {
    .local-content-groups {
        padding: .9rem;
    }

    .local-content-groups-list {
        grid-template-columns: 1fr;
    }
}

.document-order-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.document-order-fieldset legend {
    float: none;
    width: auto;
    margin: 0 0 .35rem;
    color: #30475f;
    font-size: .86rem;
    font-weight: 700;
}

.document-order-options {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.document-order-options input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.document-order-options label {
    display: inline-flex;
    min-height: 38px;
    margin: 0;
    padding: .45rem .8rem;
    align-items: center;
    color: #065b9b;
    border: 1px solid #8fc5e7;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.1;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.document-order-options label:hover {
    border-color: #0073b9;
    background: #eef8fe;
}

.document-order-options input[type="radio"]:checked + label {
    color: #fff;
    border-color: #066caf;
    background: #087dc1;
    box-shadow: 0 4px 10px rgba(0, 91, 147, .2);
}

.document-order-options input[type="radio"]:focus-visible + label {
    outline: 3px solid rgba(0, 102, 204, .32);
    outline-offset: 2px;
}
.category-public-notice {
  display: flex;
  width: calc(100% - 1.5rem);
  align-items: flex-start;
  gap: .85rem;
  margin: 1.25rem .75rem 0;
  padding: 1rem 1.1rem;
  color: #173f59;
  background: #eef8fd;
  border: 1px solid #a9d7ee;
  border-left: .35rem solid #0878bd;
  border-radius: .4rem;
  box-shadow: 0 .2rem .65rem rgba(5, 70, 112, .08);
}

.category-public-notice-icon {
  display: grid;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  color: #0878bd;
  background: #fff;
  border-radius: 50%;
  place-items: center;
}

.category-public-notice-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.category-public-notice-content {
  min-width: 0;
}

.category-public-notice-content strong {
  display: block;
  margin-bottom: .2rem;
  color: #064f82;
  font-size: 1rem;
}

.category-public-notice-content p {
  margin: 0;
  color: #264f68;
  font-size: .95rem;
  line-height: 1.55;
}

.category-public-notice-non-applicable {
  background: #fff8e5;
  border-color: #efd17a;
  border-left-color: #a86c00;
}

.category-public-notice-non-applicable .category-public-notice-icon,
.category-public-notice-non-applicable .category-public-notice-content strong {
  color: #795000;
}

.category-public-notice-no-data {
  background: #f3f8fb;
  border-color: #bfd4e0;
  border-left-color: #537f98;
}

@media (max-width: 575.98px) {
  .category-public-notice {
    width: calc(100% - 1rem);
    gap: .65rem;
    margin-right: .5rem;
    margin-left: .5rem;
    padding: .85rem;
  }
}
