#tab-accessibility details {
    margin-bottom: 16px;
    padding-bottom: 12px;
}

#tab-accessibility summary {
    margin-bottom: 16px;
    padding: 4px 0;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.4;
}

#tab-accessibility ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tab-accessibility li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 4px 0;
    font-size: 1rem;
    line-height: 1.5;
}

#tab-accessibility .a11y-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 4px;
    background-color: #ec4899;
    color: white;
    font-size: 0.85rem;
    line-height: 1;
}

.sr-only {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

a.meta-item-link{
    color:#1a0dab;
    text-decoration:underline;
}
