@media (min-width: 1400px) {
  .container-custom {
    max-width: 1376px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 1399px) {
  .container-custom {
    width: 100%;
    padding: 0 15px;
  }
}

/* --- মতামত লিস্ট (এখন বাম পাশে) --- */
.op-list-col {
  padding-right: 30px;
  border-right: 1px solid #eee;
}

.op-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.op-list-item:last-child {
  border-bottom: none;
}

.op-circle-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.op-list-content {
  flex-grow: 1;
}
.op-list-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.author-info {
  margin-top: 5px;
}
.author-dash {
  width: 25px;
  height: 2px;
  background-color: var(--bd-red);
  margin-bottom: 4px;
}
.author-name {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  display: block;
}
.author-desig {
  font-size: 15px;
  color: #777;
  display: block;
}

.op-rect-img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

/* --- লিড মতামত (এখন ডান পাশে) --- */
.op-lead-container {
  position: relative;
  padding: 0;
}

.op-lead-border-box {
  border: 2px solid var(--lead-border);
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 20px;
  height: 553px;
  padding: 40px 30px 25px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.op-lead-title-area {
  position: relative;
  z-index: 3;
  width: calc(100% + 40px);
  margin-left: -50px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.op-lead-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 2.3;
  color: #fff;
  display: inline;
  background-color: var(--bg-title);
  box-shadow: 15px 0 0 var(--bg-title), -15px 0 0 var(--bg-title);
  padding: 8px 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 4px;
}

.op-lead-details {
  font-size: 22px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.op-lead-author-block {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.lead-dash {
  width: 40px;
  height: 3px;
  background-color: var(--bd-red);
  margin-bottom: 8px;
}
.lead-author-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
