/**
 * AI Image & Text Disclosure - front styles
 * Mantiene el aviso dentro de la columna de la galería para no romper layouts.
 */
#aid-notice-box {
    width: 100%;
    clear: both;
    margin: 10px 0 6px;
    order: 99999;
    -webkit-order: 99999;
    float: none;
}

.aid-notice {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.55;
    color: #6f6f6f;
    margin: 4px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: normal;
}

.aid-notice a {
    color: inherit;
    text-decoration: underline;
}

.aid-notice--text {
    font-style: italic;
}
