body {
  font-family: "Inter", sans-serif !important;
  background-color: #f9fafb;
  color: #1f2937;
}
.article-panel span{
    font-family: "Inter", sans-serif !important;
}

/* Navy colors */
.bg-navy-800 {
  background-color: #0f1e36;
}
.bg-navy-900 {
  background-color: #0a1424;
}
.text-navy-800 {
  color: #0f1e36; 
}

/* Brand colors */
.text-brand-blue {
  color: #0052cc;
}
.bg-brand-blue {
  background-color: #0052cc;
}
.text-accent-green {
  color: #10b981;
}
.bg-accent-green {
  background-color: #10b981;
}

/* Hero Banner */
.hero-banner {
  background: #0e7665;
  color: #fff;
  padding: 1.5rem 0;
  border-top: 1px solid #0a1424;
}

.hero-banner .breadcrumb-item {
  display: flex;
  align-items: center;
}

.hero-banner .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.2s;
}
.hero-banner .breadcrumb-item a:hover {
  color: #fff;
}
.hero-banner .breadcrumb-item.active {
  color:rgb(175 255 177);
  font-size: 0.75rem;
}
.hero-banner .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.5rem;
  color: #9ca3af;
  vertical-align: middle;
}

.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(10, 20, 36, 0.6);
  border: 1px solid #374151;
  border-radius: 9999px;
  padding: 0.2rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
.badge-live .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0e7665;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.hero-banner h1 {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #d1d5db;
}
.hero-meta i {
  color: #9ca3af;
  margin-right: 0.4rem;
}

/* Metric Cards */
.metric-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.metric-icon {
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.metric-icon.blue {
  background: #eff6ff;
  color: #0052cc;
}
.metric-icon.green {
  background: #ecfdf5;
  color: #10b981;
}
.metric-icon.indigo {
  background: #eef2ff;
  color: #4f46e5;
}
.metric-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.metric-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

/* Article Panel */
.article-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #374151;
}
.article-panel h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f1e36;
  padding-bottom: 0.25rem;
}

.ai-summary-wrap {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ai-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  cursor: pointer;
  background: #fff;
  user-select: none;
}
.ai-summary-header:hover {
  background: #f8f9fa;
}
.ai-badge-ai {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #6366f1;
}
.ai-badge-ai svg {
  width: 18px;
  height: 18px;
  fill: #6366f1;
}
.ai-label-group {
  display: flex;
  flex-direction: column;
}
.ai-quick-read {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
}
.ai-sub {
  font-size: 11px;
  color: #6c757d;
  margin-top: 1px;
}
.ai-chevron {
  transition: transform 0.25s ease;
  color: #6c757d;
}
.ai-chevron.open {
  transform: rotate(180deg);
}
.ai-summary-body {
  border-top: 1px solid #dee2e6;
  padding: 12px 16px 14px;
  background: #fafafa;
  display: none;
}
.ai-summary-body.show {
  display: block;
}
.ai-summary-body ul {
  margin: 0;
  padding-left: 20px;
}
.ai-summary-body ul li {
  font-size: 14px;
  color: #343a40;
  line-height: 1.6;
  margin-bottom: 6px;
}
.ai-summary-body ul li:last-child {
  margin-bottom: 0;
}

.insight-box {
  background: #eff6ff;
  border-left: 4px solid #0052cc;
  padding: 1rem;
  border-radius: 0 0.5rem 0.5rem 0;
  margin: 1.5rem 0;
}
.insight-box h4 {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0052cc;
  margin-bottom: 0.35rem;
}
.insight-box p {
  font-size: 0.75rem;
  color: #374151;
  margin: 0;
}

.alert-constraint {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.75rem;
  color: #92400e;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.alert-constraint i {
  color: #d97706;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

/* Data Table Panel */
.data-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.5rem;
}
.data-panel h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f1e36;
  margin-bottom: 1.25rem;
}

