.rating-input {
  font-size: 22px;
  padding-top: .500rem; }
  .rating-input i {
    margin: 0px 2px;
    cursor: pointer; }

.iqitreviews-rating, #iqitreviews-snippet {
  white-space: nowrap; }

/* Fără recenzii: text stânga + buton „Scrie o recenzie” dreapta */
#iqitreviews-snippet.cc-reviews-empty-snippet {
  white-space: normal;
}

/* CC Reviews - graph-part (progress bars) visible + alignment */
#iqit-reviews #iqitreviews-snippet .graph {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  border-left: none;
  padding-left: 0;
}

#iqit-reviews #iqitreviews-snippet .stars-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  margin-right: 0;
  flex-shrink: 0;
}

#iqit-reviews #iqitreviews-snippet .stars-part .stars {
  display: flex;
  align-items: center;
}

#iqit-reviews #iqitreviews-snippet .graph-part {
  flex: 1;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  padding-left: 12px;
  margin-left: 0;
}

#iqit-reviews #iqitreviews-snippet .graph-part .progress-border {
  width: 100%;
  height: 15px;
  background: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}

#iqit-reviews #iqitreviews-snippet .graph-part .progress-grey {
  height: 15px;
  min-width: 2px;
  background: #B59F5B;
  border-radius: 10px;
  transition: width 0.3s ease;
}

#iqit-reviews #iqitreviews-snippet .numbers-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  flex-shrink: 0;
}

#iqit-reviews #iqitreviews-snippet .numbers-part .number {
  text-align: right;
  min-width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* CC Reviews - center "Scrie o recenzie" button */
#iqit-reviews #iqitreviews-snippet .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#iqit-reviews #iqitreviews-snippet .button .cc-reviews-write-btn {
  margin: 0;
}

#iqit-reviews-top {
  margin: 0 0 0.938rem 0; }

#iqitreviews-snippet .iqitreviews-rating {
  vertical-align: middle;
  margin-right: 0.375rem; }

#iqitreviews-snippet .iqitreviews-rating .iqit-review-star {
  font-size: 130%; }

#iqitreviews-rating-product {
  cursor: pointer; }

#iqitreviews-list > .iqitreviews-review {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.625rem 0; }

#iqitreviews-list .iqitreviews-review > .author {
  opacity: 0.7;
  font-size: 0.875rem; }

#iqitreviews-list .iqitreviews-review > .comment, #iqitreviews-list .iqitreviews-review > .rating, #iqitreviews-list .iqitreviews-review > .title {
  margin: 0 0 0.375rem 0; }

.product-miniature .iqitreviews-simple {
  font-size: .8rem; }

/* CC Reviews - Write review button (pill style) */
.cc-reviews-write-btn {
  background: #a49156;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.cc-reviews-write-btn:hover {
  background: #8f7d48;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* CC Reviews Modal - voucher-style (like #voucher-modal-overlay) */
#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-dialog {
  max-width: 500px;
  margin: 20px auto;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border: none;
  overflow: hidden;
}

