/* Tender detail — Layer 3 (CTA LPSE, timeline, grade table, widget, analysis, checklist) */
.iko-t3 {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.1rem 1.35rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.iko-t3__archive-banner {
  margin: 0 0 1rem;
  padding: 10px 12px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #334155;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
}

.iko-t3__similar {
  margin: 0 0 1.1rem;
  padding: 0 0 0.25rem;
}

.iko-t3__similar h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.iko-t3__similar ul {
  margin: 0;
  padding-left: 1.15rem;
}

.iko-t3__similar li {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}

/* Tender serupa di akhir section (satu blok dengan ringkasan LPSE) */
.iko-t3__similar--section-footer {
  margin: 1.2rem 0 0;
  padding: 1.05rem 0 0;
  border-top: 1px solid #e2e8f0;
}

.iko-t3__similar a {
  color: #0369a1;
  text-decoration: none;
}

.iko-t3__similar a:hover {
  text-decoration: underline;
}

.iko-t3__cta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
}

.iko-t3__promo {
  font-size: 0.84rem;
  margin: 0 0 1.15rem;
  padding: 10px 12px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  line-height: 1.5;
}

.iko-t3__promo a {
  font-weight: 600;
}

.iko-t3__promo-sep {
  color: #94a3b8;
}

.iko-t3__btn-lpse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.iko-t3__btn-lpse:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.iko-t3__btn-lpse--primary {
  background: linear-gradient(135deg, #0369a1 0%, #0c4a6e 100%);
  color: #fff !important;
  border-color: #075985;
}

.iko-t3__btn-lpse--secondary {
  background: #fff;
  color: #0f172a !important;
  border-color: #cbd5e1;
}

.iko-t3__block {
  margin-bottom: 1.35rem;
}

.iko-t3__block:last-child {
  margin-bottom: 0;
}

.iko-t3__h {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

.iko-t3__muted {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 0.75rem;
}

.iko-t3__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 3px solid #cbd5e1;
  margin-left: 14px;
  padding-left: 18px;
}

.iko-t3__timeline-step {
  position: relative;
  padding: 10px 0 10px 4px;
}

.iko-t3__timeline-step.is-active .iko-t3__timeline-title {
  color: #0369a1;
}

.iko-t3__timeline-step.is-active .iko-t3__timeline-num {
  background: #0369a1;
  color: #fff;
  border-color: #0369a1;
}

.iko-t3__timeline-num {
  position: absolute;
  left: -32px;
  top: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #94a3b8;
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
}

.iko-t3__timeline-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.iko-t3__timeline-title {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.92rem;
}

.iko-t3__timeline-date {
  font-size: 0.82rem;
  color: #64748b;
}

.iko-t3__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 991px) {
  .iko-t3__grid2 {
    grid-template-columns: 1fr;
  }
}

.iko-t3__table-grade {
  font-size: 0.82rem;
  background: #fff;
}

.iko-t3__table-grade th {
  background: #f1f5f9;
}

.iko-t3__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.iko-t3__badge--ok {
  color: #15803d;
}

.iko-t3__badge--warn {
  color: #b45309;
}

.iko-t3__badge--no {
  color: #b91c1c;
}

.iko-t3__contractor-list {
  margin: 0 0 0.5rem;
  padding-left: 1.1rem;
}

.iko-t3__contractor-list a {
  font-weight: 600;
}

.iko-t3__more {
  display: inline-block;
  margin-top: 6px;
  font-weight: 700;
  font-size: 0.88rem;
}

.iko-t3__analysis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 640px) {
  .iko-t3__analysis {
    grid-template-columns: 1fr;
  }
}

.iko-t3__analysis-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
}

.iko-t3__analysis-title {
  margin: 0 0 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
}

.iko-t3__analysis-body {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #475569;
}

.iko-t3__checklist {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.iko-t3__checklist li {
  margin-bottom: 8px;
}

.iko-t3__check-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
  color: #334155;
  cursor: default;
  margin: 0;
}

.iko-t3__check-label input {
  margin-top: 3px;
}
