.elementor-265 .elementor-element.elementor-element-13ac1f9{margin-top:100px;margin-bottom:50px;}/* Start custom CSS for html, class: .elementor-element-20fb771 */.news-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}
.latest-featured img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
}
.latest-featured h3 {
  font-size: 20px;
  margin: 10px 0 5px;
}
.latest-featured .news-excerpt {
  font-size: 14px;
  color: #555;
}
.latest-list .news-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.latest-list img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.latest-list .news-title {
  font-size: 16px;
  margin: 0 0 5px;
}
.latest-list .news-excerpt {
  font-size: 13px;
  color: #555;
}
.popular-list .popular-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.popular-list img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}
.popular-list .news-title {
  font-size: 15px;
  margin: 0;
}
.news-date {
  font-size: 12px;
  color: #777;
}
.load-more-btn {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.load-more-btn:hover {
  background: #005f8d;
}
@media (max-width: 768px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }
}

#refresh-btn{
    display: none;
}


/* ====== Giá tôm thẻ ====== */
.shrimp-price {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}

.shrimp-price .section-header {
  margin-bottom: 10px;
}

.shrimp-info {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.shrimp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 6px;
}

.shrimp-table th,
.shrimp-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: center;
}

.shrimp-table th {
  background: rgba(11,30,61,0.95);
  color: #fff;
}

.shrimp-source {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin-top: 4px;
}/* End custom CSS */