/* Ramazan addon — ne dira postojeći CSS */

.hb-ramazan{
  flex: 3;
  background: #ffffff;
  padding: 18px 18px;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  min-width: 340px;
}

.hb-ramazan-mini{
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  margin-bottom: 14px;
}

.hb-ramazan-mini-title{
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.hb-ramazan-mini-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hb-ramazan-card{
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fafafa;
}

.hb-ramazan-label{
  font-size: 13px;
  color: #374151;
  margin-bottom: 6px;
}

.hb-ramazan-time{
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.hb-ramazan-count{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f3f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.hb-ramazan-count-label{
  font-size: 13px;
  color: #374151;
}

.hb-ramazan-count-timer{
  font-size: 18px;
  font-weight: 800;
  color: #111;
  white-space: nowrap;
}

.hb-ramazan-note{
  margin-top: 10px;
  font-size: 12px;
  color: #374151;
  line-height: 1.35;
}

.hb-ramazan-table-wrap{
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.hb-ramazan-table-title{
  padding: 12px 14px;
  font-weight: 800;
  border-bottom: 1px solid #e5e7eb;
}

.hb-ramazan-range{
  padding: 10px 14px;
  font-size: 12px;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}

.hb-ramazan-table table{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.hb-ramazan-table th,
.hb-ramazan-table td{
  padding: 8px 10px;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
  vertical-align: middle;
}

.hb-ramazan-table th{
  background: #f9fafb;
  font-weight: 700;
}

.hb-ramazan-badge{
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e7f5ec;
  color: #1f7a3a;
  margin-right: 8px;
}

.hb-ramazan-today{
  outline: 2px solid rgba(46,125,50,.35);
  outline-offset: -2px;
}

@media (max-width: 768px){
  .hb-ramazan{
    min-width: auto;
    border-left: 0;
    border-right: 0;
    padding: 16px 15px;
  }
}

