.my-account__panel {
  display: none;
}

.my-account__panel.is-active {
  display: block;
}

.my-account__tab.is-active {
  font-weight: bold;
}

.my-account {
  padding: 48px 16px;
}

.my-account__container {
  max-width: 896px;
  margin: auto;
}

.my-account__header {
  margin-bottom: 35px;
}

.my-account__title {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 11px;
}

@media (max-width: 767px) {
  .my-account__title {
    font-size: 24px;
  }
}

.my-account__subtitle {
  color: #65758b;
  margin: 0;
}

.my-account__tabs {
  background: #e1e7ef;
  padding: 4px;
  border-radius: 10px;
  display: flex;
}

.my-account__tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  padding: 6px 12px;
  border-radius: 8px;
  color: #65758b;
  background: #e1e7ef;
  text-decoration: none;
}

.my-account__tab.is-active {
  background: #f8fafc;
  color: #0f1729;
}

.my-account__no-reviews-link {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}

.my-account__no-reviews-link:hover {
  background: rgba(49, 130, 237, 0.9);
}

.my-account__content {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: #fff;
}

.my-account__content .ff-el-input--label label {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 8px;
}

.my-account__content .ff-el-form-control {
  background: #f8fafc;
  font-size: 14px;
  padding: 10px 12px;
}

.my-account__content .ff-el-group {
  margin-bottom: 16px;
}

.my-account__content .ff_btn_style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 32px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
}

.my-account__content .ff_btn_style:hover {
  background: rgba(49, 130, 237, 0.9);
}

.my-account__reviews-title, .my-account__delete-title, .my-account__settings-title, .my-account__modal-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px;
}

.my-account__contact-preferences {
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e7ef;
}

.my-account__contact-preferences-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f1729;
  margin: 0 0 12px;
}

.my-account__contact-preferences-notice {
  font-size: 14px;
  color: #3182ed;
  margin: 0 0 12px;
}

.my-account__contact-preferences-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.my-account__contact-preferences-item {
  margin-top: 8px;
}

.my-account__contact-preferences-item:first-child {
  margin-top: 0;
}

.my-account__contact-preferences-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #0f1729;
  cursor: pointer;
}

.my-account__contact-preferences-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #3182ed;
}

.my-account__contact-preferences-submit {
  margin: 0;
}

.my-account__contact-preferences-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 10px;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
  transition: background 0.15s ease;
}

.my-account__contact-preferences-button:hover {
  background: rgba(49, 130, 237, 0.9);
}

.my-account__delete-title {
  margin-bottom: 8px;
  margin-top: 24px;
}

.my-account__delete-text {
  margin-bottom: 10px;
}

.my-account__delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 32px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
}

.my-account__delete-button:hover {
  background: rgba(49, 130, 237, 0.9);
}

.my-account__review-item {
  border-bottom: 1px solid #d7dfea;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.my-account__review-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.my-account__review-header {
  position: relative;
  margin-bottom: 16px;
}

.my-account__review-info {
  padding-right: 120px;
}

.my-account__review-company {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}

.my-account__review-meta {
  color: #65758b;
  font-size: 14px;
  line-height: 20px;
}

.my-account .rating-star {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.my-account .rating-star input {
  opacity: 0;
}

.my-account .rating-star:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23e1e7ef" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star h-5 w-5 text-muted"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.my-account .rating-star.is-selected:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%233182ed" stroke="%233182ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star h-5 w-5 text-muted"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.my-account .rating-stars {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.my-account__review-rating {
  position: absolute;
  top: 0;
  right: 0;
}

.my-account__review-actions {
  margin-top: 16px;
}

.my-account__delete-review {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.my-account__delete-review:hover {
  background: rgba(49, 130, 237, 0.9);
}

.my-account__review-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.my-account__review-block {
  padding: 12px;
  background: rgba(13, 162, 231, 0.5);
  border-radius: 12px;
  color: #65758b;
  width: calc(33.33% - 11px);
}

@media (max-width: 767px) {
  .my-account__review-block {
    width: calc(50% - 16px);
  }
}

@media (max-width: 500px) {
  .my-account__review-block {
    width: 100%;
  }
}

.my-account__block-name {
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}

.my-account__block-rating {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.my-account__block-rating .rating-value {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #0f1729;
}

.my-account__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.my-account__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.my-account__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: 90%;
}

.my-account__modal-actions {
  display: flex;
}

.my-account__modal-button {
  cursor: pointer;
}

.my-account__modal-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.my-account__modal-overlay {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.6);
}

.my-account__modal-content {
  padding: 24px;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.my-account__modal-text {
  margin-bottom: 24px;
}

.my-account__modal-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-account__modal-button {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.my-account__modal-button:hover {
  background: rgba(49, 130, 237, 0.9);
}

/*# sourceMappingURL=my-account.css.map */

/*# sourceMappingURL=my-account.css.map */