/* Origin Pages Styles */

/* Import main site variables */
:root {
  --bg: #FFFBF9;
  --card: #FFFFFF;
  --muted: #6B7280;
  --accent: #FF8DAA;
  --accent-2: #FFD3E0;
  --accent-3: #FFE7F0;
  --text-primary: #111827;
  --text-secondary: #6B7280;
  --text-tertiary: #9CA3AF;
  --border: rgba(17, 24, 39, 0.06);
  --glass-border: rgba(255, 255, 255, 0.18);
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 6px 18px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 8px 30px rgba(15, 23, 42, 0.06);
  --shadow-accent: 0 8px 18px rgba(255, 141, 170, 0.18);
  --radius: 14px;
  --transition: cubic-bezier(0.28, 0.11, 0.32, 1);
  --max-width: 1100px;
}

/* Override main site body layout for origin pages */
body {
  display: block !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #FFF6F8 0%, #FFFBF9 60%) !important;
  margin: 0 !important;
  min-height: 100vh;
  width: 100% !important;
  max-width: none !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Ensure full width layout */
html, body {
  overflow-x: hidden;
}

/* Page structure */
.page-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Ensure sections don't have conflicting styles */
section {
  width: 100%;
  box-sizing: border-box;
}

/* Fix any potential flexbox issues */
* {
  box-sizing: border-box;
}

/* Reset container styles */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

/* Site Header Styles - Match main site branding */
.site-header {
  background: var(--card);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.nav-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.brand-link {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.nav-brand .logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, #FFA3C1 60%, #FFD3E0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(255, 141, 170, 0.18);
  flex: 0 0 48px;
}

.nav-brand .logo svg {
  width: 28px;
  height: 28px;
}

.nav-brand h1 {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  color: var(--text-primary);
  font-weight: 600;
}

.nav-brand p {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
}

.nav-menu {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s var(--transition);
  padding: 8px 12px;
  border-radius: 8px;
}

.nav-link:hover {
  color: var(--accent);
  background: var(--accent-3);
}

.nav-link.active {
  color: var(--accent);
  background: var(--accent-3);
}

/* Site Footer Styles - Match main site */
.site-footer {
  background: linear-gradient(180deg, #FFF 0%, #FFF6F8 100%);
  border-top: 1px solid var(--border);
  padding: 40px 24px 24px;
  margin-top: 60px;
  width: 100%;
  box-sizing: border-box;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
  margin-bottom: 1rem;
  color: var(--text-primary);
  font-weight: 600;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s var(--transition);
}

.footer-section a:hover {
  color: var(--accent);
}

.footer-section p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  text-align: center;
  color: var(--text-tertiary);
  font-size: 13px;
}

/* Main Content Layout */
.main-content {
  flex: 1;
  width: 100%;
}

/* Hero Section - Match main site pink theme */
.origin-hero {
  background: linear-gradient(135deg, var(--accent) 0%, #FFA3C1 60%, var(--accent-2) 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.origin-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cultural Overview */
.cultural-overview {
  padding: 4rem 0;
  background: transparent;
  width: 100%;
}

.overview-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.overview-main h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.overview-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
}

.cultural-context {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
  font-style: italic;
}

.characteristics h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.characteristics-list {
  list-style: none;
  padding: 0;
}

.characteristics-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 1.5rem;
}

.characteristics-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}

/* Sidebar */
.overview-sidebar {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 2rem;
}

.popular-names-preview h3 {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.popular-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.popular-list li {
  margin-bottom: 0.5rem;
}

.popular-list a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.popular-list a:hover {
  color: #764ba2;
  text-decoration: underline;
}

.view-all-btn {
  display: inline-block;
  background: linear-gradient(90deg, var(--accent) 0%, #FFB0CB 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s var(--transition);
  box-shadow: var(--shadow-accent);
}

.view-all-btn:hover {
  background: linear-gradient(90deg, #FF7A9A 0%, #FFA0BB 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 141, 170, 0.35);
}

/* Names Section */
.names-section {
  padding: 4rem 0;
  width: 100%;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
}

.filter-controls {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.filter-select, .search-input {
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  color: var(--text-primary);
  background-color: var(--card);
  cursor: pointer;
  transition: all 0.2s var(--transition);
  outline: none;
  min-height: 36px;
}

.filter-select:hover, .search-input:hover {
  border-color: var(--accent);
  background-color: var(--accent-3);
}

.filter-select:focus, .search-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 141, 170, 0.2);
}

.search-input {
  min-width: 250px;
  cursor: text;
}

/* Names Grid */
.names-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 3rem;
}

.name-card {
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #FFF 0%, #FFFBFC 100%);
  border: 1px solid var(--border);
  transition: all 0.25s var(--transition);
  cursor: pointer;
}

.name-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(255, 141, 170, 0.12);
  border-color: var(--accent);
}

.name-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 12px;
}

