/* =========================================================
   ARRIVIAEROPORTO.IT - main stylesheet
   Palette: Maroon #7a1e2d + Mustard #d49c2f + Forest #2d5a3d
   Type: Fraunces (display) + Outfit (body)
   Prefix: .ar-
   ========================================================= */

:root{
  --ar-maroon: #7a1e2d;
  --ar-maroon-2: #6a1827;
  --ar-maroon-dk: #5a1322;
  --ar-mustard: #d49c2f;
  --ar-mustard-2: #e4ad42;
  --ar-mustard-dk: #b8861f;
  --ar-forest: #2d5a3d;
  --ar-forest-2: #387048;
  --ar-forest-dk: #1f4530;
  --ar-cream: #faf6f0;
  --ar-ink: #2a1f1a;
  --ar-text: #4a3d35;
  --ar-muted: #8a7d75;
  --ar-line: #ebe4dc;
  --ar-line-soft: #f3edE5;
  --ar-surface: #faf6f0;
  --ar-white: #ffffff;
  --ar-radius: 6px;
  --ar-radius-lg: 12px;
  --ar-shadow: 0 2px 12px rgba(42, 31, 26, 0.06);
  --ar-shadow-md: 0 6px 24px rgba(42, 31, 26, 0.10);
  --ar-serif: 'Fraunces', 'Times New Roman', serif;
  --ar-sans: 'Outfit', system-ui, -apple-system, sans-serif;
}

*{ box-sizing: border-box; margin: 0; padding: 0; }
html{ scroll-behavior: smooth; }
body{
  font-family: var(--ar-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ar-text);
  background: var(--ar-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img{ max-width: 100%; height: auto; display: block; }
.ar-wrap{ max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.ar-wrap--nar{ max-width: 880px; }

/* =========================================================
   HEADER (sticky)
   ========================================================= */
.ar-topbar{
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ar-cream);
  border-bottom: 1px solid var(--ar-line);
  transition: box-shadow 0.2s ease;
}
.ar-topbar.is-scrolled{ box-shadow: var(--ar-shadow); }

.ar-topbar__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ar-brand{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ar-ink);
}
.ar-brand__mark{
  width: 38px;
  height: 38px;
  background: var(--ar-maroon);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ar-mustard);
}
.ar-brand__mark svg{ width: 22px; height: 22px; }
.ar-brand__wordmark{ display: flex; flex-direction: column; line-height: 1.1; }
.ar-brand__name{ font-family: var(--ar-serif); font-size: 1.35rem; color: var(--ar-ink); font-weight: 500; }
.ar-brand__tag{ font-size: 0.68rem; color: var(--ar-muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }

.ar-nav{ display: flex; align-items: center; gap: 24px; }
.ar-nav a{
  color: var(--ar-text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.ar-nav a:hover{ color: var(--ar-maroon); }

.ar-burger{
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 4px;
}
.ar-burger span{
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ar-ink);
  transition: 0.2s;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.ar-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--ar-sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: var(--ar-radius);
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ar-btn--primary{
  background: var(--ar-mustard);
  color: var(--ar-ink);
}
.ar-btn--primary:hover{ background: var(--ar-mustard-2); color: var(--ar-ink); transform: translateY(-1px); }
.ar-btn--maroon{
  background: var(--ar-maroon);
  color: var(--ar-white);
}
.ar-btn--maroon:hover{ background: var(--ar-maroon-dk); color: var(--ar-white); }
.ar-btn--forest{
  background: var(--ar-forest);
  color: var(--ar-white);
}
.ar-btn--forest:hover{ background: var(--ar-forest-dk); color: var(--ar-white); }
.ar-btn--ghost{
  background: transparent;
  color: var(--ar-white);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
}
.ar-btn--ghost:hover{ background: rgba(255, 255, 255, 0.1); border-color: var(--ar-white); color: var(--ar-white); }

/* =========================================================
   HERO - homepage (bg-image)
   ========================================================= */
.ar-hero{
  position: relative;
  color: var(--ar-white);
  padding: 84px 0 80px;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: center;
}
.ar-hero__bg{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.ar-hero__bg::after{
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(135deg, rgba(122, 30, 45, 0.82) 0%, rgba(42, 31, 26, 0.78) 100%);
}
.ar-hero__inner{ position: relative; z-index: 1; width: 100%; }
.ar-hero__chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 156, 47, 0.18);
  border: 1px solid rgba(212, 156, 47, 0.4);
  color: var(--ar-mustard-2);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}
.ar-hero__chip::before{
  content: "";
  width: 6px;
  height: 6px;
  background: var(--ar-mustard);
  border-radius: 50%;
  animation: arPulse 2s infinite;
}
@keyframes arPulse{
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}
.ar-hero__title{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  color: var(--ar-white);
  margin-bottom: 22px;
  letter-spacing: -0.015em;
}
.ar-hero__lead{
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 30px;
}
.ar-hero__caption{
  margin-top: 18px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}
.ar-hero__live{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(45, 90, 61, 0.25);
  border: 1px solid rgba(56, 112, 72, 0.45);
  border-radius: 999px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}
.ar-hero__live strong{ color: var(--ar-white); font-weight: 600; }
.ar-hero__live-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ar-forest-2);
  flex-shrink: 0;
  animation: arPulse 2s infinite;
}

