/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
*/

/* Aquí afegeix els teus estils personalitzats */


/* Skip link visible amb bon contrast */
.skip-link.screen-reader-text {
    background: #000 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    z-index: 100000 !important;
}

/* Quan rep focus (teclat) */
.skip-link.screen-reader-text:focus {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    display: block !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
}