/* Modern Styles for Right Detail Page */
.rights-page {
  font-family: "Segoe UI", Roboto, sans-serif;
  color: #222;
  line-height: 1.7;
  background: #fafafa;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #0b5fff, #4a9eff);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}
.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}

/* Content Wrapper */
.content-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Article Content */
.right-article .content p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  color: #333;
}

.right-article .content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #0b5fff;
  border-left: 4px solid #0b5fff;
  padding-left: 10px;
}

.right-article .content ul {
  margin: 1rem 0 1.5rem 1.5rem;
  padding: 0;
}
.right-article .content ul li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 20px;
}
.right-article .content ul li::before {
  content: "✔";
  color: #0b5fff;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  top: 2px;
}

/* Contact Section */
.contact-block {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.contact-block h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #444;
}
.contact-block p {
  margin-bottom: 0.9rem;
  color: #555;
  font-size: 1rem;
}