.name-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

.name-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s var(--transition);
}

.name-title a:hover {
  color: var(--accent);
}

.gender-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gender-badge.gender-boy {
  background-color: #EFF6FF;
  color: #60A5FA;
  border: 1px solid #DBEAFE;
}

.gender-badge.gender-girl {
  background-color: #FFE7F0;
  color: #FF8DAA;
  border: 1px solid #FFD3E0;
}

.gender-badge.gender-unisex {
  background-color: #F5F3FF;
  color: #A78BFA;
  border: 1px solid #E9D5FF;
}

.name-meaning {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin: 6px 0 0 0;
}

.name-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #888;
}

.name-length {
  font-weight: 500;
}

.popularity-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.popularity-stars {
  color: #ffd700;
}

/* Loading Spinner */
.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  grid-column: 1 / -1;
}

/* No Results State */
.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  grid-column: 1 / -1;
  text-align: center;
}

.no-results h3 {
  color: #666;
  margin-bottom: 1rem;
}

.no-results p {
  color: #888;
}

/* Error Message */
.error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  grid-column: 1 / -1;
  text-align: center;
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 8px;
}

.error-message h3 {
  color: #c33;
  margin-bottom: 1rem;
}

.error-message p {
  color: #a33;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

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

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.pagination-btn {
  padding: 8px 12px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text-primary);
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s var(--transition);
  cursor: pointer;
  font-family: inherit;
}

.pagination-btn:hover {
  border-color: var(--accent);
  background: var(--accent-3);
  color: var(--accent);
}

