.mr-st-infobox {
    margin: 1.5em 0;
    border-radius: 8px;
    line-height: inherit;
    font-size: inherit;
}

.mr-st-infobox__title {
    font-weight: 400;
    font-size: 16px;
    padding: 12px 16px;
}

.mr-st-infobox__title i {
    margin-right: 6px;
}

.mr-st-infobox__body {
    padding: 12px 16px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}


.mr-st-infobox__body:empty {
    display: none;
}

.mr-st-infobox--universal {
    overflow: hidden;
}

.mr-st-infobox--universal .mr-st-infobox__body {
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px;
}

.mr-st-infobox--colored {
    padding: 0;
}

.mr-st-infobox--colored .mr-st-infobox__title {
    font-size: 17px;
    padding: 18px 22px 6px;
}

.mr-st-infobox--colored .mr-st-infobox__body {
    padding: 10px 22px 18px;
}

.mr-st-infobox--border {
    border: 2px solid;
    position: relative;
    padding-top: 0;
}

.mr-st-infobox--border .mr-st-infobox__title {
    position: relative;
    transform: translateY(-50%);
    margin: 0 16px;
    margin-bottom: -8px;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 15px;
}

.mr-st-infobox--border .mr-st-infobox__body {
    padding: 4px 16px 16px;
}

.mr-st-infobox--tip {
    border-left: 4px solid;
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
}

.mr-st-infobox--tip .mr-st-infobox__title {
    padding-bottom: 4px;
}

.mr-st-infobox--tip .mr-st-infobox__body {
    padding-top: 4px;
}

.mr-st-highlight {
    padding: 1px 2px;
}

.mr-st-highlight--cover {
    border-radius: 3px;
}

.mr-st-highlight--line {
    background-size: 100% 100%;
}

.mr-st-underline {
    text-decoration: none;
    padding-bottom: 2px;
}

.mr-st-underline--solid {
    border-bottom: 2px solid var(--mr-st-underline-color);
}

.mr-st-underline--dashed {
    border-bottom: 2px dashed var(--mr-st-underline-color);
}

.mr-st-underline--wave {
    text-decoration: underline wavy var(--mr-st-underline-color);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    border-bottom: none;
    padding-bottom: 0;
}


.mr-st-underline--marker {
    position: relative;
    border-bottom: none;
    padding-bottom: 4px;
}

.mr-st-underline--marker::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 8px;
    background: var(--mr-st-underline-color);
    opacity: 0.45;
    border-radius: 2px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='10'%3E%3Cpath d='M0 5Q3 3 6 4t6 1 6-1 6 1 6 0 6 1 6-1 6 1 6 0 6 1' fill='none' stroke='black' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='10'%3E%3Cpath d='M0 5Q3 3 6 4t6 1 6-1 6 1 6 0 6 1 6-1 6 1 6 0 6 1' fill='none' stroke='black' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size: 60px 8px;
    mask-size: 60px 8px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}


.mr-st-underline--strike {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
}

.mr-st-underline--strike::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    background: var(--mr-st-underline-color);
    opacity: 0.55;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3E%3Cpath d='M0 4Q4 2 8 3t8 1 8-2 8 2 8-1 8 2 8-1 8 1 8-1 8 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='8'%3E%3Cpath d='M0 4Q4 2 8 3t8 1 8-2 8 2 8-1 8 2 8-1 8 1 8-1 8 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size: 80px 6px;
    mask-size: 80px 6px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}
