/* ==================================
   NEWS PAGE STYLES - MODERN LOGISTICS
   ================================== */

/* News Breadcrumb Section */
.jina-news-breadcrumb-section {
  padding: 1rem 0;
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.1) 0%,
    rgba(246, 137, 30, 0.05) 100%
  );
  border-bottom: 1px solid rgba(246, 137, 30, 0.1);
}

.jina-breadcrumb-container {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.jina-modern-breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  min-width: max-content;
}

.jina-modern-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.85rem;
  flex-shrink: 0;
  padding: 0 !important;
}

.jina-modern-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 10px 0 3px;
  opacity: 0.6;
  padding: 0 !important;
}

.jina-breadcrumb-link {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
}

.jina-breadcrumb-link:hover {
  color: var(--primary-color);
  background: rgba(246, 137, 30, 0.1);
  transform: translateY(-2px);
}

.jina-breadcrumb-link i {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.jina-modern-breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
  font-weight: 600;
}

/* News Header Section - Nhỏ gọn hơn */
.jina-news-header-section {
  position: relative;
  padding: 3rem 0 2rem;
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.08) 0%,
    rgba(255, 255, 255, 0.98) 30%,
    rgba(246, 137, 30, 0.03) 100%
  );
  overflow: hidden;
  min-height: 35vh;
  display: flex;
  align-items: center;
}

.jina-news-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.jina-news-bg-elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Background Shipping Containers */
.jina-news-shipping-containers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jina-shipping-container {
  position: absolute;
  width: 80px;
  height: 40px;
  background-image: url("https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=80&h=40&fit=crop&crop=center");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  opacity: 0.7;
  box-shadow: 0 4px 15px rgba(246, 137, 30, 0.3);
  filter: sepia(30%) saturate(1.2) hue-rotate(10deg);
  transition: all 0.3s ease;
  cursor: pointer;
}

.jina-shipping-container:hover {
  opacity: 0.9;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(246, 137, 30, 0.5);
  filter: sepia(20%) saturate(1.4) hue-rotate(5deg);
}

.jina-shipping-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.2) 0%,
    transparent 50%,
    rgba(246, 137, 30, 0.1) 100%
  );
  border-radius: 4px;
  pointer-events: none;
}

.jina-container-float-1 {
  top: 15%;
  right: 10%;
  background-image: url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=80&h=40&fit=crop&crop=center");
  animation: jina-float-container 12s ease-in-out infinite;
}

.jina-container-float-2 {
  top: 60%;
  left: 5%;
  background-image: url("https://images.unsplash.com/photo-1586953208448-b95a79798f07?w=80&h=40&fit=crop&crop=center");
  animation: jina-float-container 15s ease-in-out infinite -5s;
}

.jina-container-float-3 {
  bottom: 10%;
  right: 15%;
  background-image: url("https://images.unsplash.com/photo-1605810230434-7631ac76ec81?w=80&h=40&fit=crop&crop=center");
  animation: jina-float-container 10s ease-in-out infinite -2s;
}

/* Background Logistics Routes */
.jina-news-logistics-routes {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jina-logistics-route {
  position: absolute;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(246, 137, 30, 0.3) 30%,
    rgba(246, 137, 30, 0.5) 50%,
    rgba(246, 137, 30, 0.3) 70%,
    transparent 100%
  );
  opacity: 0.4;
  z-index: 5;
  border-radius: 1px;
}

.jina-logistics-route::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(246, 137, 30, 0.8) 10%,
    var(--primary-color) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    var(--primary-color) 60%,
    rgba(246, 137, 30, 0.8) 90%,
    transparent 100%
  );
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(246, 137, 30, 0.8);
  z-index: 6;
  animation: jina-route-flow 5s linear infinite;
}

.jina-logistics-route::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(246, 137, 30, 0.7) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(246, 137, 30, 0.7) 70%,
    transparent 100%
  );
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(246, 137, 30, 0.5);
  z-index: 7;
  animation: jina-route-pulse 4s linear infinite;
  animation-delay: -2s;
}

.jina-route-1 {
  top: 25%;
  left: 0;
  right: 0;
  transform: rotate(-5deg);
}

.jina-route-1::before {
  animation-delay: 0s;
}

.jina-route-1::after {
  animation-delay: -0.5s;
}

.jina-route-2 {
  top: 50%;
  left: 10%;
  right: 10%;
  transform: rotate(3deg);
}

