.author__block a.img {
  border-radius: unset;
  width: 40px;
  height: 40px; }

section.post .post__main .lg__img {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  height: auto;
  margin-top: 50px; }

section.post .post__main h1 {
  font-size: 30px; }

h3.title__md {
  margin-bottom: 15px; }

.link__t {
  color: #718096;
  margin-top: 8px; }
  .link__t i {
    margin-top: 5px; }

body.dark__mode .card_text p {
  color: #cbd5e0; }
body.dark__mode .link__t {
  color: #718096; }
  body.dark__mode .link__t i {
    margin-top: 5px;
    color: #718096 !important; }
body.dark__mode .link__t:hover i {
  color: #000000 !important; }
body.dark__mode .share a:hover i {
  color: #007bff !important; }
body.dark__mode .topics a i {
  color: #718096; }
body.dark__mode .topics a:hover i {
  color: #ffffff; }
body.dark__mode .link__wit {
  color: #718096; }
body.dark__mode .topics__block form input {
  background-color: #e2e8f0; }

.more-read {
  text-align: center; }

.link__r {
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 250ms ease;
  border-radius: 0.5rem;
  line-height: 22px;
  background-color: #667eea;
  padding: 10px 30px;
  color: #ffffff; }
  .link__r:hover {
    color: #ffffff; }
  .link__r i {
    color: #ffffff; }

.card .card__text p {
  line-height: 25px;
  -webkit-line-clamp: 4;
  height: unset; }

.card.card__row__column .card__text p {
  height: unset;
  -webkit-line-clamp: 4; }

.item__row .item__text .title__link {
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: unset;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .card .card__text h3 a, .card .card__text p {
    -webkit-line-clamp: 3;
    height: unset; }

  .tags__block .title__md {
    margin-top: 20px; }

  .topics__block .title__md {
    margin-top: 20px; }

  .sponsor__block .title__md {
    margin-top: 20px; }

  footer i {
    display: none; } }
.error-message {
  color: red; }

@media (max-width: 1600px) {
  .desc_row {
    width: 85%;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1299px) {
  .desc_row {
    width: 100%; } }
section.post .post__main {
  margin-bottom: 20px; }

section.post .post__main {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 18px; }

.blue_rm {
  color: #0d6efd; }

.link__b {
  cursor: pointer;
  background-color: #667EEA;
  color: white; }

.image_smilar {
  min-height: 120px;
  max-height: 120px; }

.link__t h2 {
  font-size: 15px;
  font-weight: bold; }

blockquote {
  padding: 10px 20px 10px 30px;
  margin: 15px 0;
  position: relative;
  border-radius: 9px;
  background: linear-gradient(0deg, rgba(60, 59, 255, 0.05), rgba(60, 59, 255, 0.05)), #ffffff;
  border-left: 0px solid transparent !important; }

blockquote {
  padding: 24px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote:before {
  content: "";
  background-image: url(../../images/quote.svg);
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: -8px;
  top: -10px;
  width: 40px;
  height: 40px; }

/*# sourceMappingURL=style.css.map */
