.cc_hzfzi156_GNiAh0AsgA .yr {
  width: 100%;
  min-width: 1024px;
  padding: 32px 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cc_hzfzi156_GNiAh0AsgA .yr {
    min-width: 0;
    padding: 24px 16px;
  }
}

.cc_hzfzi156_GNiAh0AsgA .yr__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cc_hzfzi156_GNiAh0AsgA .yr__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.cc_hzfzi156_GNiAh0AsgA .yr__add-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
  text-align: center;
}

.cc_hzfzi156_GNiAh0AsgA .yr__add-btn:hover {
  background: #333;
}

.cc_hzfzi156_GNiAh0AsgA .yr__empty {
  margin: 0;
  font-size: 13px;
  color: #888;
}

/* ---- Review list ---- */
.cc_hzfzi156_GNiAh0AsgA .yr__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: #f5f5f5;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cc_hzfzi156_GNiAh0AsgA .yr__stars {
  display: inline-flex;
  gap: 1px;
}

.cc_hzfzi156_GNiAh0AsgA .yr__star {
  font-size: 16px;
  line-height: 1;
}

.cc_hzfzi156_GNiAh0AsgA .yr__star--filled {
  color: #111;
}

.cc_hzfzi156_GNiAh0AsgA .yr__star--empty {
  color: #ccc;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item-score {
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item-comment {
  margin: 0;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.cc_hzfzi156_GNiAh0AsgA .yr__item-author {
  font-size: 13px;
  color: #444;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- Modal ---- */
.cc_hzfzi156_GNiAh0AsgA .yr__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc_hzfzi156_GNiAh0AsgA .yr__modal {
  background: #fff;
  width: 460px;
  max-width: calc(100vw - 32px);
  padding: 32px;
  position: relative;
}

.cc_hzfzi156_GNiAh0AsgA .yr__modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- Form ---- */
.cc_hzfzi156_GNiAh0AsgA .yr__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc_hzfzi156_GNiAh0AsgA .yr__form-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cc_hzfzi156_GNiAh0AsgA .yr__form-star-label {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.cc_hzfzi156_GNiAh0AsgA .yr__star-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 22px;
  color: #111;
  padding: 2px;
  line-height: 1;
  transition: opacity 0.1s;
}

.cc_hzfzi156_GNiAh0AsgA .yr__input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-size: 14px;
  color: #111;
  outline: none;
  box-sizing: border-box;
}

.cc_hzfzi156_GNiAh0AsgA .yr__input:focus {
  border-color: #888;
}

.cc_hzfzi156_GNiAh0AsgA .yr__input--error {
  border-color: #e53935;
}

.cc_hzfzi156_GNiAh0AsgA .yr__textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-size: 14px;
  color: #111;
  outline: none;
  resize: vertical;
  font-family: inherit;
  box-sizing: border-box;
}

.cc_hzfzi156_GNiAh0AsgA .yr__textarea:focus {
  border-color: #888;
}

.cc_hzfzi156_GNiAh0AsgA .yr__textarea--error {
  border-color: #e53935;
}

.cc_hzfzi156_GNiAh0AsgA .yr__submit {
  width: 100%;
  height: 52px;
  background: #888;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  text-align: center;
}

.cc_hzfzi156_GNiAh0AsgA .yr__submit:hover:not(:disabled) {
  background: #666;
}

.cc_hzfzi156_GNiAh0AsgA .yr__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.cc_hzfzi156_GNiAh0AsgA .yr__toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
}