/* CC Reviews Modal - header like checkout popup */
#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-header.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px;
  border-bottom: none;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-header.popup-header .modal-title {
  margin: 0;
  flex: 1;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3A3A3A;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: inline-block;
  max-width: 478px;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-header.popup-header .popup-close-btn {
  background: none !important;
  border: none !important;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: color 0.2s ease;
  margin-left: 15px;
  opacity: 1;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-header.popup-header .popup-close-btn:hover {
  background: transparent !important;
  color: #333;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-header.popup-header .popup-close-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-body {
  padding: 0 20px;
}

/* CC Reviews Modal - pill-shaped form fields (like checkout "Strada") */
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill .form-group {
  margin-bottom: 16px;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill .form-control-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #3A3A3A;
  padding-left: 0;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill input[type="text"],
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill input[type="email"],
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #C3C3C3;
  border-radius: 24px;
  font-size: 14px;
  box-sizing: border-box;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill input[type="text"]:focus,
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill input[type="email"]:focus,
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill textarea:focus {
  outline: none;
  border-color: #B59F5B;
  box-shadow: 0 0 0 2px rgba(181, 159, 91, 0.2);
}

/* Readonly inputs - match text inputs (browsers often grey out readonly) */
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill input.cc-reviews-email-readonly {
  background-color: #fff;
  color: #3A3A3A;
  cursor: default;
  border: 1px solid #C3C3C3;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill textarea {
  border-radius: 16px;
  resize: vertical;
  min-height: 80px;
}

/* Rating stars - spread across full width */
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-rating-wrap {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #C3C3C3;
  border-radius: 24px;
  box-sizing: border-box;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-rating-wrap .rating-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 22px;
  padding: 0;
  margin: 0;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-rating-wrap .rating-input i {
  margin: 0;
  cursor: pointer;
  flex: 1;
  text-align: center;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-footer {
  padding: 0 20px 20px;
  border-top: none;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .modal-footer.cc-reviews-modal-footer-row {
  width: 100%;
  gap: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

/* Butonul „Trimite” mereu la dreapta; mesajul „Corectați…” rămâne stânga când e vizibil */
#cc-reviews-modal.cc-reviews-modal-voucher-style
  .modal-footer.cc-reviews-modal-footer-row
  .cc-reviews-submit-btn {
  margin-left: auto;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-field-error,
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-global-form-error,
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-modal-footer-hint,
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-global-err-line {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-form-pill .form-group.is-invalid .form-control,
#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-rating-wrap.has-error {
  border-color: #c44;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-modal-footer-hint {
  min-width: 0;
  flex: 0 0 auto;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-submit-btn {
  background: #B59F5B;
  border: 0;
  padding: 12px 24px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-submit-btn:hover {
  background: #9a8650;
  color: #fff;
}

#cc-reviews-modal.cc-reviews-modal-voucher-style .cc-reviews-submit-btn i {
  font-size: 14px;
}

/* CC Reviews - Pagination */
.cc-reviews-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 0;
}

.cc-reviews-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #C3C3C3;
  border-radius: 8px;
  background: #fff;
  color: #3A3A3A;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.cc-reviews-pagination-btn:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #B59F5B;
  color: #B59F5B;
}

.cc-reviews-pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cc-reviews-pagination-info {
  font-size: 14px;
  color: #7A7A7A;
  padding: 0 8px;
}

.cc-reviews-pagination-loading .cc-reviews-pagination-btn {
  pointer-events: none;
  opacity: 0.7;
}

#cc-reviews-list-container.cc-reviews-list-loading {
  opacity: 0.6;
  pointer-events: none;
}

#iqit-reviews .stars-part .iqit-review-star {
  width: 15px;
  height: 15px;
}

/* CC Reviews - Unsubscribe page */
.cc-reviews-unsubscribe-page {
  padding: 2rem 0;
  max-width: 600px;
  margin: 0 auto;
}

.cc-reviews-unsubscribe-content {
  text-align: center;
}

.cc-reviews-unsubscribe-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #3A3A3A;
}

.cc-reviews-unsubscribe-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cc-reviews-unsubscribe-loading {
  padding: 1rem;
  color: #666;
}

/* CC Reviews - Order bulk review page (/recenzie) — aliniat Comenzile mele (cc_myaccount order-card) */
.cc-order-reviews-page {
  --cc-or-card: #ffffff;
  --cc-or-border: #e5e5e5;
  --cc-or-sep: #f0f0f0;
  --cc-or-footer-bg: #fafafa;
  --cc-or-btn: #333333;
  --cc-or-btn-hover: #444444;
  --cc-or-text: #333333;
  --cc-or-muted: #666666;
  --cc-or-star-on: #b8860b;
  --cc-or-star-off: #cccccc;
  --cc-or-radius-input: 8px;
  --cc-or-radius-card: 8px;
  --cc-or-radius-btn: 24px;
  --cc-or-font: inherit;

  color: var(--cc-or-text);
  margin: 0 0 2rem;
  padding: 0;
  font-size: 14px;
  line-height: 1.45;
}

.cc-order-reviews-shell {
  background: transparent;
  padding: 1rem 0 0;
  min-height: 0;
}

.cc-order-reviews-shell--narrow {
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.cc-order-reviews-form {
  max-width: 720px;
  margin: 0 auto;
}

.cc-order-reviews-products {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cc-order-reviews-header-block {
  background: var(--cc-or-card);
  border: 1px solid var(--cc-or-border);
  border-radius: var(--cc-or-radius-card);
  padding: 20px 25px;
  margin-bottom: 20px;
  overflow: hidden;
}

.cc-order-reviews-page-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--cc-or-text);
  margin: 0 0 10px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

.cc-order-reviews-page-title__text {
  flex: 0 1 auto;
}

.cc-order-reviews-page-title__order {
  font-weight: 600;
  font-size: 16px;
}

.cc-order-reviews-page-title__sep {
  color: var(--cc-or-muted);
  font-weight: 400;
  margin-right: 0.35rem;
}

a.cc-order-reviews-order-link {
  color: var(--cc-or-btn);
  text-decoration: underline;
  text-underline-offset: 2px;
}

a.cc-order-reviews-order-link:hover {
  color: var(--cc-or-btn-hover);
}

.cc-order-reviews-order-ref {
  color: var(--cc-or-muted);
  font-weight: 600;
}

.cc-order-reviews-intro {
  font-size: 14px;
  color: var(--cc-or-muted);
  line-height: 1.45;
  margin: 0 0 16px;
  font-weight: 400;
}

.cc-order-reviews-field {
  margin-bottom: 10px;
}

.cc-order-reviews-field--last,
.cc-order-reviews-field--rating {
  margin-bottom: 0;
}

.cc-order-reviews-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--cc-or-text);
  margin-bottom: 6px;
}

.cc-order-reviews-input,
.cc-order-reviews-textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--cc-or-border);
  border-radius: var(--cc-or-radius-input);
  padding: 10px 12px;
  font-size: 14px;
  color: var(--cc-or-text);
  background: var(--cc-or-card);
  transition: border-color 0.15s ease;
}

.cc-order-reviews-input:focus,
.cc-order-reviews-textarea:focus {
  outline: none;
  border-color: #999;
}

.cc-order-reviews-input--readonly,
.cc-order-reviews-input:disabled {
  background: #f5f5f5;
  color: var(--cc-or-muted);
  cursor: not-allowed;
}

.cc-order-reviews-textarea {
  min-height: 5rem;
  resize: vertical;
}

/* Card produs — ca .order-card din istoric comenzi */
.cc-order-review-product-card {
  background: var(--cc-or-card);
  border: 1px solid var(--cc-or-border);
  border-radius: var(--cc-or-radius-card);
  margin-bottom: 20px;
  overflow: hidden;
}

.cc-order-review-product-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
}

