.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}.adnotice {
margin: 20px auto;
}
.adnotice__button {
display: inline-flex;
align-items: center;
padding-left: 10px;
padding-right: 30px;
position: relative;
transition: 0.5s;
cursor: pointer;
border: 1px solid #3b4675;
font-size: 16px;
line-height: 1.62;
}
.adnotice__button::before, .adnotice__button::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 10px;
height: 1px;
display: block;
background-color: #3b4675;
}
.adnotice__button::before {
transform: rotate(90deg) translateY(-50%);
}
.adnotice__button::after {
transform: translateY(-50%);
}
.adnotice__button.active {
border-bottom: none;
}
.adnotice__button.active:before {
transform: translateY(-50%);
}
.adnotice__text {
display: none;
padding: 10px;
font-size: 14px;
line-height: 1.33;
}
.adnotice__text.active {
box-shadow: 0 3px 3px rgba(78, 78, 78, 0.3);
}