/* v70 - Separación entre guía integrada y tutoriales publicados por Melampo */
.help-switch-v70{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
.help-switch-v70 a{text-align:center;display:flex;align-items:center;justify-content:center;min-height:44px}
@media(max-width:760px){
  .help-switch-v70{display:flex;width:100%;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:5px}
  .help-switch-v70::-webkit-scrollbar{display:none}
  .help-switch-v70 a{flex:0 0 auto;min-width:max-content;padding-left:15px;padding-right:15px}
}
