
/* mono — Покупка Частинами (Amote) — visual adapter for Studio Media Manager theme */

:root{
  /* fallback if SMM vars are absent */
  --amote-mono-accent: var(--smm-accent, #04ACB4);
  --amote-mono-dark:   var(--smm-dark,   #0C0C0C);
  --amote-mono-text:   var(--smm-text,   #ffffff);
  --amote-mono-sub:    var(--smm-sub,    #888888);
}

.amote-mono-chast-widget{
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 26px;
  color: var(--amote-mono-text);
  font-family: inherit;
}

.amote-mono-chast-widget .amote-mono-chast-title{
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 6px;
}

.amote-mono-chast-widget .amote-mono-chast-subtitle{
  color: var(--amote-mono-text);
  opacity: .85;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 12px;
}

.amote-mono-chast-widget .amote-mono-chast-row{
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.amote-mono-chast-widget label{
  font-size: 13px;
  opacity: .95;
}

.amote-mono-chast-widget select{
  min-width: 160px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--amote-mono-text);
  outline: none;
}

.amote-mono-chast-widget select option{
  color: #0c0c0c;          /* fix "white on white" in dropdown list */
  background: #ffffff;
}

.amote-mono-chast-widget .amote-mono-chast-monthly{
  font-size: 13px;
}

.amote-mono-chast-widget .amote-mono-chast-monthly strong{
  font-weight: 900;
  margin: 0 4px;
}

.amote-mono-chast-widget .amote-mono-chast-buy{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 14px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--amote-mono-accent);
  color: #fff;
  font-weight: 800;
  text-decoration: none !important;
  transition: .2s;
}

.amote-mono-chast-widget .amote-mono-chast-buy:hover{
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.amote-mono-chast-widget .amote-mono-chast-note{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--amote-mono-sub);
}

/* Checkout fields */
#payment .payment_method_amote_mono_chast .amote-mono-chast-desc{
  color: var(--amote-mono-sub);
  font-size: 13px;
  line-height: 1.35;
}

/* Force readable option colors in dropdown list (some dark themes make it white-on-white) */
#payment .payment_method_amote_mono_chast select option,
#payment .payment_method_amote_mono_chast select{
  color: #0c0c0c;
  background: #ffffff;
}


/* Stepper (widget + checkout) */
.amote-mono-stepper{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top: 8px;
}

.amote-mono-stepper input[type="number"]{
  width: 104px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--amote-mono-text);
  text-align: center;
  font-weight: 900;
  outline: none;
  padding: 0 10px;
}

.amote-mono-step{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--amote-mono-text);
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: .2s;
}

.amote-mono-step:hover{
  background: rgba(255,255,255,0.10);
  transform: translateY(-1px);
}

.amote-mono-stepper-hint{
  margin-top: 10px;
  font-size: 12px;
  opacity: .70;
}
