/* Hide scrollbar but allow scrolling */

#guideModal .overflow-y-auto {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#guideModal .overflow-y-auto::-webkit-scrollbar {
    width: 0;
    height: 0;
}


/* Description */

.guide-description {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #555 !important;
}

.guide-description * {
    font-family: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.guide-description p {
    margin: 0 0 16px !important;
}

.guide-description p:last-child {
    margin-bottom: 0 !important;
}

.guide-description ul,
.guide-description ol {
    margin: 16px 0 !important;
    padding-left: 22px !important;
}

.guide-description li {
    margin-bottom: 8px !important;
}

.guide-description img {
    max-width: 100% !important;
    height: auto !important;
}

.guide-description table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
}