/* =========================================================
   SEARCH FORM
   ========================================================= */
.ar-search{
  background: var(--ar-white);
  border-radius: var(--ar-radius-lg);
  padding: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  box-shadow: var(--ar-shadow-md);
  width: 100%;
}
.ar-search__field{
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 18px;
  border-right: 1px solid var(--ar-line);
}
.ar-search__field:last-of-type{ border-right: 0; }
.ar-search__field label{
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ar-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ar-search__field select,
.ar-search__field input{
  border: 0;
  background-color: transparent;
  font-family: var(--ar-sans);
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ar-ink);
  padding: 4px 22px 4px 0;
  width: 100%;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238a7d75' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}
.ar-search__field select:focus,
.ar-search__field input:focus{ outline: 0; }
.ar-search > button{
  flex: 0 0 auto;
  padding: 0 32px;
  margin-left: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--ar-radius);
  white-space: nowrap;
}

/* =========================================================
   SECTIONS - generic
   ========================================================= */
.ar-sec{ padding: 70px 0; }
.ar-sec--alt{ background: var(--ar-cream); }

.ar-section-head{ max-width: 720px; margin: 0 auto 44px; text-align: center; }
.ar-section-head--left{ text-align: left; margin-left: 0; }
.ar-eyebrow{
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ar-maroon);
  margin-bottom: 12px;
}
.ar-section-head h2, .ar-sec h2{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  color: var(--ar-ink);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.ar-section-desc{
  font-size: 1.05rem;
  color: var(--ar-text);
  max-width: 640px;
  margin: 0 auto;
}
.ar-section-head--left .ar-section-desc{ margin: 0; }

/* =========================================================
   STEPS
   ========================================================= */
.ar-steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: step;
}
.ar-step{
  background: var(--ar-white);
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius-lg);
  padding: 30px 26px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ar-step:hover{ transform: translateY(-3px); box-shadow: var(--ar-shadow-md); }
.ar-step__num{
  counter-increment: step;
  font-family: var(--ar-serif);
  font-size: 2.6rem;
  color: var(--ar-maroon);
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 500;
}
.ar-step__num::before{ content: "0" counter(step); }
.ar-step h3{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--ar-ink);
  margin-bottom: 10px;
}
.ar-step p{ color: var(--ar-text); font-size: 0.95rem; }

/* =========================================================
   CONTINENT GRID
   ========================================================= */
.ar-continent{ margin-bottom: 52px; }
.ar-continent:last-child{ margin-bottom: 0; }
.ar-continent__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 20px;
  flex-wrap: wrap;
}
.ar-continent h3{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--ar-ink);
  letter-spacing: -0.01em;
}
.ar-continent__intro{
  color: var(--ar-text);
  font-size: 0.98rem;
  max-width: 600px;
  margin-bottom: 22px;
}

