/* Guides fix */
.guide-card .btn {
    white-space: normal !important;
    word-wrap: break-word;
}

/* Additionally: fix for tree-shaped lists in <pre> so they don't break the layout */
.guide-card pre {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
}

.guide-card img {
    max-width: 100%;
    height: auto;
}