/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .wp-block-show-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding: 70px;
	width: 100%;
}

.wp-block-show-category a {
	width: 50%;
    padding: 10px 0;

	background-color: transparent;
    color: #000;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;

}

@media (max-width: 860px) {
    .wp-block-show-category a {
        width: 100%;
    }
}

.wp-block-show-category a span {
    padding: 10px 20px;
}