.jina-route-2::before {
  animation-delay: -1.5s;
}

.jina-route-2::after {
  animation-delay: -2s;
}

.jina-route-3 {
  bottom: 30%;
  left: 5%;
  right: 5%;
  transform: rotate(-2deg);
}

.jina-route-3::before {
  animation-delay: -2.5s;
}

.jina-route-3::after {
  animation-delay: -3s;
}

/* Korean Pattern Elements - Nhỏ gọn hơn */
.jina-news-korean-elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jina-korean-pattern {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.08;
  background: linear-gradient(
    45deg,
    var(--primary-color) 0%,
    transparent 50%,
    var(--primary-color) 100%
  );
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: jina-korean-rotate 25s linear infinite;
}

.jina-pattern-1 {
  top: 25%;
  left: 15%;
}

.jina-pattern-2 {
  bottom: 30%;
  right: 20%;
  animation-delay: -12s;
}

/* News Header Content */
.jina-news-header-content {
  position: relative;
  z-index: 10;
}

.jina-news-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(246, 137, 30, 0.3);
  border-radius: 50px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary-color);
  box-shadow: 0 8px 32px rgba(246, 137, 30, 0.2);
  animation: jina-badge-glow 3s ease-in-out infinite alternate;
}

.jina-news-badge i {
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.jina-news-title {
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jina-title-main {
  color: #333;
  display: block;
}

.jina-title-highlight {
  color: var(--primary-color);
  position: relative;
  display: block;
}

.jina-title-highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 15%;
  width: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-color) 20%,
    rgba(246, 137, 30, 0.8) 50%,
    var(--primary-color) 80%,
    transparent 100%
  );
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(246, 137, 30, 0.4);
  animation: jina-highlight-wave 4s ease-in-out infinite;
}

.jina-news-description {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* News Stats */
.jina-news-stats {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.jina-news-stats .jina-stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.jina-news-stats .jina-stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(246, 137, 30, 0.2);
}

.jina-news-stats .jina-stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.25rem;
}

.jina-news-stats .jina-stat-label {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* News Filter Section */
.jina-news-filter-section {
  padding: 2rem 0;
  background: rgba(246, 137, 30, 0.02);
  border-bottom: 1px solid rgba(246, 137, 30, 0.1);
}

.jina-filter-container {
  position: relative;
}

.jina-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.jina-filter-btn {
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 25px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-width: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.jina-filter-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 137, 30, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.jina-filter-btn:hover::before {
  left: 100%;
}

.jina-filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(246, 137, 30, 0.2);
  border-color: var(--primary-color);
}

.jina-filter-btn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  box-shadow: 0 8px 25px rgba(246, 137, 30, 0.3);
}

/* Sort Container */
.jina-sort-container {
  display: flex;
  justify-content: flex-end;
}

.jina-sort-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 15px;
}

.jina-sort-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.jina-sort-label i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}

.jina-sort-select {
  background: transparent;
  border: none;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding-right: 27px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23f6891e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.1rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

/* News Grid Section */
.jina-news-grid-section {
  padding: 4rem 0;
  position: relative;
  min-height: 70vh;
}

.jina-news-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.jina-news-loading-overlay.active {
  opacity: 1;
  visibility: visible;
}

.jina-loading-spinner {
  text-align: center;
}

.jina-logistics-loader {
  width: 80px;
  height: 40px;
  position: relative;
  margin: 0 auto 1rem;
}

.jina-truck-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.jina-truck-body {
  width: 60px;
  height: 25px;
  background: var(--primary-color);
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  left: 10px;
}

.jina-truck-body::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  border-radius: 2px;
}

.jina-truck-wheels {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.jina-wheel {
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  animation: jina-wheel-spin 1s linear infinite;
}

.jina-loading-text {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.1rem;
  animation: jina-text-pulse 2s ease-in-out infinite alternate;
}

/* News Grid Container */
.jina-news-grid-container {
  transition: opacity 0.3s ease;
}

/* News Item Styles */
.jina-news-item {
  height: 100%;
  transition: all 0.3s ease;
}

.jina-news-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(246, 137, 30, 0.1);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.jina-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(246, 137, 30, 0.2);
  border-color: var(--primary-color);
}

.jina-news-image-container {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.jina-news-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.jina-news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.jina-news-card:hover .jina-news-image {
  transform: scale(1.1);
}

.jina-news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    transparent 30%,
    transparent 70%,
    rgba(0, 0, 0, 0.3) 100%
  );
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
}