.pagination-btn.active {
  background: linear-gradient(90deg, var(--accent) 0%, #FFB0CB 100%);
  border: 0;
  color: white;
  box-shadow: var(--shadow-accent);
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Related Origins */
.related-origins {
  padding: 4rem 0;
  background: #f8f9fa;
  width: 100%;
}

.related-origins h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 3rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.related-card {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.related-card:hover {
  transform: translateY(-4px);
}

.related-card h3 {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.related-card h3 a {
  color: inherit;
  text-decoration: none;
}

.related-card h3 a:hover {
  color: #667eea;
}

.related-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* FAQ Section */
.faq-section {
  padding: 4rem 0;
  width: 100%;
}

.faq-section h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 3rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.faq-item {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.faq-item p {
  color: #666;
  line-height: 1.6;
}

/* Breadcrumbs */
.breadcrumbs {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.breadcrumb-list li:not(:last-child)::after {
  content: '›';
  margin-left: 8px;
  color: var(--text-tertiary);
  font-size: 1rem;
  font-weight: 400;
}

.breadcrumb-list a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s var(--transition);
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-list a:hover {
  color: var(--accent);
  background: var(--accent-3);
}

.breadcrumb-list .current {
  color: var(--text-primary);
  font-weight: 500;
  padding: 4px 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .site-header {
    padding: 12px 16px;
  }
  
  .nav-container {
    flex-direction: column;
    gap: 16px;
  }
  
  .nav-brand .logo {
    width: 44px;
    height: 44px;
  }
  
  .nav-brand .logo svg {
    width: 26px;
    height: 26px;
  }
  
  .nav-brand h1 {
    font-size: 16px;
  }
  
  .nav-menu {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .origin-hero {
    margin: 0;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .overview-sidebar {
    position: static;
  }
  
  .section-header {
    flex-direction: column;
    align-items: stretch;
  }
  
  .filter-controls {
    justify-content: center;
  }
  
  .search-input {
    min-width: auto;
    width: 100%;
  }
  
  .names-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
  
  .related-grid {
    grid-template-columns: 1fr;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
  }
  
  /* Fix mobile breadcrumbs */
  .breadcrumb-list {
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
  
  /* Fix mobile name cards */
  .name-card {
    padding: 1rem;
  }
  
  .name-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .name-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .overview-main h2,
  .section-header h2,
  .related-origins h2,
  .faq-section h2 {
    font-size: 2rem;
  }
  
  .filter-controls {
    flex-direction: column;
  }
  
  .pagination {
    flex-wrap: wrap;
  }
  
  /* Better mobile container */
  .container {
    padding: 0 1rem;
  }
  
  /* Mobile hero adjustments */
  .origin-hero {
    margin: 0;
    padding: 2rem 0;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  /* Mobile overview adjustments */
  .cultural-overview {
    padding: 2rem 0;
  }
  
  .overview-sidebar {
    margin-top: 1rem;
  }
  
  /* Mobile names section */
  .names-section {
    padding: 2rem 0;
  }
  
  /* Mobile FAQ */
  .faq-section {
    padding: 2rem 0;
  }
  
  .faq-item {
    padding: 1.5rem;
  }
  
  /* Mobile related origins */
  .related-origins {
    padding: 2rem 0;
  }
}
/
* Enhanced Pagination Styles */
.results-summary {
    background: linear-gradient(90deg, #FF8DAA 0%, #FFB0CB 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.results-summary h3 {
    margin: 0 0 8px 0;
    font-size: 1.4em;
    font-weight: 600;
}

.results-summary p {
    margin: 0;
    opacity: 0.9;
    font-size: 1em;
}

.names-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.pagination-info-bottom {
    text-align: center;
    margin: 30px 0 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #FF8DAA;
}

.pagination-wrapper {
    background: white;
    border: 2px solid #FF8DAA;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(255, 141, 170, 0.15);
}

.pagination-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.pagination-header h4 {
    margin: 0 0 8px 0;
    color: #FF8DAA;
    font-size: 1.2em;
}

.pagination-header p {
    margin: 0;
    color: #666;
    font-size: 0.95em;
}

.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pagination-btn.pagination-prev,
.pagination-btn.pagination-next {
    font-weight: 600;
    padding: 12px 20px;
}

.pagination-ellipsis {
    padding: 12px 8px;
    color: #999;
    font-weight: bold;
}

.pagination-jump {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.pagination-jump label {
    margin-right: 10px;
    font-weight: 500;
    color: #666;
}

.pagination-jump select {
    padding: 8px 12px;
    border: 2px solid #FF8DAA;
    border-radius: 6px;
    background: white;
    color: #333;
    font-size: 14px;
}

/* Mobile responsive enhancements */
@media (max-width: 768px) {
    .pagination-controls {
        gap: 6px;
    }
    
    .pagination-btn {
        padding: 10px 12px;
        font-size: 14px;
        min-width: 40px;
    }
    
    .pagination-btn.pagination-prev,
    .pagination-btn.pagination-next {
        padding: 10px 16px;
    }
    
    .results-summary {
        padding: 15px;
    }
    
    .results-summary h3 {
        font-size: 1.2em;
    }
    
    .names-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
}/* Debug a
nd ensure pagination visibility */
.pagination {
    display: block !important;
    visibility: visible !important;
}

.pagination-wrapper {
    display: block !important;
    visibility: visible !important;
}

.pagination-controls {
    display: flex !important;
    visibility: visible !important;
}

.pagination-btn {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure pagination buttons are properly styled and visible */
.pagination-btn.pagination-prev,
.pagination-btn.pagination-next {
    background: #FF8DAA !important;
    color: white !important;
    border: 2px solid #FF8DAA !important;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination-btn.pagination-prev:hover,
.pagination-btn.pagination-next:hover {
    background: #e6739a !important;
    transform: translateY(-1px);
}

.pagination-btn.pagination-prev:disabled,
.pagination-btn.pagination-next:disabled {
    background: #ccc !important;
    color: #666 !important;
    border-color: #ccc !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Simple Pagination Styles for Origin Pages */
.pagination-wrapper {
  margin: 48px 0;
  padding: 24px;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.pagination-info {
  margin-bottom: 16px;
}

.pagination-info p {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 0;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(90deg, var(--accent) 0%, #FFA0BB 100%);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s var(--transition);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.pagination-btn:hover {
  background: linear-gradient(90deg, #FF7A9A 0%, #FFA0BB 100%);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.pagination-btn:active {
  transform: scale(0.98);
}

.pagination-current {
  padding: 8px 16px;
  background: var(--accent-3);
  color: var(--text-primary);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
}

/* Responsive pagination for origin pages */
@media (max-width: 768px) {
  .pagination-wrapper {
    margin: 32px 0;
    padding: 20px;
  }
  
  .pagination-controls {
    gap: 12px;
  }
  
  .pagination-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .pagination-current {
    padding: 6px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pagination-controls {
    gap: 8px;
  }
  
  .pagination-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  
  .pagination-current {
    padding: 4px 8px;
    font-size: 12px;
  }
}