/* News Section Styles */
.gc-news-section {
  padding: 4rem 1rem;
  padding-top: 1rem;
  background-color: #f8fafc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gc-news-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gc-news-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.gc-news-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.gc-news-title span {
  color: #007BFF;
}

.gc-news-divider {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #007BFF, #00BFFF);
  margin: 0 auto 1rem;
  border-radius: 2px;
}

.gc-news-subtitle {
  color: #64748b;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Desktop Table View */
.gc-news-table-container {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background: white;
}

.gc-news-table {
  width: 100%;
  border-collapse: collapse;
}

.gc-news-table th {
  background: linear-gradient(135deg, #007BFF, #00BFFF);
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  text-align: left;
}

.gc-news-table td {
  padding: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}

.gc-news-table tr:last-child td {
  border-bottom: none;
}

.gc-news-table tr:hover {
  background-color: #f8fafc;
}

/* Date Column */
.gc-news-date {
  /* display: flex; */
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}

/* Description Column */
.gc-news-desc {
  color: #2d3748;
  font-size: 1rem;
  line-height: 1.5;
}

/* Action Column */
.gc-news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #007BFF;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.gc-news-link:hover {
  background-color: rgba(0, 123, 255, 0.1);
}

.gc-news-link svg {
  transition: transform 0.3s ease;
}

.gc-news-link:hover svg {
  transform: translateX(3px);
}

/* Mobile Card View */
.gc-news-cards {
  display: none;
  gap: 15px;
  flex-direction: column;
}

.gc-news-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.gc-card-date {
  background: linear-gradient(135deg, #007BFF, #00BFFF);
  color: white;
  padding: 15px;
  border-radius: 8px;
  min-width: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.gc-card-day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.gc-card-month {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.gc-card-year {
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 2px;
}

.gc-card-content {
  flex: 1;
}

.gc-card-desc {
  color: #2d3748;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.gc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #007BFF;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

/* Empty State */
.gc-empty-state {
  padding: 3rem;
  text-align: center;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.gc-empty-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #94a3b8;
}

.gc-empty-state p {
  color: #64748b;
}

/* Responsive Design */
@media (max-width: 992px) {
  .gc-news-table-container {
    display: none;
  }
  
  .gc-news-cards {
    display: flex;
  }
  
  .gc-news-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .gc-news-section {
    padding: 2.5rem 1rem;
  }
  
  .gc-news-title {
    font-size: 1.8rem;
  }
  
  .gc-news-card {
    flex-direction: column;
  }
  
  .gc-card-date {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  
  .gc-card-day {
    font-size: 1.25rem;
  }
}

.gc-news-see-more {
  text-align: center;
  margin-top: 20px;
}

.gc-see-more-button {
  display: inline-block;
  color: white;
   background-color: #28a745;
  border-color: #28a745;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
}

.gc-see-more-button:hover {
  background-color: #0d6efd;
  border-color: rgba(13, 110, 253, 0.2);
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.4);
  transform: scale(1.03);
}


.gc-see-more-button:active {
  background-color: #1c7430 !important;
  border-color: #1a6f2b !important;
  transform: scale(0.98);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}

.gc-see-more-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(72, 180, 97, 0.5);
}