.skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    z-index: 10000;
    padding: 0.75rem 1.25rem;
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

[data-include] {
    display: block;
    width: 100%;
}

picture {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}

picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

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