.agd-home-competition-access {
  width: min(1180px, calc(100% - 48px));
  margin: 18px auto 0;
  color: #f8f6f1;
  background: linear-gradient(110deg, #061d3a, #0e4b68 72%, #176f7b);
  border: 1px solid rgba(214, 173, 106, .7);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(6, 29, 58, .16);
  overflow: hidden;
}

.agd-home-competition-access summary {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 18px;
  cursor: pointer;
  list-style: none;
  font-weight: 750;
  letter-spacing: .03em;
}

.agd-home-competition-access summary::-webkit-details-marker { display: none; }
.agd-home-competition-access__icon { color: #f0c985; font-size: 1.2rem; }
.agd-home-competition-access__chevron { margin-left: auto; color: #f0c985; font-size: 1.2rem; transition: transform .18s ease; }
.agd-home-competition-access[open] .agd-home-competition-access__chevron { transform: rotate(180deg); }

.agd-home-competition-access__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 12px 12px;
}

.agd-home-competition-access__panel a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
}

.agd-home-competition-access__panel a:hover,
.agd-home-competition-access__panel a:focus-visible { color: #061d3a; background: #f0c985; }

@media (max-width: 600px) {
  .agd-home-competition-access { width: calc(100% - 32px); margin-top: 12px; border-radius: 14px; }
  .agd-home-competition-access summary { min-height: 46px; padding: 10px 14px; font-size: .88rem; }
  .agd-home-competition-access__panel { grid-template-columns: 1fr; gap: 6px; padding: 0 10px 10px; }
  .agd-home-competition-access__panel a { padding: 9px 10px; font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  .agd-home-competition-access__chevron { transition: none; }
}
