/* Reset all link-related styles inside .h-min before applying new styles */
.h-min a {
    all: unset;
    text-decoration: none !important;
    color: #2480c2 !important;
}

/* Unset margin-block within .h-min */
.h-min {
    margin-block: unset;
}



/* Apply padding and margin to headings inside .h-min */
.h-min h1, 
.h-min h2, 
.h-min h3, 
.h-min h4 {
    font-size: 1em;
    padding: 3px !important;
    margin: 3px !important;
    line-height: 1.2 !important;
}

/* Style ordered lists inside .h-min */
.h-min ol {
    padding: 3px;
    margin: 3px;
    line-height: 1.2;
}

/* Force remove underline and apply color to links inside .h-min */
.h-min a,
.h-min a:visited,
.h-min a:hover,
.h-min a:focus,
.h-min a:active {
    text-decoration: none !important;
    color: #14476c !important;
}
