.top-header {
  background: linear-gradient(135deg, #0b4f8a 0%, #0a66b2 100%);
  height: 110px;
  position: relative;
  overflow: hidden;
}

.top-header::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,0.55) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.8;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.header-title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.chart-week-title {
  color: #000;
}

.archive-btn {
  background: white;
  color: #0a66b2;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.archive-btn:hover { background: #e3f2fd; }

.chart-container {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.chart-section {
  flex: 1;
  padding: 30px;
  border-right: 1px solid #e0e0e0;
  position: relative;
}

.chart-section img, .img-responsive-chart {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.chart-of-week-image {
  width: 100% !important;
  height: 300px !important;
}

.sub-chart-container {
  align-items: stretch;
  gap: 0;
  overflow-y: hidden;
}

.sub-chart-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  min-height: 590px;
  padding: 18px 14px 20px;
}

.sub-chart-section img {
  width: 100%;
  height: 150px;
  object-fit: fill;
  margin-bottom: 14px;
}

.sub-chart-section .sub-title {
  min-height: 58px;
}

.sub-chart-section .description {
  flex: 1;
}

.sub-chart-section .download {
  align-self: center;
  margin-top: auto;
}

.meta {
  font-size: 12px;
  color: #1c7b0b;
  text-align: right;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.download {
  background: #ffeb3b;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
}
.download:hover { background: #fdd835; }

.share-linkedin i {
  color: #0A66C2;
  font-size: 25px;
}
.white-bg {
    background: #fff;
}

.breadcrumb-custom {
    padding-left: 20px;
}

.hidden-frame {
    display: none;
}

.download-btn {
    background: #ffeb3b;
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border: none;
    display: inline-block;
}

.download-btn:hover {
    background: #fdd835;
    color: inherit;
    text-decoration: none;
}

.img-responsive-chart {
    width: 70%;
    max-width: 100%;
    height: auto;
}

.archive-btn {
    border-radius: 4px;
    transition: all 0.3s ease;
}

.archive-btn:hover {
    background: #e3f2fd;
    color: #0a66b2;
}

.share-linkedin {
    text-decoration: none;
}

.share-linkedin:hover i {
    color: #004182;
}