/* RCAD v370 — aviso de marcas configurable desde Personalizar.
   Se muestra después de Etiquetas y usa título/texto/URL del Customizer. */
.rcad-trademark-notice {
    clear: both;
    margin: 14px 0 4px;
    padding: 9px 11px;
    border: 1px solid #e3e8ef;
    border-radius: 6px;
    background: #fafbfc;
    box-shadow: none;
    color: #667085;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}
.rcad-trademark-notice__title {
    display: inline;
    margin: 0 4px 0 0;
    color: #475467;
    font-size: 11px;
    font-weight: 700;
    line-height: inherit;
}
.rcad-trademark-notice__title::after { content: ':'; }
.rcad-trademark-notice__text,
.rcad-trademark-notice__text p {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.rcad-trademark-notice__link {
    display: inline;
    margin-left: 5px;
    color: #526078;
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.rcad-trademark-notice__link:hover,
.rcad-trademark-notice__link:focus { color: #071b46; }
@media (max-width: 767px) {
    .rcad-trademark-notice {
        margin-top: 12px;
        padding: 9px 10px;
        font-size: 10.5px;
    }
}
