@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }
}

.single-content blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin-top: 1rem;
    font-size: 16px;
    max-width: 100%;
}

.single-content blockquote p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #253D4E
}

.single-content blockquote.info {
    background-color: #e6f4ff;
    border-left: 5px solid #2196f3;
    border-right: 5px solid #2196f3;
    color: #253D4E
}

.single-content blockquote.warning {
    background-color: #fff8e1;
    border-left: 5px solid #ffc107;
    border-right: 5px solid #ffc107;
    color: #253D4E
}

.single-content blockquote.success {
    background-color: #e8f5e9;
    border-left: 5px solid #4caf50;
    border-right: 5px solid #4caf50;
    color: #253D4E
}

.single-content blockquote.error {
    background-color: #ffebee;
    border-left: 5px solid #f44336;
    border-right: 5px solid #f44336;
    color: #253D4E
}

.single-content blockquote h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.single-content blockquote h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 0px;
}

@media (max-width: 480px) {
    .single-content blockquote h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .single-content blockquote h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

.numbered-list {
    list-style-type: decimal;
    list-style-position: inside;
}
.references-list {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

ol li::marker {
    font-weight: bold;
    font-size: 1.1em;
}

table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.single-content h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
}

.single-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.single-content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.single-content h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .single-content h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }
}

.evidence-a {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.evidence-b {
    background-color: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.evidence-c {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.evidence-d {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


.text-muted {
    color: #0a2742 !important;
    &:hover {
        color: #b38c5a !important;
    }
}

.breadcrumb a {
    color: #0a2742;

    &:hover {
        color: #b38c5a;
    }
}
.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: #0a2742;
    font-size: 14px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    span {
        position: relative;
        text-align: center;
        padding: 0 10px;
        &::before {
            content: "\f111";
            font-family: "uicons-regular-straight"  !important;
            display: inline-block;
            font-size: 9px;
        }
    }
}
a:hover {
    color: #b38c5a;
}

.language-dropdown {
    min-width: auto !important;
}

.card-list-header h2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
}

.card-list-header h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
}

.product-sidebar .image {
    height: auto;
    width: 80px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

a {
    color: #008800;
}

.entry-meta.meta-1 span {
    margin-right: 10px;
    color: #243e4f;
}