html, body {
  overflow-x: hidden;
  max-width: 100%;
}
/* Styl dla frontendu */
.wp-block-linkable-group-linkable-group {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    height: 100%;
}

.wp-block-linkable-group-linkable-group:hover {
    text-decoration: none;
    color: inherit;
}

/* Gdy jest linkiem */
a.wp-block-linkable-group-linkable-group {
    cursor: pointer;
}

/* Opcjonalne style hover dla całej grupy gdy jest linkiem */
a.wp-block-linkable-group-linkable-group:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}

/* Resetowanie domyślnych styli dla linków */
a.wp-block-linkable-group-linkable-group * {
    color: inherit;
}


