/* site-cabinet.css — Cabinet pages styles (BEM + Bootstrap 5.3 utilities) */
::placeholder {
  opacity: 0.4 !important;
}

/* ===== Register Page ===== */

#content.cabinet {
  padding: 0;
  margin: 0;
}

.cabinet-register__title {
  margin-bottom: 20px !important;
  font-size: 50px;
  font-weight: bold;
}

.cabinet-register__step {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.cabinet-register__form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 150px;
  background-color: #94a310;
}

.cabinet-register__form a {
  color: #f3f3f3;
}

/* Radio */
.cabinet-register__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.cabinet-register__radio-input {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-right: 12px;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.cabinet-register__radio-input:checked {
  background-color: #009ebe;
  border-color: #ffffff;
}

.cabinet-register__radio-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #009ebe;
  border-radius: 50%;
}

/* Labels (Yii2 .control-label and custom .label) */
.cabinet-register__form .control-label,
.cabinet-register__form .label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

/* Submit */
.cabinet-register__submit {
  margin-top: 30px;
  text-align: center;
}

.cabinet-register__submit-btn {
  background-color: #009ebe;
  width: 100%;
  height: 50px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
}

.cabinet-register__submit-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Role field spacing */
#registerform-role {
  padding-top: 10px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-register__form {
    padding: 0 50px;
  }
}

@media (max-width: 500px) {
  .cabinet-register__form {
    padding: 0 15px;
  }
}

/* ===== Email Verify Notice ===== */

