.shariah-ui {
  max-width: 760px;
  margin: 40px auto;
  

}
/* Wrapper */
.shariah-search-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 720px;
  margin: 30px auto;
  direction: rtl;
}

/* Market Dropdown */
.shariah-market select {
  height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

/* Search Box */
.shariah-search-box {
  position: relative;
  flex: 1;
}

.shariah-search-box input {
  width: 100%;
  height: 48px;
  padding: 0 44px 0 14px !important ;  
  border-radius: 12px !important ;
  border: 1px solid #dcdcdc !important;
  border-color: #1fa97c !important;
  box-shadow: 0 0 0 3px rgba(31, 169, 124, 0.15);
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  background: #fff;
}


/* Search Icon */
.shariah-search-box .search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 600px) {
  .shariah-search-wrapper {
    flex-direction: column;
  }

  .shariah-market,
  .shariah-search-box {
    width: 100%;
  }
}

.sharia-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    margin-top: 24px;
    direction: rtl;
}


.sharia-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.company-code {
    color: #16a34a;
    font-size: 16px;
}


.sharia-box {
    border: 1px solid #e6e8ec;
    border-radius: 14px;
    padding: 18px;
    margin: 18px;
}

.sharia-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #444;
}


.sharia-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f1f3;
}

.sharia-row:last-child {
    border-bottom: none;
}


.sharia-row .text {
    font-size: 15px;
    color: #333;
}


.sharia-row .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}


.sharia-row.success .icon {
    background: #eafaf1;
    color: #16a34a;
}

.sharia-row.fail .icon {
    background: #ffecec;
    color: #ef4444;
}
