body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

.header-section {
  background: url("../../assets/img/Contact.jpg") center/cover no-repeat;
  color: white;
  padding: 80px 0;
  font-weight: 700;
  font-size: 2rem;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-wrapper {
  display: flex;
  gap: 30px;
  padding: 30px;
}

.main-content {
  flex: 2;
}

.sidebar {
  flex: 1;
  max-width: 300px;
}

.date-category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.date-category span {
  background: #f8f9fa;
  padding: 4px 12px;
  border-radius: 15px;
  border: 1px solid #dee2e6;
}

.commodity-link {
  color: #007bff;
  text-decoration: none;
}

.commodity-link:hover {
  text-decoration: underline;
}

.main-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.content-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}

.content-text p {
  margin-bottom: 15px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 30px 0 20px 0;
}

.subsection-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 25px 0 15px 0;
}

.benefits-list {
  padding-left: 0;
  list-style: none;
}

.benefits-list li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.benefits-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
  font-size: 18px;
}

.requirements-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.requirements-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.requirements-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
  font-size: 18px;
}

.tips-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.tips-list li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.tips-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 16px;
}

.sidebar-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
}

.sidebar-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recent-posts-list {
  list-style: none;
  padding: 0;
}

.recent-posts-list li {
  margin-bottom: 12px;
}

.recent-posts-list a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.recent-posts-list a:hover {
  text-decoration: underline;
}

.categories-list {
  list-style: none;
  padding: 0;
}

.categories-list li {
  margin-bottom: 8px;
}

.categories-list a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.categories-list a:hover {
  text-decoration: underline;
}

.categories-list .current-cat a {
  font-weight: bold;
  color: #333;
}

.latest-news {
  list-style: none;
  padding: 0;
}

.news-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-thumb {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #ddd;
  flex-shrink: 0;
}

.news-content h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}

.news-content h6 a {
  color: #333;
  text-decoration: none;
}

.news-content h6 a:hover {
  color: #007bff;
}

.news-date {
  font-size: 11px;
  color: #666;
}

.archives-select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  font-size: 14px;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-item {
  background: #007bff;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 12px;
  transition: background-color 0.3s;
}

.tag-item:hover {
  background: #0056b3;
  color: white;
}

.highlight-box {
  background: #e3f2fd;
  border-left: 4px solid #007bff;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
}

.highlight-box h4 {
  color: #007bff;
  margin-bottom: 15px;
  font-size: 18px;
}

.news-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .main-title {
    font-size: 20px;
  }

  .hero-image {
    height: 250px;
  }
}

@media (max-width: 480px) {
  body {
    padding: 10px 0;
  }

  .main-container {
    margin: 0 10px;
  }

  .hero-image {
    height: 200px;
  }
}
