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

.montenegro-article-page {
  --article-accent:#b84145;
  --article-accent-light:#f7dfe0;
  --article-accent-dark:#802d30;
  --article-tint:#fff9f8;
  margin:0;
}

.montenegro-article-page .article-hero.euro {
  --article-accent:#b84145;
  --article-accent-light:#f7dfe0;
  --article-accent-dark:#802d30;
}

.montenegro-article-page .article-hero.wallet {
  --article-accent:#287f82;
  --article-accent-light:#d9f1ef;
  --article-accent-dark:#1c5658;
}

.montenegro-article-page .article-hero.registration {
  --article-accent:#b9782d;
  --article-accent-light:#fff0c9;
  --article-accent-dark:#76501f;
}

.montenegro-article-page .article-hero.road {
  --article-accent:#3f6e55;
  --article-accent-light:#dfeedf;
  --article-accent-dark:#294937;
}

.montenegro-article-page .article-hero.tipping {
  --article-accent:#755a92;
  --article-accent-light:#eae2f3;
  --article-accent-dark:#4d3b60;
}

.montenegro-euro-path,
.montenegro-wallet-lanes,
.montenegro-road-choice,
.montenegro-tip-table {
  display:grid;
  gap:14px;
  align-items:center;
  margin:28px 0;
  padding:20px;
  border:3px solid var(--ink);
  border-radius:6px;
}

.montenegro-euro-path {
  grid-template-columns:1fr auto 1fr;
  background:linear-gradient(145deg,#f7dfe0,#fff 48%,#fff0c9);
  box-shadow:5px 6px 0 #802d30;
}

.montenegro-euro-path div,
.montenegro-wallet-lanes div,
.montenegro-road-choice div {
  min-width:0;
  padding:17px;
  border:3px solid var(--ink);
  border-radius:5px;
  background:#fff;
  box-shadow:3px 4px 0 var(--ink);
}

.montenegro-euro-path strong,
.montenegro-euro-path span,
.montenegro-wallet-lanes strong,
.montenegro-wallet-lanes span,
.montenegro-road-choice strong,
.montenegro-road-choice span,
.montenegro-road-choice small {
  display:block;
}

.montenegro-euro-path strong,
.montenegro-wallet-lanes strong,
.montenegro-road-choice strong {
  font-size:1.25rem;
}

.montenegro-euro-path span,
.montenegro-wallet-lanes span,
.montenegro-road-choice span,
.montenegro-road-choice small {
  margin-top:5px;
  color:var(--muted);
  font-weight:750;
}

.montenegro-euro-path b,
.montenegro-road-choice > b {
  display:grid;
  place-items:center;
  width:66px;
  aspect-ratio:1;
  border:3px solid var(--ink);
  border-radius:50%;
  background:#f2c94c;
  box-shadow:3px 4px 0 var(--ink);
  font-size:1.2rem;
}

.montenegro-wallet-lanes {
  grid-template-columns:1fr 1fr;
  background:linear-gradient(145deg,#d9f1ef,#fff 52%,#dfe9f7);
  box-shadow:5px 6px 0 #1c5658;
}

.montenegro-wallet-lanes div:last-child {
  transform:translateY(-7px);
}

.montenegro-atm-slip {
  margin:28px 0;
  padding:20px;
  border:3px solid var(--ink);
  border-radius:4px;
  background:linear-gradient(145deg,#fff,#d9f1ef);
  box-shadow:4px 5px 0 #1c5658;
}

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

.montenegro-atm-slip div:last-child {
  border-bottom:0;
}

.montenegro-atm-slip strong {
  text-align:right;
}

.montenegro-checkin-receipt {
  width:min(100%,560px);
  margin:28px auto;
  padding:22px;
  border:3px solid var(--ink);
  border-radius:5px;
  background:linear-gradient(150deg,#fff,#fff0c9);
  box-shadow:5px 6px 0 #76501f;
}

.montenegro-checkin-receipt > span {
  display:block;
  font-size:.8rem;
  font-weight:900;
}

.montenegro-checkin-receipt > strong {
  display:block;
  margin:7px 0 16px;
  padding:9px;
  border:3px double var(--ink);
  color:#802d30;
  text-align:center;
  font-size:clamp(1.4rem,4vw,2.2rem);
}

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

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

.montenegro-checkin-receipt small,
.montenegro-checkin-receipt b {
  font-size:.95rem;
}

.montenegro-road-choice {
  grid-template-columns:1fr auto 1fr;
  background:linear-gradient(145deg,#dfeedf,#fff 50%,#d9f1ef);
  box-shadow:5px 6px 0 #294937;
}

.montenegro-tip-table {
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:linear-gradient(145deg,#eae2f3,#fff 52%,#fff0c9);
  box-shadow:5px 6px 0 #4d3b60;
}

.montenegro-tip-table span {
  min-width:0;
  padding:16px 8px;
  border:3px solid var(--ink);
  border-radius:5px;
  background:#fff;
  box-shadow:3px 4px 0 var(--ink);
  text-align:center;
  font-weight:950;
}

.montenegro-tip-table small {
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-weight:750;
}

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

@media (max-width:700px) {
  .montenegro-euro-path,
  .montenegro-wallet-lanes,
  .montenegro-road-choice,
  .montenegro-tip-table {
    grid-template-columns:1fr;
  }

  .montenegro-euro-path b,
  .montenegro-road-choice > b {
    margin:auto;
  }

  .montenegro-wallet-lanes div:last-child {
    transform:none;
  }

  .montenegro-atm-slip div,
  .montenegro-checkin-receipt div {
    display:grid;
    gap:3px;
  }

  .montenegro-atm-slip strong {
    text-align:left;
  }
}
