/* ===== ISSUE PAGE STYLES ===== */
/* Import theo thứ tự: Base Reset → Header → Body Content → Footer */

/* 1. Base Reset & Common Styles */
@import url("./basereset.css");

/* 2. Site Header */
@import url("./Styles/Header/header.css");

/* 3. Body Content */
@import url("./Styles/body/body.css");

/* 4. Footer */
@import url("./Styles/Footer/footer.css");

.issue-galley-link {
  padding: 3px 10px;
  border: 1px solid #212636;
  border-radius: 4px;
  background: white;
  color: #212636;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.1s ease;
}
.issue-galley-link:hover {
  background-color: #007fff !important;
  color: white !important;
  border-color: #007fff !important;
}