/* .data-table {
  width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
}
.data-table thead tr {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.data-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}
.data-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.15s;
}
.data-table tbody tr:hover {
  background: rgba(249, 250, 251, 0.7);
}
.data-table tbody td {
  padding: 0.75rem 1rem;
  color: #374151;
}
.data-table .td-main {
  font-weight: 600;
  color: #111827;
}
.td-sub {
  font-size: 0.6rem;
  color: #9ca3af;
  font-weight: 400;
  display: block;
}
.td-projected {
  font-weight: 600;
  color: #111827;
}
.td-cagr {
  color: #0052cc;
  font-weight: 600;
} */

.readings-section {
  padding-top: 0.5rem;
}
.readings-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}
.reading-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reading-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.reading-item:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}
.reading-icon {
  font-size: 0.85rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.reading-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.reading-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #1d4ed8;
  line-height: 1.4;
}
.reading-item:hover .reading-title {
  text-decoration: underline;
}
.reading-meta {
  font-size: 0.68rem;
  color: #6b7280;
}

/* Sticky Sidebar */
.sidebar-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 1.5rem;
  position: sticky;
  top: 1rem;
}
.sidebar-box .sidebar-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f1e36;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.sidebar-box .sidebar-subtitle {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.25rem;
  font-weight: 400;
}

.format-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #374151;
  margin-bottom: 0.5rem;
}
.format-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.7rem;
  color: #4b5563;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  padding: 0.25rem 1.5rem;
  margin: 0.15rem;
}
.format-tag img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.btn-request-sample {
  display: block;
  width: 100%;
  text-align: center;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.7rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  margin-bottom: 0.75rem;
}
.btn-request-sample:hover {
  background: #bae6fd;
  color: #0369a1;
}

.btn-purchase {
  display: block;
  width: 100%;
  text-align: center;
  background: rgb(25 87 148);
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.7rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 82, 204, 0.25);
}
.btn-purchase:hover {
  background: #0044aa;
  box-shadow: 0 4px 14px rgba(0, 82, 204, 0.35);
  color: #fff;
}

/* Existing styles stay the same â€” add these new ones */

.btn-details {
  display: block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  color: #0052cc;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.7rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 1.5px solid #0052cc;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  transition: background 0.2s;
}
.btn-details:hover {
  background: #e8f0ff;
  color: #0044aa;
}
.share-section {
  border-top: 1px solid #f3f4f6;
  padding-top: 1rem;
  margin-top: 0.75rem;
}
.share-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #374151;
  margin-bottom: 0.6rem;
}
.share-btns {
  display: flex;
  gap: 0.5rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
}
.share-btn:hover {
  opacity: 0.8;
}
.share-fb {
  background: #1877f2;
  color: #fff;
  border: 1px solid #1877f2;
}
.share-li {
  background: #0a66c2;
  color: #fff;
  border: 1px solid #0a66c2;
}
.share-x {
  background: #000000;
  color: #fff;
  border: 1px solid #000;
}
.share-btn:hover {
    opacity: 0.8 !important;
    text-decoration: none;
}
 
.share-btns .share-fb:hover,
.share-btns .share-fb:focus {
    background: #1877f2 !important;
    color: #fff !important;
    border-color: #1877f2 !important;
}
 
.share-btns .share-li:hover,
.share-btns .share-li:focus {
    background: #0a66c2 !important;
    color: #fff !important;
    border-color: #0a66c2 !important;
}
 
.share-btns .share-x:hover,
.share-btns .share-x:focus {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.contact-section {
  border-top: 1px solid #f3f4f6;
  padding-top: 1rem;
}
.contact-section .contact-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.375rem;
}
.contact-item i {
  color: #9ca3af;
  width: 16px;
  text-align: center;
}
.contact-item a {
  color: #374151;
  font-weight: 500;
  text-decoration: none;
}
.contact-item a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .sidebar-box {
    position: relative;
    top: 0;
  }
}