.yvrogr-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: nowrap;
}
.yvrogr-header-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}
.yvrogr-header-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.yvrogr-header-title {
  font-weight: 500;
  color: #111827;
  font-size: 1.2em;
  margin-bottom: 2px;
  white-space: nowrap;
}
.yvrogr-header-rating {
  display: flex;
  align-items: center;
}
.yvrogr-header-rating-value {
  font-weight: 500;
  margin-right: 2px;
}

.yvrogr-header-total {
  color: #9CA3AF;
  margin-left: 6px;
}
.yvrogr-header-main .yvrogr-btn {
  background: none;
  color: #3F4752;
  padding: 10px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  flex-shrink: 0;
}

.yvrogr-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.yvrogr-photo, .yvrogr-photo-initial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yvrogr-author {
  font-weight: 500;
  color: #111827;
}
.yvrogr-date {
  color: #9CA3AF;
  font-size: 15px;
}
.yvrogr-rating {
  margin: 8px 0 8px 0;
  font-size: 1em;
}
.yvrogr-rating span {
  color: #111827;
  font-size: 1em;
}
.yvrogr-star-empty {
  color: #E0E0E0 !important;
}

.yvrogr-list .yvrogr-item {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 18px !important;
  max-width: 100%;
}

.yvrogr-bottom-btn-wrap {
  text-align: center;
  margin: 12px 0 0 0;
}

.yvrogr-btn {
  background: none;
  color: #3F4752 !important;
  padding: 10px 24px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}


@media (max-width: 700px) {
  .yvrogr-header-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .yvrogr-header-left {
    gap: 10px;
  }
  .yvrogr-header-main .yvrogr-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

.yvrogr-header-star {
  color: #111827;
  font-size: 1.1em;
}
.yvrogr-header-star.yvrogr-star-empty {
  color: #E0E0E0 !important;
}
