@media (max-width: 600px) {
  .block-system-branding-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-logo {
    width: max-content
  }
  .site-name-slogan {
    width: max-content;
  }
}

.site-name, .site-name a, .site-slogan {
  text-transform: none;
}

div#edit-field-tupianfenlei {
  display: flex;
  justify-content: space-between;
}
.ck.ck-voice-label {
  display: none !important;
}
.node-view-title-h3 {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.img--is-clickable > img.solo-image {
  width: auto !important;
}
li.taxonomy-list-pernode {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd !important;
}

li.taxonomy-list-pernode > :nth-child(1) {
  flex: 0.3;
}
li.taxonomy-list-pernode > :nth-child(2) {
  flex: 0.2;
}
li.taxonomy-list-pernode > :nth-child(3) {
  flex: 0.3;
}
li.taxonomy-list-pernode > :nth-child(4) {
  flex: 0.2;
}

#block-solo-subtheme-zhucedengluzhiyin h3 a{
  display: block;
  border: 3px solid #ffeb3b;
  background-color: #fff9c3;
  text-align: center;
}

.spammaster-sig#edit-spammaster-signature {
  display: none !important;
}

.messages-list .messages__wrapper .messages {
  border-color: #ff9800 !important;
  border-style: dashed !important;
}

/* flippy styles */

ul.flippy {
  order: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-top: 10px solid #eee3fe;
}

.prev-link,
.next-link {
  font-size: larger;
}

/* message content color */

.messages-list .messages__container .messages__content {
  text-shadow: 1px 1px 0 #f00, -1px 1px 5px #000;
}
