@import url("../country-guide-base.css");

.andorra-article-page {
  --article-accent:#3f68a8;
  --article-accent-light:#e0e9f8;
  --article-accent-dark:#2d4b79;
  --article-tint:#f8fbff;
  margin:0;
}

.andorra-article-page .article-hero.banknotes {
  --article-accent:#3f68a8;
  --article-accent-light:#e0e9f8;
  --article-accent-dark:#2d4b79;
}

.andorra-article-page .article-hero.shopping {
  --article-accent:#c84238;
  --article-accent-light:#ffe1d8;
  --article-accent-dark:#852e28;
}

.andorra-article-page .article-hero.stay {
  --article-accent:#d39a2d;
  --article-accent-light:#fff0c7;
  --article-accent-dark:#795818;
}

.andorra-article-page .article-hero.ski {
  --article-accent:#348777;
  --article-accent-light:#dff2ed;
  --article-accent-dark:#245d53;
}

.andorra-article-page .article-hero.tipping {
  --article-accent:#9b5277;
  --article-accent-light:#f3e1ea;
  --article-accent-dark:#693950;
}

.andorra-article-page .article-hero.shopping .article-visual-mark,
.andorra-article-page .article-hero.ski .article-visual-mark {
  font-size:2.9rem;
}

.andorra-coin-peaks {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:28px 0;
  padding:20px;
  border:3px solid var(--ink);
  border-radius:6px;
  background:linear-gradient(160deg,#dfeafa 0 46%,#fff 46% 58%,#dce9dc 58%);
  box-shadow:5px 6px 0 #2d4b79;
}

.andorra-coin-peaks span {
  min-width:0;
  padding:17px 8px 14px;
  border:3px solid var(--ink);
  border-radius:50% 50% 6px 6px;
  background:#fff;
  text-align:center;
  font-weight:950;
}

.andorra-coin-peaks span:nth-child(2) {
  transform:translateY(-7px);
}

.andorra-coin-peaks small,
.andorra-tip-table small {
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-weight:700;
}

.andorra-border-basket {
  position:relative;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:14px;
  align-items:center;
  margin:28px 0;
  padding:20px;
  border:3px solid var(--ink);
  border-radius:6px;
  background:linear-gradient(145deg,#ffe3d9,#fff 47%,#dfeafa);
  box-shadow:5px 6px 0 #852e28;
}

.andorra-border-basket div {
  min-width:0;
  padding:16px;
  border:3px solid var(--ink);
  border-radius:5px;
  background:#fff;
  box-shadow:3px 4px 0 var(--ink);
}

.andorra-border-basket strong,
.andorra-border-basket span {
  display:block;
}

.andorra-border-basket span {
  margin-top:5px;
  color:var(--muted);
  font-weight:700;
}

.andorra-border-basket b {
  display:grid;
  place-items:center;
  width:70px;
  aspect-ratio:1;
  border:3px solid var(--ink);
  border-radius:6px;
  background:#f2c94c;
  box-shadow:3px 4px 0 var(--ink);
  font-size:1.6rem;
  transform:rotate(-3deg);
}

.andorra-night-line {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:7px;
  margin:28px 0;
  padding:18px;
  border:3px solid var(--ink);
  border-radius:6px;
  background:linear-gradient(145deg,#fff0c7,#fff);
  box-shadow:5px 6px 0 #795818;
}

.andorra-night-line span {
  display:grid;
  place-items:center;
  min-height:64px;
  border:3px solid var(--ink);
  border-radius:4px;
  background:#fff;
  font-size:1.22rem;
  font-weight:950;
}

.andorra-night-line span:last-child {
  background:#f2c94c;
}

.andorra-ski-wallet {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin:28px 0;
  padding:24px;
  overflow:hidden;
  border:3px solid var(--ink);
  border-radius:6px;
  background:linear-gradient(165deg,#dfeafa 0 45%,#fff 45% 58%,#dff2ed 58%);
  box-shadow:5px 6px 0 #245d53;
}

.andorra-ski-wallet::before,
.andorra-ski-wallet::after {
  content:"";
  position:absolute;
  right:40px;
  width:110px;
  border-top:3px solid rgba(22,22,22,.45);
  transform:rotate(-28deg);
}

.andorra-ski-wallet::before {
  top:42px;
}

.andorra-ski-wallet::after {
  top:54px;
}

.andorra-ski-wallet div,
.andorra-ski-wallet span {
  position:relative;
  z-index:1;
}

.andorra-ski-wallet div {
  padding:17px;
  border:3px solid var(--ink);
  border-radius:6px;
  background:#fff;
  box-shadow:3px 4px 0 var(--ink);
}

.andorra-ski-wallet h3,
.andorra-ski-wallet p {
  margin:0;
}

.andorra-ski-wallet p {
  margin-top:5px;
  color:var(--muted);
  font-weight:700;
}

.andorra-ski-wallet > span {
  display:grid;
  place-items:center;
  width:92px;
  aspect-ratio:1;
  border:3px solid var(--ink);
  border-radius:50%;
  background:#f2c94c;
  box-shadow:3px 4px 0 var(--ink);
  text-align:center;
  font-weight:950;
}

.andorra-tip-table {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:28px 0;
}

.andorra-tip-table span {
  min-width:0;
  padding:16px 10px;
  border:3px solid var(--ink);
  border-radius:5px;
  background:linear-gradient(145deg,#f3e1ea,#fff);
  box-shadow:3px 4px 0 #693950;
  text-align:center;
  font-weight:950;
}

.andorra-receipt {
  margin:28px 0;
  padding:20px;
  border:3px solid var(--ink);
  border-radius:4px;
  background:linear-gradient(145deg,#fff,#e0e9f8);
  box-shadow:4px 5px 0 #2d4b79;
}

.andorra-receipt div {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:9px 0;
  border-bottom:2px dotted rgba(22,22,22,.3);
}

.andorra-receipt div:last-child {
  border-bottom:0;
}

.andorra-receipt strong {
  text-align:right;
}

.andorra-article-page .article-money-explorer {
  background:linear-gradient(145deg,#f8fbff,#fff 52%,#fff3d7);
}

@media (max-width:700px) {
  .andorra-coin-peaks {
    grid-template-columns:1fr 1fr;
  }

  .andorra-coin-peaks span:nth-child(2) {
    transform:none;
  }

  .andorra-border-basket,
  .andorra-ski-wallet,
  .andorra-tip-table {
    grid-template-columns:1fr;
  }

  .andorra-border-basket b,
  .andorra-ski-wallet > span {
    margin:auto;
  }

  .andorra-night-line {
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .andorra-receipt div {
    display:grid;
    gap:3px;
  }

  .andorra-receipt strong {
    text-align:left;
  }
}