.cc-order-review-product__header {
  padding: 20px 25px;
  border-bottom: 1px solid var(--cc-or-sep);
}

.cc-order-review-product__main {
  padding: 20px 25px;
}

.cc-order-review-product__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 25px;
  background: var(--cc-or-footer-bg);
  border-top: 1px solid var(--cc-or-sep);
}

.cc-order-review-footer-submit {
  width: auto;
  flex: 0 0 auto;
}

.cc-order-review-footer-saved {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.cc-order-review-product.cc-order-review-saved:not(.cc-order-review-editing) .cc-order-review-footer-submit {
  display: none !important;
}

.cc-order-review-product.cc-order-review-saved:not(.cc-order-review-editing) .cc-order-review-footer-saved {
  display: flex !important;
}

.cc-order-review-product:not(.cc-order-review-saved) .cc-order-review-footer-saved,
.cc-order-review-product.cc-order-review-editing .cc-order-review-footer-saved {
  display: none !important;
}

.cc-order-review-product.cc-order-review-editing .cc-order-review-footer-submit {
  display: block !important;
  width: auto;
  flex: 0 0 auto;
}

.cc-order-review-footer-saved .cc-order-review-saved-status:empty {
  display: none;
}

.cc-order-review-product__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

@media (max-width: 767px) {
  .cc-order-review-product__row {
    flex-direction: column;
    align-items: center;
  }

  .cc-order-review-product__body {
    width: 100%;
    align-self: stretch;
  }
}

.cc-order-review-product__media {
  flex-shrink: 0;
}

.cc-order-review-img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.cc-order-review-img-placeholder {
  width: 88px;
  height: 88px;
  background: #f0f0f0;
}

.cc-order-review-product__body {
  flex: 1;
  min-width: 0;
}

.cc-order-review-product__body .cc-order-reviews-field {
  margin-bottom: 0.35rem;
}

.cc-order-review-product__body .cc-order-reviews-field--last {
  margin-bottom: 0;
}

.cc-order-review-product__body .cc-order-reviews-input,
.cc-order-review-product__body .cc-order-reviews-textarea {
  padding: 8px 10px;
  font-size: 14px;
}

.cc-order-review-product__body .cc-order-reviews-textarea {
  min-height: 3.75rem;
  line-height: 1.45;
}

.cc-order-review-product__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--cc-or-text);
  line-height: 1.35;
  margin: 0;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .cc-order-review-product__title {
    font-size: 14px;
  }
}