.ar-airports{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.ar-airport{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--ar-white);
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius);
  text-decoration: none;
  color: var(--ar-ink);
  transition: all 0.15s ease;
  font-weight: 500;
}
.ar-airport:hover{
  border-color: var(--ar-maroon);
  background: #fdf5f3;
  transform: translateY(-1px);
}
.ar-airport__city{ font-size: 0.95rem; }
.ar-airport__code{
  font-family: var(--ar-serif);
  font-size: 0.95rem;
  color: var(--ar-muted);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.ar-airport--soon{ opacity: 0.55; pointer-events: none; cursor: default; }
.ar-airport--soon .ar-airport__code{ color: var(--ar-muted); }

/* =========================================================
   REASONS
   ========================================================= */
.ar-reasons{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ar-reason{
  background: var(--ar-white);
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius-lg);
  padding: 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ar-reason__icon{
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #fdf2e8;
  color: var(--ar-mustard-dk);
  border-radius: var(--ar-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ar-reason__icon svg{ width: 22px; height: 22px; }
.ar-reason h3{
  font-family: var(--ar-sans);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ar-ink);
  margin-bottom: 6px;
}
.ar-reason p{ font-size: 0.92rem; color: var(--ar-text); margin: 0; }

.ar-monetize-block{
  margin-top: 36px;
  padding: 30px;
  background: linear-gradient(135deg, #fdf6ed 0%, #faf0dc 100%);
  border: 1px solid #f0e2c0;
  border-radius: var(--ar-radius-lg);
}
.ar-monetize-block p{ margin: 0; font-size: 1rem; color: var(--ar-ink); line-height: 1.65; }

/* =========================================================
   CARD PAGE - hero
   ========================================================= */
.ar-card-hero{
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  color: var(--ar-white);
  overflow: hidden;
  padding: 76px 0 60px;
}
.ar-card-hero__bg{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.ar-card-hero__bg::after{
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(135deg, rgba(122, 30, 45, 0.82) 0%, rgba(42, 31, 26, 0.78) 100%);
}
.ar-card-hero__inner{ position: relative; z-index: 1; width: 100%; }
.ar-card-hero__chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 156, 47, 0.18);
  border: 1px solid rgba(212, 156, 47, 0.4);
  color: var(--ar-mustard-2);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ar-card-hero__chip::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ar-mustard);
  animation: arPulse 2s infinite;
}
.ar-card-hero h1{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  color: var(--ar-white);
  margin-bottom: 18px;
  letter-spacing: -0.015em;
}
.ar-card-hero__lead{
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
  margin-bottom: 28px;
}
.ar-card-hero__cta{ display: flex; flex-wrap: wrap; gap: 12px; }

/* =========================================================
   BOARD
   ========================================================= */
.ar-board{
  padding: 50px 0 60px;
  background: var(--ar-white);
}
.ar-board__frame-wrap{
  position: relative;
  height: 640px;
  overflow: hidden;
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius-lg);
  box-shadow: var(--ar-shadow);
  background: var(--ar-white);
}
.ar-board__frame-wrap iframe{
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}
.ar-board__bridge{
  margin-top: 22px;
  text-align: center;
  color: var(--ar-muted);
  font-size: 0.92rem;
}
.ar-board__viewers{
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  background: #ecf6ef;
  border: 1px solid #b8dcc4;
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--ar-ink);
  line-height: 1.4;
  width: fit-content;
}
.ar-board__viewers strong{ color: var(--ar-forest-dk); font-weight: 700; }
.ar-board__viewers-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ar-forest-2);
  flex-shrink: 0;
  animation: arPulse 2s infinite;
}
.ar-board__cta{
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.ar-board__cta .ar-btn{ min-width: 280px; }

/* =========================================================
   GEO BLOCK
   ========================================================= */
.ar-geo{ padding: 60px 0 80px; background: var(--ar-cream); }
.ar-geo h2{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--ar-ink);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.ar-geo p{
  font-size: 1.02rem;
  color: var(--ar-text);
  line-height: 1.75;
  margin-bottom: 16px;
}
.ar-geo p:last-child{ margin-bottom: 0; }
.ar-geo strong{ color: var(--ar-ink); font-weight: 600; }

/* =========================================================
   404 PAGE
   ========================================================= */
.ar-404{
  padding: 100px 20px 120px;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ar-404__inner{ max-width: 540px; }
.ar-404__code{
  font-family: var(--ar-serif);
  font-size: clamp(6rem, 18vw, 11rem);
  line-height: 1;
  color: var(--ar-maroon);
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.ar-404 h1{
  font-family: var(--ar-serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 14px;
  color: var(--ar-ink);
}
.ar-404 p{
  margin-bottom: 28px;
  color: var(--ar-text);
  font-size: 1.05rem;
  line-height: 1.6;
}
.ar-404__cta{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* =========================================================
   FOOTER
   ========================================================= */
.ar-foot{
  background: var(--ar-ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 56px 0 28px;
}
.ar-foot a{ color: rgba(255, 255, 255, 0.75); text-decoration: none; transition: color 0.15s; }
.ar-foot a:hover{ color: var(--ar-mustard); }
.ar-foot__top{
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 30px;
}
.ar-foot__brand{ max-width: 340px; }
.ar-foot__brand .ar-brand{ color: var(--ar-white); margin-bottom: 16px; }
.ar-foot__brand .ar-brand__name{ color: var(--ar-white); }
.ar-foot__brand .ar-brand__tag{ color: rgba(255, 255, 255, 0.55); }
.ar-foot__brand p{ font-size: 0.9rem; color: rgba(255, 255, 255, 0.65); line-height: 1.65; margin-bottom: 12px; }
.ar-foot__contact{ margin: 0; }
.ar-foot__contact a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: var(--ar-mustard) !important;
  font-weight: 500;
}
.ar-foot__contact a:hover{ color: var(--ar-mustard-2) !important; }
.ar-foot__col h4{
  font-family: var(--ar-sans);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ar-white);
  margin-bottom: 14px;
}
.ar-foot__col ul{ list-style: none; }
.ar-foot__col li{ margin-bottom: 9px; font-size: 0.9rem; }
.ar-foot__info{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.88rem;
}
.ar-foot__bottom{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 880px){
  .ar-steps{ grid-template-columns: 1fr; gap: 14px; }
  .ar-reasons{ grid-template-columns: 1fr; }
  .ar-foot__top{ grid-template-columns: 1fr 1fr; gap: 26px; }
  .ar-foot__brand{ grid-column: span 2; }
}

@media (max-width: 720px){
  .ar-nav{ display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ar-cream); flex-direction: column; gap: 0; border-bottom: 1px solid var(--ar-line); box-shadow: var(--ar-shadow); padding: 12px 0; }
  .ar-nav.is-open{ display: flex; }
  .ar-nav a{ padding: 12px 20px; width: 100%; }
  .ar-burger{ display: flex; }

  .ar-hero{ padding: 50px 0 40px; min-height: auto; }
  .ar-hero__title{ font-size: 2rem; }
  .ar-hero__lead{ font-size: 1rem; }

  .ar-search{ flex-direction: column; padding: 6px; gap: 0; }
  .ar-search__field{ border-right: 0; border-bottom: 1px solid var(--ar-line); padding: 10px 14px; }
  .ar-search__field:last-of-type{ border-bottom: 0; }
  .ar-search > button{ width: 100%; margin: 6px 0 0; padding: 14px 16px; }

  .ar-sec{ padding: 50px 0; }
  .ar-card-hero{ min-height: 360px; padding: 50px 0 40px; }
  .ar-card-hero__cta{ flex-direction: column; gap: 10px; }
  .ar-board{ padding: 30px 0 40px; }
  .ar-board__frame-wrap{ height: 540px; }
  .ar-board__frame-wrap iframe{ height: 600px; }
  .ar-geo{ padding: 40px 0 50px; }
  .ar-foot__top{ grid-template-columns: 1fr; gap: 26px; }
  .ar-foot__brand{ grid-column: auto; }

  .ar-btn{ width: 100%; }
}
