.noticias {
    width: 100%;
}

.noticias__header {
    display: block;
    margin-bottom: 12px;
}

.noticias__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.noticias__empty,
.noticias__error {
    margin: 12px 0;
}

/* Estilos clonados de la app, pero encapsulados */
.noticias .aviso {
    width: 95%;
    min-width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    border: none;
    border-radius: 5%;
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

.noticias .fondoaviso {
    position: relative;
    width: 100%;
    font-weight: bold;
    line-height: 0;
}

.noticias .fotoaviso {
    display: block;
    width: 100%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    margin: 0;
    padding: 0;
    border: 0;
}

.noticias .logotienda {
    width: 50px;
    overflow: hidden;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.noticias .logotienda img {
    display: block;
    width: 50px !important;
    height: 50px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    border-radius: 5%;
}

.noticias .areatienda {
    position: relative;
    z-index: 1;
    margin-top: -20px !important;
    margin-left: 20px;
    margin-right: 20px;
    width: 95%;
    background: transparent !important;
    border: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.noticias .areatienda2 {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: 95%;
    background: transparent !important;
    border: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.noticias .areatienda tr,
.noticias .areatienda2 tr,
.noticias .areatienda td,
.noticias .areatienda2 td {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.noticias .areatienda tbody,
.noticias .areatienda2 tbody,
.noticias .areatienda thead,
.noticias .areatienda2 thead,
.noticias .areatienda tfoot,
.noticias .areatienda2 tfoot {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.noticias .textoorigen {
    font-size: 130%;
    padding: 20px 0 0 20px;
}

.noticias .titulo2 {
    font-size: 130%;
    line-height: 80%;
    color: rgb(0, 0, 0);
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px !important;
    white-space: pre-wrap;
}

.noticias .textoaviso {
    font-size: 130%;
    color: rgb(0, 0, 0);
    text-align: left;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
}

.noticias .altofila {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
}

.noticias__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.noticias__link:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}