.score-no {
  display: flex;
  justify-content: center;
  background-color: #FF725E;
  border-radius: 5px 5px 5px 0;
  color: white;
}
.score-no__xl {
  height: 50px;
  width: 70px;
  font-size: 28px;
  line-height: 52px !important;
  font-weight: bold;
}
.score-no__lg {
  height: 43px;
  width: 53px;
  font-size: 24px;
  line-height: 47px !important;
}
@media (max-width: 1399.98px) {
.score-no__lg {
    height: 35px;
    width: 42px;
    line-height: 40px !important;
    font-size: 18px;
}
}
.score-no__md {
  height: 28px;
  width: 40px;
  margin-left: 0.3125rem;
  font-size: 16px;
  line-height: 33px !important;
}
@media (max-width: 1399.98px) {
.score-no__md {
    height: 25px;
    width: 34px;
    margin-left: 0.3125rem;
    font-size: 14px;
    line-height: 28px !important;
}
}
.score-no__sm {
  height: 27px;
  width: 35px;
  font-size: 14px;
  line-height: 30px;
}
.score-no__xs {
  height: 22px;
  width: 28px;
  font-size: 12px;
  line-height: 27px;
}
.rating-with-action {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.rating-with-action__bullets-count {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.625rem;
}
.rating-with-action__bullets-count .bullets {
  display: flex;
  flex-direction: row-reverse;
  color: #FF725E;
}
.rating-with-action__bullets-count .bullets i {
  margin-right: 3px;
}
.rating-with-action__bullets-count .bullets i:before {
  margin: 0 2px 0 0 !important;
  width: 18px;
  height: 17px;
}
.rating-with-action__bullets-count .bullets__lg {
  font-size: 20px;
}
.rating-with-action__bullets-count .bullets__md {
  font-size: 16px;
}
.rating-with-action__bullets-count .bullets__sm {
  font-size: 14px;
}
.rating-with-action__bullets-count .count {
  justify-content: flex-end;
  display: flex;
  color: white;
  font-size: 14px;
}
.pillow {
  display: flex !important;
  margin-left: 0.625rem;
  padding-left: 0.3125rem !important;
  background-color: white !important;
  border-radius: 30px !important;
}
.pillow:focus {
  box-shadow: none !important;
}
.pillow:hover {
  background-color: #FF725E !important;
}
.pillow:hover .pillow__name {
  color: white !important;
  flex-shrink: 0 !important;
}
.pillow:hover .pillow__badge {
  background-color: white !important;
  cursor: text;
}
.pillow__name {
  min-width: 60px !important;
  margin-left: 0.625rem !important;
  white-space: nowrap !important;
  font-size: 16px !important;
  color: #717C8B !important;
}
@media (max-width: 1399.98px) {
.pillow__name {
    font-size: 14px !important;
}
}
.pillow__badge {
  min-width: 28px !important;
  height: 24px !important;
  padding: 0 0.625rem !important;
  background-color: #EBECEF !important;
  color: #717C8B !important;
  font-size: 14px !important;
  line-height: 25px !important;
  top: 0 !important;
}
.list-description {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #fff;
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03);
  border-radius: 5px;
}
@charset "UTF-8";
.section-title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #2F3742;
}
.section-title::before {
  content: "•";
  font-weight: bold;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  padding-top: 5px;
  font-size: 40px;
  color: #FE7A67;
}
.section-title > .main-component {
  margin-left: auto;
}
.section-title__button {
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
  font-size: 14px;
  color: #FF725E;
  font-weight: bold;
}
.section-title__button:hover {
  color: #ff452b;
}
.section-title__button .titleLeft {
  justify-content: flex-end;
}
.section-title .light {
  color: white;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  font-size: 22px;
  font-weight: 700;
}
