.gr-alert-container {
  max-width: 1200px;
  margin: 20px auto;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #d4af37;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  font-family: "Arial", "Noto Sans", sans-serif;
}

.gr-header {
  background: linear-gradient(135deg, #0055a4 0%, #003366 100%);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #d4af37;
}

.government-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ashoka-lion {
  font-size: 3rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-text .marathi {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.logo-text .english {
  font-size: 1.1rem;
  opacity: 0.9;
}

.alert-badge {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  backdrop-filter: blur(10px);
}

.alert-text {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.alert-subtext {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
}
.gr-alert-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: white;
  border-bottom: 1px solid #e9ecef;
}

.alert-icon {
  font-size: 3rem;
  flex-shrink: 0;
}

.alert-main {
  flex: 1;
}

.alert-title {
  color: #d63384;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.alert-description {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.alert-description-english {
  color: #6c757d;
  line-height: 1.6;
  font-style: italic;
  border-left: 3px solid #d4af37;
  padding-left: 15px;
}

.pdf-section {
  padding: 30px;
  background: #f8f9fa;
}

.pdf-section-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.pdf-section-title {
  color: #0055a4;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.pdf-section-subtitle {
  color: #6c757d;
  font-size: 1rem;
}

.pdf-list-container {
  background: white;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

.pdf-item {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
  background: white;
}

.pdf-item:last-child {
  border-bottom: none;
}

.pdf-item:hover {
  background: #f8f9fa;
}

.pdf-content {
  display: flex;
  justify-content: between;
  align-items: flex-start;
  gap: 15px;
}

.pdf-icon-title {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}

.file-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.pdf-details {
  flex: 1;
  min-width: 0;
}

.pdf-title-link {
  text-decoration: none;
  display: block;
}

.pdf-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.pdf-meta {
  display: flex;
  gap: 15px;
  align-items: center;
}

.file-type {
  font-size: 0.85rem;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f8f9fa;
}
.download-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.download-btn:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.download-text {
  font-size: 0.9rem;
}

.view-all-btn {
  padding: 12px 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .gr-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 15px;
  }

  .government-logo {
    flex-direction: column;
    text-align: center;
  }

  .ashoka-lion {
    font-size: 2.5rem;
  }

  .logo-text .marathi {
    font-size: 1.2rem;
  }

  .gr-alert-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 15px;
  }

  .alert-icon {
    font-size: 2.5rem;
  }

  .alert-title {
    font-size: 1.2rem;
  }

  .pdf-section {
    padding: 20px;
  }

  .pdf-section-title {
    font-size: 1.3rem;
  }

  .pdf-item {
    padding: 15px;
  }

  .pdf-content {
    flex-direction: column;
    gap: 15px;
  }

  .pdf-icon-title {
    width: 100%;
  }

  .pdf-title {
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .download-btn {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }

  .download-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .gr-alert-container {
    margin: 10px;
    border-radius: 8px;
  }

  .pdf-item {
    padding: 12px;
  }

  .pdf-icon-title {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .file-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .pdf-title {
    font-size: 0.9rem;
    text-align: center;
  }

  .pdf-meta {
    justify-content: center;
  }

  .view-all-btn {
    width: 100%;
    padding: 15px;
  }

  .alert-description,
  .alert-description-english {
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .pdf-title {
    font-size: 0.85rem;
  }

  .download-btn {
    padding: 10px;
  }

  .download-text {
    font-size: 0.9rem;
  }
}
