/* site.css - RTL friendly */
body {
  direction: rtl;
  text-align: right;
  font-family: "Tahoma", "Arial", sans-serif;
  background: #f7f7f7;
  color: #222;
  font-size: 20px;
}

.header-top {
  background: linear-gradient(90deg,#0d6efd,#6610f2);
  color: #fff;
  padding: 18px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.header-top h1 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.brand-sub {
  font-size: 12px;
  opacity: 0.9;
}

.navbar-custom {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* News ticker */
#newsTicker {
  background: #fff8e1;
  padding: 8px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
}

/* blocks */
.block {
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

/* footer */
footer {
  margin-top: 20px;
  padding: 14px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
