/* =========================================================
   RM//Design - Admin Notices
   ========================================================= */

.rmd-admin-notices {
    margin-bottom: 15px;
}

.rmd-admin-notice {
    margin-bottom: 15px;
}


/* =========================================================
   RM//Design - Admin Autocomplete
   ========================================================= */

.ui-autocomplete {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   RM//Design - Product Message (Frontend)
   ========================================================= */

.rmd-product-message {
    display: block;
    width: 100%;
    box-sizing: border-box;

    margin: 18px 0 22px;
    padding: 14px 16px;

    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #222;

    color: #333;
    font-size: 14px;
    line-height: 1.6;

    clear: both;
}

.rmd-product-message * {
    box-sizing: border-box;
}

/* Text */

.rmd-product-message p {
    margin: 0 0 10px;
}

.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;
}

/* Lists */

.rmd-product-message ul,
.rmd-product-message ol {
    margin: 8px 0 8px 20px;
    padding: 0;
}

/* Media */

.rmd-product-message img {
    max-width: 100%;
    height: auto;
}