.cabinet-verify {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-verify__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-verify__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-verify__text {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-verify__btn {
  background-color: #009ebe;
  width: 100%;
  max-width: 416px;
  height: 50px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.cabinet-verify__btn span {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-verify {
    padding: 24px 16px !important;
  }
}

/* ===== Email Verify Success ===== */

.cabinet-verify-success {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-verify-success__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-verify-success__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-verify-success__text {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-verify-success__btn {
  background-color: #009ebe;
  width: 100%;
  max-width: 416px;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.cabinet-verify-success__btn span {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-verify-success {
    padding: 24px 16px !important;
  }
}

/* ===== Seller Form (Step 2) ===== */

.cabinet-seller-form__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-form__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-form__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-seller-form__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-form__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-form__intro {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

/* .cabinet-seller-form__form {
  max-width: 416px;
} */

.cabinet-seller-form__fields-group {
  width: 100%;
  max-width: 460px;
}

.cabinet-seller-form__label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.datetimepicker {
  position: fixed !important;
  z-index: 1070 !important;
}

html.datetimepicker-open,
body.datetimepicker-open {
  overflow: hidden !important;
}

.cabinet-seller-form__field .form-control {
  height: 48px;
  padding: 8px 10px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #20004c;
}

.cabinet-seller-form__field .form-control::placeholder {
  color: #20004c;
}

.cabinet-seller-form__field .form-control:focus {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  outline: none;
}

.cabinet-seller-form__error {
  font-size: 12px;
  line-height: 14px;
  color: yellow;
}

.cabinet-seller-form__confirm {
  margin-top: 8px;
}

.cabinet-seller-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 33px;
  height: 33px;
  min-width: 33px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.cabinet-seller-form__checkbox:checked {
  background-color: #ffffff;
}

.cabinet-seller-form__confirm-text {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}

.cabinet-seller-form__store-list {
  width: 100%;
  max-width: 416px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 12px;
}

.cabinet-seller-form__store-list-title {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  color: #f3f3f3;
  margin-bottom: 8px;
}

.cabinet-seller-form__store-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  margin-bottom: 4px;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s;
}

.cabinet-seller-form__store-item:hover {
  background: #f0f0f0;
}

.cabinet-seller-form__store-item-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #20004c;
}

.cabinet-seller-form__store-item-addr {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  color: #555;
}

.cabinet-seller-form__selected-store {
  width: 100%;
  max-width: 416px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cabinet-seller-form__selected-store-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  color: #f3f3f3;
}

.cabinet-seller-form__selected-store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.cabinet-seller-form__selected-store-addr {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 13px;
  color: #f3f3f3;
}

.cabinet-seller-form__required-note {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
}

.cabinet-seller-form__submit-btn {
  background-color: #009ebe;
  width: 100%;
  max-width: 416px;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.cabinet-seller-form__submit-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-seller-form__header {
    padding: 24px 16px !important;
  }
  .cabinet-seller-form {
    padding: 24px 16px !important;
  }
  .cabinet-seller-form__form {
    max-width: 100%;
  }
}

/* ===== Seller Confirm (Step 2 — preview) ===== */

.cabinet-seller-confirm__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-confirm__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-confirm__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-seller-confirm__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-confirm {
  width: 100%;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-seller-confirm__store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-seller-confirm__store-label {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-confirm__intro {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-seller-confirm__field {
  width: 100%;
}

.cabinet-seller-confirm__field-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-seller-confirm__field-value {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.cabinet-seller-confirm__btn {
  background-color: #009ebe;
  width: 416px;
  max-width: 100%;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
}

.cabinet-seller-confirm__btn-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-seller-confirm__header {
    padding: 24px 16px !important;
  }
  .cabinet-seller-confirm {
    padding: 24px 16px !important;
  }
}

/* ===== Profile Page ===== */

.profile footer {
  margin-top: 0;
}

/* ===== Owner Cabinet Menu ===== */

.cabinet-profile__menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  gap: 8px;
  min-width: 189px;
  height: 48px;
  background: #94A310;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
  border-radius: 0;
}

.cabinet-profile__menu-item span {
  display: block;
  margin: auto;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.cabinet-profile__menu-item--active {
  background: #fff;
}

.cabinet-profile__menu-item--active span {
  color: #6b7a1d;
}

.cabinet-profile__menu-item--disabled {
  background: #94a310;
  cursor: default;
  pointer-events: none;
}

.cabinet-profile__menu-item--disabled span {
  color: #ffffff;
}

@media (max-width: 600px) {
  .cabinet-profile__menu {
    gap: 12px;
    padding: 12px;
  }

  .cabinet-profile__menu-item {
    flex: 1 1 100%;
    min-width: auto;
    height: 44px;
  }

  .cabinet-profile__menu-item span {
    font-size: 16px;
    line-height: 20px;
  }
}

.cabinet-profile__hr {
  width: 100%;
  height: 0px;
  border: 1px solid #ffffff;
}

.cabinet-profile__table-wrapper {
  width: 100%;
  border: 1px solid #6b7a1d;
  overflow: hidden;
}

.cabinet-profile__table-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #6b7a1d;
}

.cabinet-profile__table-title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-profile__table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  vertical-align: middle;
  background-color: #94a310;
}

.cabinet-profile__table thead tr {
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-profile__table th {
  padding: 8px 16px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-profile__table tbody tr {
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-profile__table td {
  padding: 8px 16px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-profile__table tbody tr:last-child {
  border-bottom: none;
}

/* ===== Publication preview (OG) cell ===== */
.cabinet-profile__preview-head {
  width: 38%;
}

.cabinet-profile__preview {
  width: 38%;
  vertical-align: middle;
}

.cabinet-profile__preview-inner {
  min-height: 60px;
  word-break: break-word;
}

.cabinet-profile__preview-img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.cabinet-profile__preview-title {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.cabinet-profile__preview-desc {
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #f3f3f3;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .cabinet-profile__preview-head,
  .cabinet-profile__preview {
    width: auto;
  }
  .cabinet-profile__preview-img {
    max-height: 120px;
  }
}

.cabinet-profile__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  gap: 8px;
  width: 100%;
  max-width: 416px;
  height: 60px;
  background: #009ebe;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
  outline: none;
  border: none;
}

.cabinet-profile__btn-text {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: auto;
}

/* ===== Owner Form (Step 2) ===== */

.cabinet-owner-form__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-form__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-form__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-owner-form__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-form__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-form__intro {
  max-width: 416px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-form__form {
  max-width: 416px;
}

.cabinet-owner-form__label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-owner-form__field .form-control {
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 16px;
  color: #20004c;
}

.cabinet-owner-form__field .form-control::placeholder {
  color: #20004c;
}

.cabinet-owner-form__field .form-control:focus {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  outline: none;
}

.cabinet-owner-form__error {
  font-size: 12px;
  line-height: 14px;
  color: yellow;
}

.cabinet-owner-form__confirm {
  margin-top: 8px;
}

.cabinet-owner-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 33px;
  height: 33px;
  min-width: 33px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.cabinet-owner-form__checkbox:checked {
  background-color: #ffffff;
}

.cabinet-owner-form__confirm-text {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}

.cabinet-owner-form__store-list {
  width: 100%;
  max-width: 416px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 12px;
}

.cabinet-owner-form__store-list-title {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  color: #f3f3f3;
  margin-bottom: 8px;
}

.cabinet-owner-form__store-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  margin-bottom: 4px;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s;
}

.cabinet-owner-form__store-item:hover {
  background: #f0f0f0;
}

.cabinet-owner-form__store-item-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #20004c;
}

.cabinet-owner-form__store-item-addr {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  color: #555;
}

.cabinet-owner-form__required-note {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
}

.cabinet-owner-form__submit-btn {
  background-color: #009ebe;
  width: 100%;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.cabinet-owner-form__submit-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-owner-form__header {
    padding: 24px 16px !important;
  }
  .cabinet-owner-form {
    padding: 24px 16px !important;
  }
  .cabinet-owner-form__form {
    max-width: 100%;
  }
}

/* ===== Owner Confirm (Step 2 — preview) ===== */

.cabinet-owner-confirm__header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-confirm__user-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-confirm__divider {
  width: 100%;
  border-top: 1px solid #ffffff;
}

.cabinet-owner-confirm__role {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-confirm {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #94a310;
}

.cabinet-owner-confirm__store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-owner-confirm__store-label {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-confirm__intro {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.cabinet-owner-confirm__field {
  width: 100%;
}

.cabinet-owner-confirm__field-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-owner-confirm__field-value {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.cabinet-owner-confirm__btn {
  background-color: #009ebe;
  width: 416px;
  max-width: 100%;
  height: 60px;
  display: flex;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  text-decoration: none;
}

.cabinet-owner-confirm__btn-text {
  display: block;
  margin: auto;
  color: white;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-owner-confirm__header {
    padding: 24px 16px !important;
  }
  .cabinet-owner-confirm {
    padding: 24px 16px !important;
  }
}

/* ===== Owner Store List (Profile) ===== */

.cabinet-profile__stores {
  width: 100%;
}

.cabinet-profile__stores-title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-profile__stores-grid {
  width: 100%;
}

.cabinet-profile__store-card {
  max-width: 375px;
  border: 1px solid #6b7a1d;
}

.cabinet-profile__store-name {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-profile__store-label {
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #f3f3f3;
}

.cabinet-profile__store-value {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}

.cabinet-profile__store-address {
  text-align: center;
}

.cabinet-profile__sellers-hidden {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.35s ease, padding 0.35s ease;
  margin-top: 0;
}

.cabinet-profile__sellers-hidden.is-open {
  max-height: 1000px;
  opacity: 1;
}

/* ===== Owner Sales Section (Profile) ===== */

.cabinet-profile__sales-section {
  width: 100%;
}

.cabinet-profile__sales-section h2 {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}

.cabinet-profile__total-points {
  width: 100%;
}

.cabinet-profile__pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cabinet-profile__pagination .pagination li a,
.cabinet-profile__pagination .pagination li span {
  display: inline-block;
  padding: 6px 12px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  background-color: #6b7a1d;
  border-radius: 4px;
  text-decoration: none;
}

.cabinet-profile__pagination .pagination li.active a,
.cabinet-profile__pagination .pagination li.active span {
  background-color: #94a310;
  font-weight: 700;
}

.cabinet-profile__pagination .pagination li.disabled span {
  opacity: 0.5;
  cursor: default;
}

.cabinet-profile__pagination .pagination li a:hover {
  background-color: #94a310;
}

/* ===== Seller Sale Detail (Profile) ===== */

.cabinet-profile__sale-row:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.cabinet-profile__sale-detail td {
  padding: 0 !important;
  background-color: rgba(107, 122, 29, 0.3);
}

.cabinet-profile__sale-detail-inner {
  background-color: rgba(107, 122, 29, 0.15);
}

.cabinet-profile__sale-detail-inner .cabinet-profile__table {
  background-color: transparent;
}

.cabinet-profile__sale-detail-inner .cabinet-profile__table th {
  font-size: 12px;
  padding: 6px 12px;
}

.cabinet-profile__sale-detail-inner .cabinet-profile__table td {
  font-size: 13px;
  padding: 6px 12px;
  background-color: transparent;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-profile__store-card {
    max-width: 100%;
  }
}

/* ===== Product Table (Register Purchase) ===== */

.cabinet-product-table {
  width: 100%;
  border: 1px solid #6b7a1d;
  overflow: hidden;
}

.cabinet-product-table__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #6b7a1d;
}

.cabinet-product-table__title {
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.cabinet-product-table__table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  vertical-align: middle;
  background-color: #94a310;
}

.cabinet-product-table__table thead tr {
  background: #6b7a1d;
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-product-table__table th {
  padding: 8px 12px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-product-table__table tbody tr {
  border-bottom: 1px solid #6b7a1d;
}

.cabinet-product-table__table td {
  padding: 8px 12px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #f3f3f3;
}

.cabinet-product-table__table tbody tr:last-child {
  border-bottom: none;
}

.cabinet-product-table__name {
  text-align: left;
}

/* .cabinet-product-table__qty {
  background: #ffffff;
} */

.cabinet-product-table__input {
  width: 100%;
  max-width: 80px;
  padding: 4px 8px;
  border: none;
  height: 36px !important;
  background: transparent;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #000000;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}

.cabinet-product-table__input::-webkit-inner-spin-button,
.cabinet-product-table__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cabinet-product-table__footer {
  height: 8px;
  background: #6b7a1d;
}

/* Responsive */
@media (max-width: 600px) {
  .cabinet-product-table__table th,
  .cabinet-product-table__table td {
    padding: 6px 8px;
    font-size: 12px;
  }

  .cabinet-product-table__input {
    max-width: 60px;
    font-size: 14px;
  }
}

/* ===== Blogger Hero ===== */
.blogger-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  background: url("/img/blogger/30356_SP_BTL-Web_2026_DBA.webp") center center /
    cover no-repeat;
  overflow: hidden;
}

.blogger-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.blogger-hero__main {
  width: 100%;
}

.blogger-hero__left {
  width: fit-content;
  height: calc(100vh - 150px);
  padding: 2vh 0 5vh 5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogger-hero__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.blogger-hero__logo {
  width: 28vh;
  height: 8vh;
  margin-right: 5%;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXAAAABqCAMAAACS/fpEAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMA6ir3hwkM4DhbAz8QBuYf85tK/JejgO5l2GAazhbIwzAlqYN8bb93ckWun7GST/ncjdJWtTO5pohcAgAADG1JREFUeNrs22l3mkAUgOGLLCoCElEWdxRF3OISc///P+sxtTIDM4At9LQnPN+SaBJfruzCf07udobnbQNqf0H3aH8a74jYh1rFdH/Yb+KDUA94tdSWdLIw9ga16uiN8ISU968BV6FWATVaWJgwg1pVWh/vmLKBWjX8ATKII6hVYiggyxRqVdAWyHaGWgW0MXL0oFa+yQU5TB1qpVOmyDOGWvkOyDWAWuk6Ij7Ue+F/g/6JfHOolS2ykMtUoFa2PvJdoFY2xUO+HdTK1sIMV6iVbYgZulAr2xL5PKiVbod8S6iV7gO5rAZUS++E3+9czQy5FlAhueEuTBRk+G6myGPNoSpKT5paiPgdg/Mn3IZKqK3N3rjX/qbB98ix16ESLbz7vsF3yDYbQTU63zy4xJlvBR7q4OVaIYMVEr3r4KWKMEVcN4BQBy9VV0TaKZgDpQ5eKn2NzuVjd17adrBxjw0Fkv7f4Hq3FfWiqHPztX/oblS3PYFs/2VwLbofWz2J40Fw9PVSl2ZnGNrLwI1GkEEdddrhub/b7frncBj5ev5v3dhLO3R7DQ0KUie39v1Jq2ND/5Pg6mTec8Off92X4RWjZRPTxHG/BRBJJJc1E1Jso0JXIrThTu1IMxEfnH1bASY1uj+MJF52V/6At+y1iU/edtiFhKUUC+CLH+4dfHifhvFTFFu6GyDBPEtPVyBN2ueZgE/W5e2oQEHK0kCOCKBDF9Ag5ZP+PEIreYJJC8cWUsY9SFPCi4gMXqABg+xO3zHB3PlAETFmAIB6XZtIEVbqr6kzMdOOqL35dDDltFGhiPkYeZoqgEr/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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.blogger-hero__slogan span {
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.blogger-hero__text h1 {
  color: #fff;
  font-size: 5vh;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  font-family: HelveticaNeueCyr-Black, sans-serif;
  background-color: #bb2b01;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4vh 4vh 4vh 0;
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
  position: relative;
  letter-spacing: 0.7vh;
}
@media (max-width: 600px) {
  .blogger-hero__text h1 {
    font-size: 4vh;
    width: min-content;
  }
}

.blogger-hero__text h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #bb2b01;
  width: 50vw;
  left: -50vw;
}

.blogger-hero__separator {
  height: 2vw;
}

.blogger-hero__text p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 2.8vh;
  line-height: 1.4;
  letter-spacing: 3px;
  margin: 5px 0;
  font-family: HelveticaNeueCyr-Light, sans-serif;
}

.blogger-hero__left .btn {
  display: inline-block;
  padding: 16px 48px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #94a310;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  width: fit-content;
}

.blogger-hero__left .btn:hover {
  background: #7d8f0e;
}

.blogger-hero__left .btn span {
  color: #fff;
}

/* ===== Blogger Rules ===== */
.blogger-rules {
  height: 300px;
  background: #f5f5ef;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='989' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M796.147 34.696C1152.1-17.084 1699.03 21.21 1928 46.832V989H-12.248C-15.081 963.515-63.798 55-47 55c20.997 0 398.205 44.42 843.147-20.304z' fill='%23B8C516'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M638.45 42.65C812.974 18.31 972.183-3.895 1210.17.578c137.26 2.58 405.22 19.935 591.7 32.014 46.56 3.015 88.03 5.701 121.13 7.747l-2.36 16.142c-33.42-2.065-75.17-4.77-121.96-7.799-186.54-12.08-452.97-29.334-589.23-31.895C974.476 12.37 817.7 34.235 643.331 58.554l-1.534.214C466.423 83.228 270 84.5-32.441 58L-33 41.789C217.5 58 461.658 67.307 636.541 42.917l1.909-.267z' fill='url(%23rgrdg)'/%3E%3Cdefs%3E%3ClinearGradient id='rgrdg' x1='1468.81' y1='14.359' x2='14.123' y2='133.729' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C7A1D'/%3E%3Cstop offset='.375' stop-color='%238EA323'/%3E%3Cstop offset='1' stop-color='%2377881C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -70px;
  position: relative;
  background-color: transparent;
  padding-bottom: 75px;
}

.blogger-rules .btn_rules {
  background-color: #eb8200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 70px;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  margin: 40px auto;
}

.blogger-rules .btn_rules:hover {
  background: #94a310;
  color: #fff;
}

.blogger-rules .btn_rules span {
  display: block;
  margin: auto;
  font-size: 20px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  text-transform: uppercase;
}

/* ===== Blogger Profile ===== */
.blogger-profile {
  max-width: 600px;
  margin: 40px auto;
  padding: 32px;
  background: #f8f8f0;
  border-radius: 12px;
}

.blogger-profile h1 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.blogger-profile__info {
  margin-bottom: 24px;
}

.blogger-profile__row {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0d0;
}

.blogger-profile__label {
  width: 160px;
  flex-shrink: 0;
  font-weight: 600;
  color: #555;
}

.blogger-profile__value {
  flex: 1;
  color: #222;
  word-break: break-word;
}

.blogger-profile__value a {
  color: #94a310;
  text-decoration: underline;
}

.blogger-profile .btn {
  display: block;
  margin: 0 auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #94a310;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
}

.blogger-profile .btn:hover {
  background: #7d8f0e;
}

/* ===== Register Success Modal ===== */
.register-success {
  text-align: center;
  padding: 20px 0;
}

.register-success h2 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #fff;
}

.register-success p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #ddd;
}

.register-success .btn-holder {
  padding-top: 30px;
}

.register-success .btn {
  position: relative;
  z-index: 1;
  background-color: #8C9636;
  color: #fff;
  padding: 15px 25px 12px;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
}

.register-success .btn span {
  position: relative;
  z-index: 2;
}

/* .register-success .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' viewBox='0 0 1084 1073'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 0h1084v1073H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%237FC93F' d='M994.2 12.8C690.1 56 352.3 127.3 151.8 327.7 48.2 431.1 0 563.1 0 743c0 96.5 13.4 190.1 38.8 270.7l18.7 59.3 8.6-8c.2-.2 19.3-17.9 43.6-31.4 30.1-16.9 92.4-26.1 175.4-26.1h14.1c153.1.2 297.8.4 449.9-151.8C851.5 753.3 876.9 621.5 903.7 482c23.6-122.6 50.4-261.6 134.3-403.7L1084.2 0zM299.3 920h-14.2c-50.7 0-121.4 3.6-175.9 19.9C95 879.4 87.5 811.5 87.5 743c0-155.2 40.1-267.5 126.2-353.4C346.3 256.9 577.9 166 921.3 111.9c-59.7 126.5-82.9 247-103.4 353.6-25.3 131.4-47.1 244.9-130.6 328.3-126.4 126.5-241.9 126.4-388 126.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
} */

.add-publication-link {
  display: inline-block;
  padding: 14px 40px;
  font-size: 18px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  background-color: #009EBE;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
  
.add-publication-link:hover {
  background-color: #007a94;
}
  
.add-publication-link span {
  color: #fff;
}

@media (max-width: 656px) {
  .blogger-hero__left .btn {
    padding: 12px 32px;
    font-size: 16px;
  }

  .blogger-hero__text h1 {
    font-size: 32px;
  }

  .blogger-hero__text p {
    font-size: 18px;
  }

  .blogger-profile {
    margin: 20px auto;
    padding: 20px;
  }

  .blogger-profile__row {
    flex-direction: column;
  }

  .blogger-profile__label {
    width: auto;
    margin-bottom: 4px;
  }
}

/* ===== Gifts Catalog Page ===== */

.cabinet-gifts {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px;
  background-color: #94A310;
  border-radius: 10px;
}

.cabinet-gifts__title {
  font-size: 26px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.cabinet-gifts__line {
  width: 100%;
  height: 0;
  border-top: 1px solid #FFFFFF;
}

.cabinet-gifts__balance {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #94A310;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 6px;
}

.cabinet-gifts__notice {
  font-size: 14px;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-weight: 300;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 700px;
  margin: 0 auto;
}

.cabinet-gifts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}

.cabinet-gifts__card {
  width: 340px;
  max-width: 100%;
  padding: 16px;
  gap: 16px;
  border: 1px solid #6B7A1D;
  border-radius: 0;
  justify-content: space-between;
}

.cabinet-gifts__card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #FFFFFF;
  overflow: hidden;
}

.cabinet-gifts__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cabinet-gifts__card-name {
  font-size: 20px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}

.cabinet-gifts__card-points {
  font-size: 26px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}

.cabinet-gifts__card-meta {
  font-size: 16px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  line-height: 1.2;
  color: #F3F3F3;
}

.cabinet-gifts__wishlist-toggle {
  cursor: pointer;
}

@media (max-width: 800px) {
  .cabinet-gifts__list {
    justify-content: center;
  }
}

.cabinet-gifts__card-btn {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: #009ebe;
  border: none;
  cursor: pointer;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  user-select: none;
}

.cabinet-gifts__card-btn input {
  display: none;
}

.cabinet-gifts__card-btn:has(input:checked) {
  background: #6B7A1D;
}

.cabinet-gifts__card-added {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #6B7A1D;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.7;
  user-select: none;
}

.cabinet-gifts__card-added-btn {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #6B7A1D;
  font-family: HelveticaNeueCyr-Light, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cabinet-gifts__card-added-btn:hover {
  opacity: 1;
}

.cabinet-gifts__card-cancel {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: #F18700;
  border: none;
  cursor: pointer;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  user-select: none;
}

.cabinet-gifts__card-cancel:disabled {
  opacity: 0.5;
  cursor: default;
}

.cabinet-gifts__wishlist {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.4s ease, margin-bottom 0.4s ease, opacity 0.25s ease, visibility 0s linear 0.4s;
}

.cabinet-gifts__wishlist--open {
  margin-bottom: 24px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.4s ease, margin-bottom 0.4s ease, opacity 0.25s ease, visibility 0s linear 0s;
}

/* ===== Owner Stats ===== */

.cabinet-profile__stats {
  flex-wrap: wrap;
}

.cabinet-profile__stat-item {
  min-width: 200px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.cabinet-profile__stat-label {
  font-size: 14px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  color: #F3F3F3;
  margin-bottom: 8px;
}

.cabinet-profile__stat-value {
  font-size: 28px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

/* ===== Gift Size Selector ===== */

.cabinet-gifts__size-label {
  font-size: 14px;
  font-family: HelveticaNeueCyr-Roman, sans-serif;
  color: #F3F3F3;
}

.cabinet-gifts__size-select {
  width: 100%;
  max-width: 120px;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #6B7A1D;
  background: #fff;
}

/* ===== Blogger Gift Image ===== */

.blogger-cabinet__gift-image img {
  max-width: 200px;
  border-radius: 12px;
}

/* ===== Delivery Modal ===== */

.cabinet-delivery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.cabinet-delivery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.cabinet-delivery-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  background: #94A310;
  border-radius: 10px;
  padding: 24px;
  z-index: 1;
}

.cabinet-delivery-modal__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.cabinet-delivery-modal__header h3 {
  margin: 0;
  font-size: 22px;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  color: #fff;
}

#delivery-form .text-danger {
  color: #ff0 !important;
}

.cabinet-delivery-modal__close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.cabinet-delivery-modal__footer {
  text-align: center;
}

.cabinet-delivery-modal .np-autocomplete-dropdown,
.cabinet-delivery-modal .np-autocomplete-dropdown > div {
  color: #000;
}

.cabinet-delivery-modal #delivery-phone {
  height: 50px;
}

/* ===== SMS Verification ===== */

.sms-verify-block .btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  height: 24px;
}

.sms-verify-block .btn-outline-light:disabled {
  opacity: 0.6;
  cursor: default;
}

.sms-timer {
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
}

#index #hero .btn,
#buyerhero .left .btn,
.blogger-hero__left .btn,
#gag .btns div > *,
#how .btn_rules,
.blogger-rules .btn_rules {
  padding: 15px 25px 12px;
  font-size: 18px;
  font-family: HelveticaNeueCyr-Black, sans-serif;
  font-weight: normal;
}

#buyerhero .left .btn span,
#how .btn_rules span,
.blogger-rules .btn_rules span {
  font-size: 18px;
  font-family: HelveticaNeueCyr-Black, sans-serif;
}

#how .btn_rules,
.blogger-rules .btn_rules {
  width: fit-content;
  height: auto;
}

/* ===== Toast Notifications ===== */

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  max-width: calc(100vw - 40px);
  pointer-events: none;
}

.toast-item {
  position: relative;
  min-width: 280px;
  max-width: 420px;
  padding: 16px 22px 16px 50px;
  border-radius: 10px;
  color: #ffffff;
  font-family: HelveticaNeueCyr-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.95);
  /* border-left: 6px solid rgba(0, 0, 0, 0.35); */
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
  word-break: break-word;
}

.toast-item::before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
}

.toast-success {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}

.toast-success::before {
  content: "\002713";
}

.toast-error {
  background: linear-gradient(135deg, #dc3545 0%, #a71d2a 100%);
}

.toast-error::before {
  content: "\002715";
}

@media (max-width: 600px) {
  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
    align-items: stretch;
  }

  .toast-item {
    min-width: auto;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }
}

