/* ================================
   AR RIGHT MENU – FINAL
================================ */

/* KAPSAYICI */
.pool-side-menu-ar {
background: var(--surface);
border: 1px solid var(--pool-border);
border-radius: var(--radius-sm10);
  padding: 18px 16px;
  
  box-shadow: var(--pool-shadow-soft);
}

/* BASLIK */
.pool-menu-title-ar {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 14px;
  direction: rtl;
  text-align: right;
}

/* LINK + TOGGLE */
.pool-menu-item-ar,
.pool-menu-toggle-ar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 9px 12px;
  margin-bottom: 6px;

  border: 1px solid #dbe7f6;
  border-radius: 10px;
  background: #fff;

  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: right;
}

.pool-menu-item-ar:hover,
.pool-menu-toggle-ar:hover {
  background: #f3f7fc;
}

/* ICON */
.icon-ar {
  width: 16px;
  text-align: center;
  font-weight: bold;
}

/* ACCORDION */
.pool-menu-panel-ar {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.pool-menu-accordion-ar.is-open > .pool-menu-panel-ar {
  max-height: 1500px;
}

/* PANEL LINKLER */
.pool-menu-panel-ar a {
  display: block;
  padding: 6px 12px;
  margin-bottom: 4px;
  font-size: 13px;
  border-radius: 8px;
  background: #f7f9fc;
  text-align: right;
  text-decoration: none;
  color: #1f2d3d;
}

.pool-menu-panel-ar a:hover {
  background: #e9f1fb;
}

/* ALT GÖRSEL */
.menu-banner-ar {
  width: 100%;
  border-radius: 12px;
  margin-top: 10px;
}
