/* START: RM//Design Product Message */
.rmd-product-message {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 14px 18px;
    border-left: 4px solid #c89b63;
    background: #f4f4f4;
    color: #222;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 2px;
}

.rmd-product-message * {
    box-sizing: border-box;
}

.rmd-product-message p {
    margin: 0;
}

.rmd-product-message p:last-child {
    margin-bottom: 0;
}

.rmd-product-message strong,
.rmd-product-message b {
    font-weight: 600;
}

.rmd-product-message a {
    text-decoration: underline;
}

.rmd-product-message ul,
.rmd-product-message ol {
    margin: 8px 0 8px 20px;
    padding: 0;
}

.rmd-product-message img {
    max-width: 100%;
    height: auto;
}
/* END: RM//Design Product Message */