/* Betpark account/deposit page — theme overrides matching betpark1510.com */

.Account {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #336154;
}

.Account.bg-darkest-navy-blue {
  background-color: #336154 !important;
}

.Account-header {
  background: #336154;
  padding: 1.25rem 1.875rem;
}

.Account-header-balance,
.Account-header-balance__title {
  color: #fff !important;
}

.Account-header-balance__amount {
  color: #89d64a !important;
  font-weight: 800 !important;
}

.Account-navigation {
  background: transparent !important;
}

.Account-navigation__menu--primary {
  background: #f3ea29 !important;
  box-shadow: none !important;
}

.Account-navigation__menu--primary .Account-navigation__link {
  color: #1f3f34 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

.Account-navigation__menu--primary .Account-navigation__link--active,
.Account-navigation__menu--primary .Account-navigation__link:hover {
  background: rgba(255, 255, 255, 0.45);
}

.Account-navigation__menu--secondary {
  background: #ffffff !important;
}

.Account-navigation__menu--secondary .Account-navigation__link {
  color: #333 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
}

.Account-navigation__menu--secondary .Account-navigation__link--active,
.Account-navigation__menu--secondary .Account-navigation__link:hover {
  border-bottom-color: #009369;
  background: transparent !important;
}

.Account-title {
  border-bottom: none;
  padding: 1.25rem 1.875rem 0.5rem;
  background: #336154;
}

.Account-title__content h1 {
  color: #f3ea29 !important;
  font-size: 2rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  margin: 0;
}

.Account-title__content p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
}

.Account__main {
  padding: 0.75rem 1.875rem 2.5rem;
  background: #336154;
}

.Account-deposit-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.Account-deposit-methods__group {
  border: none;
  background: transparent !important;
  color: #fff !important;
  font-style: italic;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.35rem 0.85rem;
  cursor: pointer;
  font-family: inherit;
}

.Account-deposit-methods__group.active,
.Account-deposit-methods__group:hover {
  background: #fff !important;
  color: #1a2e24 !important;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
  padding-right: 1.75rem;
}

/* Mobilde masaüstü tema CSS yüklenmez — grid burada tanımlı olmalı */
.Account-deposit-methods,
#deposit-methods-grid,
.deposit-methods-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.Account-deposit-methods__item {
  background: #fff !important;
  border: none !important;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-align: inherit;
  width: 100%;
  max-width: none;
  height: 7.5rem;
  min-height: 7rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.Account-deposit-methods__item:before {
  display: none !important;
}

.Account-deposit-methods__item--eft:hover,
.Account-deposit-methods__item.is-active {
  box-shadow: inset 0 0 0 0.125rem #f3ea29 !important;
}

.Account-deposit-methods__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.Account-deposit-methods__logo img {
  display: block;
  width: auto;
  max-width: 85%;
  max-height: 4.5rem;
  height: auto;
  object-fit: contain;
}

.Account-deposit-process {
  margin-top: 1.5rem;
  display: none;
}

.Account-deposit-process.is-open {
  display: flex;
}

.Account__form--deposit-process {
  background: #1a2e3a !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #fff;
}

.Account__form--deposit-process .Form__label {
  color: #fff;
}

.Account__form--deposit-process .Form__input {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 12px;
}

.Account-deposit-bank-details {
  margin-top: 1.25rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(243, 234, 41, 0.35);
  border-radius: 8px;
  overflow: hidden;
}

.Account-deposit-bank-details__header {
  background: rgba(0, 0, 0, 0.25);
  padding: 0.875rem 1.25rem;
}

.Account-deposit-bank-details__header h2 {
  margin: 0;
  color: #f3ea29;
  font-size: 1.1rem;
}

.Account-deposit-bank-details__main {
  padding: 1rem 1.25rem 1.25rem;
}

.Account-deposit-bank-details__row-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.Account-deposit-bank-details__row-wrapper strong {
  flex: 1;
  color: #f3ea29;
  font-size: 1rem;
}

.deposit-copy-btn {
  padding: 6px 12px;
  border: 1px solid rgba(243, 234, 41, 0.4);
  border-radius: 4px;
  background: transparent;
  color: #f3ea29;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.Account-deposit-note {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  background: rgba(243, 234, 41, 0.1);
  border: 1px solid rgba(243, 234, 41, 0.25);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
}

.Account-navigation__menu--primary .Account-navigation__link i {
  margin-right: 0.5rem;
  opacity: 0.85;
}

.Account-deposit-process__logo img {
  max-height: 4.5rem;
  max-width: 10rem;
  object-fit: contain;
}

.deposit-inline-panel:not(.is-open) {
  display: none !important;
}

@media (max-width: 991px) {
  .Account-deposit-methods,
  #deposit-methods-grid,
  .deposit-methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .Account-deposit-methods__item {
    height: 6.75rem;
    min-height: 6.75rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Account-deposit-methods,
  #deposit-methods-grid,
  .deposit-methods-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .Account-header,
  .Account-title,
  .Account__main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
