.detail-body-section{
    background-color: #ffffff;
}
.detail-line {
    border: none;
    height: 0.5px;
    background-color: #e7e7e7;
    margin-top: 0;
}

/* detail-content-section */
.detail-content-section{
    width: 50%;
    margin: 0 auto;
    padding: 15px 0;
}

.micro-head span{
    font-weight: 400;
}
.main-head.d{
    padding-bottom: 10px;
}

.micro-head.d {
    padding: 3px 0px;
}
.main-img.d {
    width: 100%;
    height: auto;
    padding: 20px 0px 10px 0px;
}

.detail-summary{
    font-size: 18px;
    margin: 0;
    padding: 10px 0px;
    font-weight: 500;
     font-family: "Noto Serif", Georgia, serif;
     color: #1f2933;
     line-height: 1.6rem;
}
.detail-summary span{
    color: #2760d1;
}





.related-stories h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.story-grid {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.story .category {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}

.story-title {
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  color: #003399;
  display: block;
  margin: 5px 0;
}

.story .date {
  font-size: 12px;
  color: #888;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.conversation-section h2 {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.follow-btn {
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}

.auth-buttons {
  margin: 15px 0;
}

.login-btn, .signup-btn {
  background-color: #1e1e1e;
  color: white;
  border: none;
  padding: 10px 16px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}

.conversation-closed {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.avatar-placeholder {
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
  color: white;
}

.guidelines {
  font-size: 13px;
  color: #444;
}

.guidelines a {
  color: #0066cc;
  text-decoration: none;
}

.comments-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #007bff;
  padding-top: 10px;
  margin-top: 20px;
}

.all-comments-tab {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 2px solid #007bff;
}

.comment-action {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #555;
}

.bell {
  font-size: 16px;
  cursor: pointer;
}