/* TEJIDOTECA · A-Z contextual para fichas HILOS */
body.tejidoteca-hilos-term-page .tejidoteca-abecedario{
    display:none!important;
}
.thaz{
    margin:34px 0 42px;
    padding:28px 30px 25px;
    border-top:4px solid #e6007e;
    background:#f7f7f8;
}
.thaz__head span{
    display:block;
    margin-bottom:3px;
    color:#e6007e;
    font-family:Oswald,Arial,sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.3px;
    text-transform:uppercase;
}
.thaz__head h2{
    margin:0 0 5px!important;
    padding:0!important;
    color:#111!important;
    font-family:Oswald,Arial,sans-serif!important;
    font-size:30px!important;
    font-weight:700!important;
    line-height:1.15!important;
    text-transform:uppercase;
}
.thaz__head p{
    margin:0 0 18px!important;
    color:#555!important;
    font-family:Abel,Arial,sans-serif!important;
    font-size:16px!important;
}
.thaz__letters{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.thaz__letters a,
.thaz__letters span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:36px;
    height:36px;
    padding:0 8px;
    border:1px solid #e6007e;
    border-radius:3px;
    font-family:Oswald,Arial,sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1;
    text-decoration:none!important;
}
.thaz__letters a,
.thaz__letters a:visited{
    background:#fff;
    color:#e6007e!important;
    -webkit-text-fill-color:#e6007e!important;
}
.thaz__letters a:hover,
.thaz__letters a:focus{
    background:#e6007e;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}
.thaz__letters span{
    border-color:#ddd;
    background:#f2f2f3;
    color:#b3b3b8;
}
.thaz__letters .thaz__all,
.thaz__letters .thaz__all:visited{
    min-width:105px;
    background:#111;
    border-color:#111;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}
.thaz__letters .thaz__all:hover,
.thaz__letters .thaz__all:focus{
    background:#e6007e;
    border-color:#e6007e;
}
.thaz__note{
    margin:12px 0 0!important;
    color:#777!important;
    font-family:Abel,Arial,sans-serif!important;
    font-size:13px!important;
}
@media(max-width:620px){
    .thaz{padding:22px 18px}
    .thaz__letters{justify-content:center}
}