.jina-news-category-badge {
  background: rgba(246, 137, 30, 0.9);
  backdrop-filter: blur(10px);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.jina-featured-badge {
  background: rgba(255, 215, 0, 0.9);
  backdrop-filter: blur(10px);
  color: #333;
  padding: 0.5rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: jina-star-pulse 2s ease-in-out infinite alternate;
}

.jina-news-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.jina-news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #666;
}

.jina-news-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.jina-news-stats {
  display: flex;
  gap: 1rem;
}

.jina-news-views,
.jina-news-reading-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.jina-news-title {
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.9231rem + 0.3846vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
}

.jina-news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.jina-news-title a:hover {
  color: var(--primary-color);
}

.jina-news-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jina-news-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.jina-read-more-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  background: rgba(246, 137, 30, 0.1);
}

.jina-read-more-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateX(5px);
}

.jina-share-btn {
  background: rgba(246, 137, 30, 0.1);
  border: none;
  padding: 0.75rem;
  border-radius: 50%;
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.jina-share-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

/* Featured News Item */
.jina-news-item.jina-featured .jina-news-card {
  border: 2px solid var(--primary-color);
  box-shadow: 0 15px 50px rgba(246, 137, 30, 0.2);
}

.jina-news-item.jina-featured .jina-news-title {
  color: var(--primary-color);
}

/* News Search Overlay */
.jina-news-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jina-news-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.jina-search-modal {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 20px;
  padding: 2rem;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.jina-news-search-overlay.active .jina-search-modal {
  transform: scale(1);
}

.jina-search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.jina-search-header h3 {
  color: var(--primary-color);
  margin: 0;
}

.jina-search-close {
  background: rgba(246, 137, 30, 0.1);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.jina-search-close:hover {
  background: var(--primary-color);
  color: white;
}

.jina-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(246, 137, 30, 0.2);
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.jina-search-input-wrapper:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(246, 137, 30, 0.1);
}

/* .jina-search-input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  outline: none;
} */

.jina-search-submit {
  background: var(--primary-color);
  border: none;
  padding: 1rem 1.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.jina-search-submit:hover {
  background: rgba(246, 137, 30, 0.8);
}

/* Pagination Styles */
.jina-pagination-container {
  margin-top: 3rem;
  transition: opacity 0.3s ease;
}

.jina-pagination-nav {
  display: flex;
  justify-content: center;
}

.jina-pagination-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jina-pagination-item {
  display: flex;
}

.jina-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 12px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.jina-page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 137, 30, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.jina-page-link:hover::before {
  left: 100%;
}

.jina-page-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(246, 137, 30, 0.2);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.jina-page-link.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  box-shadow: 0 8px 25px rgba(246, 137, 30, 0.3);
}

.jina-page-prev,
.jina-page-next {
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
}

.jina-pagination-dots span {
  color: #999;
  padding: 0.5rem;
}

/* Animations */
@keyframes jina-float-container {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(2deg);
  }
  50% {
    transform: translateY(-25px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

@keyframes jina-route-flow {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(calc(100vw + 50px));
    opacity: 0;
  }
}

@keyframes jina-route-pulse {
  0% {
    transform: translateX(-30px) scaleX(0.5);
    opacity: 0;
  }
  15% {
    opacity: 0.8;
    transform: translateX(-20px) scaleX(1);
  }
  85% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(calc(100vw + 30px)) scaleX(0.5);
    opacity: 0;
  }
}

@keyframes jina-korean-rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(1.1);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  75% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes jina-badge-glow {
  0% {
    box-shadow: 0 8px 32px rgba(246, 137, 30, 0.2);
  }
  100% {
    box-shadow: 0 12px 40px rgba(246, 137, 30, 0.4);
  }
}

@keyframes jina-star-pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes jina-wheel-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes jina-text-pulse {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes jina-highlight-wave {
  0% {
    width: 0;
    opacity: 0;
    transform: scaleX(0);
  }
  15% {
    opacity: 1;
  }
  35% {
    width: 100%;
    opacity: 1;
    transform: scaleX(1);
  }
  65% {
    width: 100%;
    opacity: 1;
    transform: scaleX(1);
  }
  80% {
    width: 100%;
    opacity: 0.4;
    transform: scaleX(1);
  }
  95% {
    width: 0;
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    width: 0;
    opacity: 0;
    transform: scaleX(0);
  }
}

#contactModal {
  z-index: 10000;
}
#contactModal .text-primary {
  color: var(--primary-color) !important;
}
#contactModal .btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
/* Responsive Design */
@media (max-width: 768px) {
  .jina-news-header-section {
    padding: 2rem 0 1.5rem;
    text-align: center;
    min-height: 25vh;
  }

  .jina-news-title {
    line-height: 1.2;
  }

  .jina-news-stats {
    flex-direction: row;
    gap: 10px;
  }

  .jina-news-stats .jina-stat-item {
    padding: 1.5rem 1rem;
    min-width: 150px;
  }

  .jina-category-filters {
    justify-content: center;
    margin-bottom: 1rem;
    gap: 4px;
  }
  .jina-filter-btn {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  .jina-sort-container {
    justify-content: center;
  }

  .jina-news-image-container {
    height: 200px;
  }

  .jina-shipping-container {
    width: 60px;
    height: 30px;
  }

  .jina-pagination-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .jina-news-meta {
    margin-bottom: 10px;
  }
  .jina-news-item.jina-featured .jina-news-title {
    margin-bottom: 10px;
  }
  .jina-news-excerpt {
    margin-bottom: 12px;
  }
  .jina-news-grid-section {
    padding: 2rem 0;
  }
}

@media (max-width: 480px) {
  .jina-news-header-section {
    padding: 1.5rem 0 1rem;
    min-height: 20vh;
  }

  .jina-news-description {
    font-size: 1.1rem;
  }

  .jina-modern-breadcrumb {
    padding: 0.5rem 1rem;
  }

  .jina-filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .jina-news-image-container {
    height: 180px;
  }

  .jina-news-content {
    padding: 1rem;
  }

  .jina-page-link {
    min-width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

/* ==================================
   NEWS DETAIL PAGE STYLES
   ================================== */

/* News Detail Hero Section - Mobile First */
.tin-tuc-detail-hero-section {
  position: relative;
  height: 35vh;
  min-height: 280px;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Desktop styles */
@media (min-width: 768px) {
  .tin-tuc-detail-hero-section {
    height: 50vh;
    min-height: 450px;
    max-height: none;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-hero-section {
    height: 60vh;
    min-height: 500px;
  }
}

.tin-tuc-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.tin-tuc-detail-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tin-tuc-detail-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(246, 137, 30, 0.3) 100%
  );
  z-index: 2;
}

.tin-tuc-detail-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 768px) {
  .tin-tuc-detail-hero-content {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-hero-content {
    padding: 2rem;
  }
}

.tin-tuc-detail-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(246, 137, 30, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: tin-tuc-detail-badge-glow 3s ease-in-out infinite alternate;
}

@media (min-width: 768px) {
  .tin-tuc-detail-category-badge {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-category-badge {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    border-radius: 30px;
    letter-spacing: 1px;
  }
}

.tin-tuc-detail-title {
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .tin-tuc-detail-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin-bottom: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-title {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
}

.tin-tuc-detail-excerpt {
  font-size: clamp(0.95rem, 3vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 1rem;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tin-tuc-detail-excerpt {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-excerpt {
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    margin-bottom: 2rem;
    -webkit-line-clamp: none;
    display: block;
  }
}

.tin-tuc-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .tin-tuc-detail-meta {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-meta {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.tin-tuc-detail-meta-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .tin-tuc-detail-meta-item {
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
    border-radius: 18px;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-meta-item {
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 20px;
  }
}

.tin-tuc-detail-meta-item i {
  color: var(--primary-color);
  font-size: 1rem;
}

/* Content Section */
.tin-tuc-detail-content-section {
  padding: 4rem 0;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(246, 137, 30, 0.02) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 90%,
    rgba(246, 137, 30, 0.02) 100%
  );
  overflow: visible;
}

.tin-tuc-detail-article {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(246, 137, 30, 0.1);
}

/* Social Share Sticky */
.tin-tuc-detail-social-sticky {
  position: fixed;
  width: max-content;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 1rem 0.75rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(246, 137, 30, 0.2);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tin-tuc-detail-social-sticky.active {
  opacity: 1;
  visibility: visible;
}

.tin-tuc-detail-social-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #666;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tin-tuc-detail-social-btn {
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 0.75rem;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tin-tuc-detail-social-btn:last-child {
  margin-bottom: 0;
}

.tin-tuc-detail-social-btn.facebook {
  background: #1877f2;
}

.tin-tuc-detail-social-btn.twitter {
  background: #1da1f2;
}

.tin-tuc-detail-social-btn.linkedin {
  background: #0a66c2;
}

.tin-tuc-detail-social-btn.copy {
  background: var(--primary-color);
}

.tin-tuc-detail-social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.tin-tuc-detail-social-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.tin-tuc-detail-social-btn:hover::before {
  left: 100%;
}

/* Article Content */
.tin-tuc-detail-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.tin-tuc-detail-content h2,
.tin-tuc-detail-content h3,
.tin-tuc-detail-content h4 {
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
}

.tin-tuc-detail-content h2 {
  font-size: clamp(1.3rem, 1.1462rem + 0.7692vw, 1.8rem);
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 0.5rem;
}

.tin-tuc-detail-content h3 {
  font-size: clamp(1.2rem, 1.0462rem + 0.7692vw, 1.5rem);
  color: var(--primary-color);
}

.tin-tuc-detail-content h4 {
  font-size: clamp(1.1rem, 0.9462rem + 0.7692vw, 1.3rem);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tin-tuc-detail-content h4 i {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.tin-tuc-detail-content p:first-of-type {
  font-size: clamp(1.1rem, 0.9462rem + 0.7692vw, 1.25rem);
  font-weight: 500;
  color: #555;
}

.tin-tuc-detail-quote {
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.1) 0%,
    rgba(246, 137, 30, 0.05) 100%
  );
  border-left: 4px solid var(--primary-color);
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 0 15px 15px 0;
  font-style: italic;
  font-size: 1.2rem;
  position: relative;
  box-shadow: 0 10px 30px rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-quote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: var(--primary-color);
  opacity: 0.3;
  font-family: serif;
}

.tin-tuc-detail-quote cite {
  display: block;
  text-align: right;
  margin-top: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  font-style: normal;
}

.tin-tuc-detail-highlight-box {
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.08) 0%,
    rgba(246, 137, 30, 0.03) 100%
  );
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 15px;
  padding: 2rem;
  margin: 2.5rem 0;
  box-shadow: 0 10px 30px rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-highlight-box h4 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}

.tin-tuc-detail-highlight-box ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.tin-tuc-detail-highlight-box li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.tin-tuc-detail-highlight-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.1rem;
}

.tin-tuc-detail-content-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 2.5rem 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.tin-tuc-detail-content-image:hover {
  transform: scale(1.02);
}

/* Additional Content Elements */
.tin-tuc-detail-content h5 {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-left: 4px solid var(--primary-color);
  padding-left: 1rem;
}

.tin-tuc-detail-content h6 {
  font-size: 1.1rem;
  color: #555;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

.tin-tuc-detail-content ol {
  margin: 1.5rem 0;
  padding-left: 0;
  counter-reset: custom-counter;
  list-style: none;
}

.tin-tuc-detail-content ol li {
  counter-increment: custom-counter;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
  line-height: 1.6;
}

.tin-tuc-detail-content ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-color);
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(246, 137, 30, 0.3);
}

.tin-tuc-detail-content ul:not(.tin-tuc-detail-highlight-box ul) {
  margin: 1.5rem 0;
  padding-left: 0;
  list-style: none;
}

.tin-tuc-detail-content ul:not(.tin-tuc-detail-highlight-box ul) li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.tin-tuc-detail-content ul:not(.tin-tuc-detail-highlight-box ul) li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
}

.tin-tuc-detail-content strong {
  color: var(--primary-color);
  font-weight: 600;
}

.tin-tuc-detail-content small {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

.tin-tuc-detail-content code {
  background: rgba(246, 137, 30, 0.1);
  color: var(--primary-color);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9em;
  font-weight: 600;
  border: 1px solid rgba(246, 137, 30, 0.2);
}

.tin-tuc-detail-content blockquote:not(.tin-tuc-detail-quote) {
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.05) 0%,
    rgba(246, 137, 30, 0.02) 100%
  );
  border-left: 4px solid var(--primary-color);
  padding: 2rem;
  margin: 10px 0;
  border-radius: 0 15px 15px 0;
  font-style: italic;
  font-size: 1.1rem;
  position: relative;
  box-shadow: 0 5px 20px rgba(246, 137, 30, 0.1);
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
}

.tin-tuc-detail-content blockquote:not(.tin-tuc-detail-quote) p {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #444;
}

.tin-tuc-detail-content blockquote:not(.tin-tuc-detail-quote) cite {
  display: block;
  text-align: right;
  margin-top: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  font-style: normal;
  font-size: 0.9rem;
}

/* Table Styles */
.tin-tuc-detail-table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-table thead {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    rgba(246, 137, 30, 0.8) 100%
  );
}

.tin-tuc-detail-table thead th {
  color: white;
  font-weight: 600;
  padding: 1.25rem 1rem;
  text-align: left;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.tin-tuc-detail-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-table tbody tr:hover {
  background: rgba(246, 137, 30, 0.05);
  transform: translateX(3px);
}

.tin-tuc-detail-table tbody tr:last-child {
  border-bottom: none;
}

.tin-tuc-detail-table tbody td {
  padding: 1rem;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
  vertical-align: middle;
}

.tin-tuc-detail-table tbody td:first-child {
  font-weight: 600;
  color: var(--primary-color);
}

.tin-tuc-detail-table tbody td:nth-child(3) {
  font-weight: 700;
  color: #2e8b57;
}

/* Responsive Table */
@media (max-width: 768px) {
  .tin-tuc-detail-table {
    font-size: 0.85rem;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tin-tuc-detail-table thead th,
  .tin-tuc-detail-table tbody td {
    padding: 0.75rem 0.5rem;
  }
}

/* Additional HTML Elements Styling for tin-tuc-detail-content */

/* Pre and Code blocks */
.tin-tuc-detail-content pre {
  background: #f8f9fa;
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  overflow-x: auto;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
}

.tin-tuc-detail-content pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

/* Definition Lists */
.tin-tuc-detail-content dl {
  margin: 2rem 0;
  padding: 1.5rem;
  background: rgba(246, 137, 30, 0.05);
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
}

.tin-tuc-detail-content dt {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.tin-tuc-detail-content dd {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #555;
  line-height: 1.6;
}

.tin-tuc-detail-content dd:last-child {
  margin-bottom: 0;
}

/* Horizontal Rule */
.tin-tuc-detail-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-color) 50%,
    transparent 100%
  );
  margin: 3rem 0;
  opacity: 0.3;
}

/* Address */
.tin-tuc-detail-content address {
  background: rgba(246, 137, 30, 0.08);
  border-left: 4px solid var(--primary-color);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 10px 10px 0;
  font-style: normal;
  line-height: 1.6;
  color: #555;
}

/* Abbreviation */
.tin-tuc-detail-content abbr {
  border-bottom: 2px dotted var(--primary-color);
  cursor: help;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
}

/* Mark/Highlight */
.tin-tuc-detail-content mark {
  background: linear-gradient(
    135deg,
    rgba(246, 137, 30, 0.3) 0%,
    rgba(246, 137, 30, 0.1) 100%
  );
  color: var(--primary-color);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: 600;
}

/* Keyboard input */
.tin-tuc-detail-content kbd {
  background: #333;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #555;
}

/* Sample output */
.tin-tuc-detail-content samp {
  background: #f8f9fa;
  color: #333;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9rem;
  border: 1px solid #ddd;
}

/* Variable */
.tin-tuc-detail-content var {
  background: rgba(246, 137, 30, 0.1);
  color: var(--primary-color);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-style: italic;
  font-weight: 600;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
}

/* Subscript and Superscript */
.tin-tuc-detail-content sub,
.tin-tuc-detail-content sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: var(--primary-color);
  font-weight: 600;
}

.tin-tuc-detail-content sup {
  top: -0.5em;
}

.tin-tuc-detail-content sub {
  bottom: -0.25em;
}

/* Details and Summary */
.tin-tuc-detail-content details {
  background: rgba(246, 137, 30, 0.05);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem 0;
}

.tin-tuc-detail-content summary {
  font-weight: 700;
  color: var(--primary-color);
  cursor: pointer;
  padding: 0.5rem;
  margin: -0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tin-tuc-detail-content summary:hover {
  background: rgba(246, 137, 30, 0.1);
  transform: translateX(5px);
}

.tin-tuc-detail-content summary::marker {
  color: var(--primary-color);
}

/* Figure and Figcaption */
.tin-tuc-detail-content figure {
  margin: 2.5rem 0;
  text-align: center;
}

.tin-tuc-detail-content figure img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.tin-tuc-detail-content figure img:hover {
  transform: scale(1.02);
}

.tin-tuc-detail-content figcaption {
  margin-top: 1rem;
  font-style: italic;
  color: #666;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  background: rgba(246, 137, 30, 0.05);
  border-radius: 8px;
  border-left: 3px solid var(--primary-color);
}

/* Nested Lists */
.tin-tuc-detail-content ul ul,
.tin-tuc-detail-content ol ol,
.tin-tuc-detail-content ul ol,
.tin-tuc-detail-content ol ul {
  margin: 0.5rem 0;
  padding-left: 2rem;
}

/* Links in content */
.tin-tuc-detail-content a:not(.btn) {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.tin-tuc-detail-content a:not(.btn):hover {
  border-bottom-color: var(--primary-color);
  transform: translateY(-1px);
}

.tin-tuc-detail-content a:not(.btn)::after {
  content: "↗";
  font-size: 0.8em;
  margin-left: 0.3em;
  opacity: 0.7;
}

/* Emphasis and Strong in different contexts */
.tin-tuc-detail-content em {
  font-style: italic;
  color: #555;
  position: relative;
}

.tin-tuc-detail-content strong em,
.tin-tuc-detail-content em strong {
  color: var(--primary-color);
  font-weight: 700;
}

/* Delete and Insert for content updates */
.tin-tuc-detail-content del {
  text-decoration: line-through;
  color: #999;
  background: rgba(255, 0, 0, 0.1);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}

.tin-tuc-detail-content ins {
  text-decoration: none;
  background: rgba(0, 255, 0, 0.1);
  color: #2e8b57;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: 600;
}

/* Time element */
.tin-tuc-detail-content time {
  color: var(--primary-color);
  font-weight: 600;
  background: rgba(246, 137, 30, 0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
}

/* Tags Section */
.tin-tuc-detail-tags {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-tags h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tin-tuc-detail-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tin-tuc-detail-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(246, 137, 30, 0.1);
  color: var(--primary-color);
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(246, 137, 30, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.tin-tuc-detail-tag:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(246, 137, 30, 0.3);
}

/* Article Footer */
.tin-tuc-detail-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-author-info {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 2rem;
  background: rgba(246, 137, 30, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-author-avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  box-shadow: 0 8px 25px rgba(246, 137, 30, 0.3);
}
.tin-tuc-detail-author-avatar img,
.tin-tuc-detail-author-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tin-tuc-detail-author-details h6 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.tin-tuc-detail-author-details p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.tin-tuc-detail-share-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  border: 1px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-share-bottom span {
  font-weight: 600;
  color: #333;
}

.tin-tuc-detail-share-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}

.tin-tuc-detail-share-btn.facebook {
  background: #1877f2;
}

.tin-tuc-detail-share-btn.twitter {
  background: #1da1f2;
}

.tin-tuc-detail-share-btn.linkedin {
  background: #0a66c2;
}

.tin-tuc-detail-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Sidebar */
.tin-tuc-detail-sidebar {
  position: sticky;
  top: 2rem;
}

.tin-tuc-detail-sidebar-widget {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(246, 137, 30, 0.1);
  transition: all 0.3s ease;
}

.tin-tuc-detail-sidebar-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(246, 137, 30, 0.15);
}

.tin-tuc-detail-widget-title {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
}

.tin-tuc-detail-widget-title i {
  font-size: 1.2rem;
}

/* Table of Contents */
.tin-tuc-detail-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tin-tuc-detail-toc li {
  margin-bottom: 6px;
}

.tin-tuc-detail-toc a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  font-weight: 500;
}

.tin-tuc-detail-toc a:hover {
  background: rgba(246, 137, 30, 0.1);
  color: var(--primary-color);
  border-left-color: var(--primary-color);
  transform: translateX(5px);
}

/* Related News */
.tin-tuc-detail-related-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-related-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.tin-tuc-detail-related-image {
  width: 80px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.tin-tuc-detail-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tin-tuc-detail-related-item:hover .tin-tuc-detail-related-image img {
  transform: scale(1.1);
}

.tin-tuc-detail-related-content {
  flex: 1;
}

.tin-tuc-detail-related-content h6 {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.tin-tuc-detail-related-content h6 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tin-tuc-detail-related-content h6 a:hover {
  color: var(--primary-color);
}

.tin-tuc-detail-related-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #666;
}

.tin-tuc-detail-related-meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* CTA Widget */
.tin-tuc-detail-cta-widget {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    rgba(246, 137, 30, 0.8) 100%
  );
  color: white;
  text-align: center;
}

.tin-tuc-detail-cta-widget .tin-tuc-detail-widget-title {
  color: white;
}

.tin-tuc-detail-cta-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  animation: tin-tuc-detail-pulse 2s ease-in-out infinite alternate;
}

.tin-tuc-detail-cta-content h5 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.tin-tuc-detail-cta-content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.tin-tuc-detail-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: white;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.tin-tuc-detail-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
}

/* Navigation Section */
.tin-tuc-detail-navigation-section {
  padding: 3rem 0;
  background: rgba(246, 137, 30, 0.03);
  border-top: 1px solid rgba(246, 137, 30, 0.1);
  border-bottom: 1px solid rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.tin-tuc-detail-nav-item {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  border: 1px solid rgba(246, 137, 30, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.tin-tuc-detail-nav-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(246, 137, 30, 0.2);
  border-color: var(--primary-color);
}

.tin-tuc-detail-nav-link {
  display: block;
  padding: 2rem;
  text-decoration: none;
  color: #333;
  height: 100%;
}

.tin-tuc-detail-nav-direction {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tin-tuc-detail-nav-prev .tin-tuc-detail-nav-direction {
  justify-content: flex-start;
}

.tin-tuc-detail-nav-next .tin-tuc-detail-nav-direction {
  justify-content: flex-end;
}

.tin-tuc-detail-nav-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}

.tin-tuc-detail-nav-next .tin-tuc-detail-nav-title {
  text-align: right;
}

/* Disabled Navigation State */
.tin-tuc-detail-nav-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tin-tuc-detail-nav-disabled .tin-tuc-detail-nav-link {
  cursor: not-allowed;
  color: #999;
}

.tin-tuc-detail-nav-disabled:hover {
  transform: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-nav-disabled .tin-tuc-detail-nav-direction {
  color: #999;
}

.tin-tuc-detail-nav-disabled .tin-tuc-detail-nav-title {
  color: #999;
  font-style: italic;
}

/* Back Section */
.tin-tuc-detail-back-section {
  padding: 2rem 0;
  background: rgba(246, 137, 30, 0.02);
}

.tin-tuc-detail-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(246, 137, 30, 0.2);
  border-radius: 30px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(246, 137, 30, 0.1);
}

.tin-tuc-detail-back-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(246, 137, 30, 0.3);
}

/* Animations */
@keyframes tin-tuc-detail-badge-glow {
  0% {
    box-shadow: 0 0 20px rgba(246, 137, 30, 0.3);
  }
  100% {
    box-shadow: 0 0 30px rgba(246, 137, 30, 0.6);
  }
}

@keyframes tin-tuc-detail-pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.tin-tuc-detail-title-heading {
  font-weight: 600;
  color: var(--text-color);
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
/* Responsive Design for News Detail */
@media (max-width: 1200px) {
  .tin-tuc-detail-social-sticky {
    display: none;
  }
}

@media (max-width: 767px) {
  .tin-tuc-detail-article {
    padding: 1.5rem 1rem;
  }

  .tin-tuc-detail-content {
    font-size: 1rem;
  }

  .tin-tuc-detail-navigation {
    grid-template-columns: 1fr;
  }

  .tin-tuc-detail-share-bottom {
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
  }
  .tin-tuc-detail-share-bottom span {
    display: block;
    width: 100%;
  }
  .tin-tuc-detail-author-info {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    align-items: center;
  }

  .tin-tuc-detail-sidebar {
    position: static;
    margin-top: 2rem;
  }

  .tin-tuc-detail-sidebar-widget {
  }
  .tin-tuc-detail-share-bottom {
    padding: 0;
    border: none;
  }
  .tin-tuc-detail-share-btn,
  .tin-tuc-detail-tag {
    font-size: 10px;
    padding: 8px 15px;
  }
  .tin-tuc-detail-nav-link {
    padding: 12px 22px;
  }
  .tin-tuc-detail-content-section {
    padding: 2rem 0;
  }
  .tin-tuc-detail-content {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .tin-tuc-detail-article {
    padding: 2.5rem 2rem;
  }
}

@media (min-width: 1024px) {
  .tin-tuc-detail-article {
    padding: 3rem;
  }

  .tin-tuc-detail-sidebar {
    margin-top: 0;
  }
}
