.rate-widget-emotion {
  padding-top: 1rem;
}

.rate-widget-emotion ul {
  list-style: none;
  overflow: hidden;
}

.rate-widget-emotion ul.item-list li {
  background-image: none;
  padding: 0;
  font-size: 14px;
  color: #b8b4b0;
  font-weight: 600;
  text-align: center;
}

.rate-widget-emotion ul li {
  float: left;
  list-style: none;
  cursor: pointer;
}

.rate-widget-emotion ul li a {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  border: 1px solid #000F331A;
  border-radius: 12px;
  padding: 5px;
  background: white;
}

.rate-emotion-btn {
  display: inline-block;
  padding: 0 2px;
  color: #b8b4b0 !important;
}

.rate-emotion-btn:hover {
  text-decoration: none;
}

.rate-emotion-votes {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 2px;
  border: 1px;
  font-size: 0.8em;
}

.content_social_share~.form-item.form-type-item label {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  width: 85%;
  border-bottom: #dcdcdc 1px solid;
  margin-bottom: 15px;
  margin-top: 0px;
}

.rate-button:before {
  clear: right;
  display: block;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  display: inline-block;
}
.rate-button-1,.rate-button-2:before{
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  display: inline-block;
}
.rate-button-1:before {
  content: "";
  background-image: url("emoji/basyapitbu.gif");
}
@media only screen and (max-width: 437px) {
  .rate-button:before{
    height: 30px !important;
    width: 30px !important;
  }
  .rate-widget .item-list{
    column-gap: 10px !important;
  }
}
.rate-button-2:before {
  content: "";
  background-image: url("emoji/tuttum.gif");
}

.rate-button-3:before {
  content: "";
  background-image: url("emoji/sesliguldum.gif");
}

.rate-button-4:before {
  content: "";
  background-image: url("emoji/ehizlenir.gif");
}

.rate-button-5:before {
  content: "";
  background-image: url("emoji/amandiyim.gif");
}

.rate-button-6:before {
  content: "";
  background-image: url("emoji/imdat.gif");
}

.rate-button-7:before {
  content: "";
  background-image: url("emoji/vaybe.gif");
}


/* EMOLOJİ */
.rate-widget .active,
.rate-widget .active a,
.rate-widget .active a:hover {
  color: #5292ce !important;
  text-decoration: none;
}

.emoloji_uyari {
  display: none;
  color: #d73633;
  font-weight: 600;
  font-size: 13px;
  padding-left: 15px;
}

.rate-widget .item-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
}

.tiklama_say {
  text-align: center;
  width: 100px;
  height: 100px;
  padding-top: 14px;
  border: 1px solid #870052;
  border-radius: 50%;
  background: #870052;
  font-size: 18px;
  color: #fff;
}

.tiklama_say.a1 {
  border: 1px solid #00bed6 !important;
}

.tiklama_say span {
  font-size: 22px;
  font-weight: 600;
}


/* DARK MODE */

html.theme-dark[data-bs-theme=dark]{
  .rate-widget-emotion ul li a{
    background: white !important;
  }
}

/* EMOLOJİ SONU*/
