
    body {
      background-color: #eef2f7;
    }
.card-icropci {
  border-radius: 1rem;
  border: 1px solid #ccc;
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1);
  background: #fff;
  max-width: 900px;   
  margin: 0 auto;     
}
.custom-padding {
  padding: 2.25rem; 
}
.image-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
  margin: 4px;
  border: 1px solid #ccc;
  cursor: zoom-in;
}
.attachment-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.lightbox-backdrop {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.85);
  top: 0; left: 0;
  width: 100%; height: 100%;
  justify-content: center;
  align-items: center;
}
.lightbox-backdrop img {
  max-width: 95%;
  max-height: 90vh;
  box-shadow: 0 0 15px black;
}
.lightbox-backdrop.show {
  display: flex;
}
.breadcrumb-nav {margin-top: 10px; margin-bottom: 25px; margin-left: 15px;}