.cc-order-review-product__body .cc-order-reviews-field--rating {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.cc-order-review-rating-stars.cc-reviews-rating-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input {
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i {
  cursor: pointer;
  font-size: 1.25rem;
  margin-right: 0.15rem;
}

.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i.fa-star,
.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i.iqit-review-star.fa-star {
  color: var(--cc-or-star-on);
}

.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i.fa-star-o,
.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i.fa-star-half-o,
.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i.iqit-review-star.fa-star-o {
  color: var(--cc-or-star-off);
}

.cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input i:hover {
  opacity: 0.92;
}

/* După regulile desktop (flex-start); pe mobil centrăm stelele */
@media (max-width: 767px) {
  .cc-order-review-product__body .cc-order-reviews-field--rating {
    display: block;
    text-align: center;
  }

  .cc-order-review-rating-stars.cc-reviews-rating-wrap {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: top;
  }

  .cc-order-review-rating-stars.cc-reviews-rating-wrap .rating-input {
    justify-content: center;
  }
}

.cc-order-review-blocked-lead {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
  color: var(--cc-or-text);
}

.cc-order-review-blocked-detail {
  font-size: 14px;
  color: var(--cc-or-muted);
  line-height: 1.45;
}

.cc-order-review-blocked-detail p {
  margin-bottom: 0.45rem;
}

.cc-order-review-meta {
  font-weight: 600;
  color: var(--cc-or-text);
  margin-right: 0.35rem;
}

.cc-order-review-comment-text {
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--cc-or-text);
}

/* Rezumat recenzie salvată (stele + titlu + comentariu); ascuns la „Modifică” */
.cc-order-review-product.cc-order-review-editing .cc-order-review-saved-summary {
  display: none !important;
}

.cc-order-review-saved-summary {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--cc-or-muted);
}

.cc-order-review-saved-summary__stars {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 8px;
}

.cc-order-review-saved-summary__stars .fa-star,
.cc-order-review-saved-summary__stars .iqit-review-star.fa-star {
  color: var(--cc-or-star-on);
  font-size: 1.15rem;
}

.cc-order-review-saved-summary__stars .fa-star-o,
.cc-order-review-saved-summary__stars .iqit-review-star.fa-star-o {
  color: var(--cc-or-star-off);
  font-size: 1.15rem;
}

.cc-order-review-saved-summary__title {
  font-weight: 600;
  color: var(--cc-or-text);
  margin: 0 0 6px;
  font-size: 15px;
}

.cc-order-review-saved-summary__comment {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--cc-or-text);
}

@media (max-width: 767px) {
  .cc-order-review-saved-summary__stars {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.cc-order-review-status-badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  background: #f5f5f5;
  color: var(--cc-or-text);
}

.cc-order-reviews-feedback {
  margin-top: 1rem;
}

.cc-order-field-msg {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 8px;
  margin-top: 12px;
}

.cc-order-field-msg.hidden-xs-up {
  display: none !important;
}

.cc-order-field-msg:not(.hidden-xs-up) {
  display: block !important;
}

.cc-order-field-msg--error {
  background: #fdf2f2;
  border: 1px solid #f0cccc;
  color: #8a2424;
}

.cc-order-field-msg--success {
  background: #f4faf4;
  border: 1px solid #c8e6c9;
  color: #2e6b32;
}

.cc-order-reviews-global-bottom {
  margin-top: 0.75rem;
}

.cc-order-reviews-empty {
  text-align: center;
  color: var(--cc-or-muted);
  padding: 2rem 1rem;
}

.cc-order-reviews-alert {
  padding: 1rem 1.15rem;
  border-radius: var(--cc-or-radius-card);
  font-size: 14px;
}

.cc-order-reviews-alert--warning {
  background: #fffbf0;
  border: 1px solid #edd9a8;
  color: #6b5a2a;
}

.cc-order-product-msg {
  font-size: 14px;
  margin-top: 0;
}

.cc-order-review-hidden {
  display: none !important;
}

.cc-order-review-footer-submit .cc-order-review-submit-one {
  display: inline-block;
  width: auto;
  border: none;
  border-radius: var(--cc-or-radius-btn);
  background: var(--cc-or-btn);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  padding: 10px 30px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  text-align: center;
}

.cc-order-review-footer-submit .cc-order-review-submit-one:hover:not(:disabled) {
  background: var(--cc-or-btn-hover);
  color: #fff !important;
}

.cc-order-review-footer-submit .cc-order-review-submit-one:disabled {
  opacity: 0.75;
  cursor: wait;
}

.cc-order-review-saved-status {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--cc-or-muted);
}

/* Modifică — apropiat de .btn-repeat-order (contur auriu, pill) */
.cc-order-review-edit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #b8860b;
  border-radius: 25px;
  background: transparent;
  color: var(--cc-or-text) !important;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cc-order-review-edit:hover {
  background: #f5f5f5;
  border-color: #666;
  color: var(--cc-or-text) !important;
}

.cc-order-review-edit .fa-pencil {
  font-size: 0.95rem;
}

.cc-order-p-rating {
  padding: 0.5rem 0;
}