/*
Theme Name: Muhit Studio
Theme URI: https://example.com/muhit-studio
Author: Codex
Author URI: https://openai.com
Description: Customizer kontrollü, tek sayfa ajans odaklı, One Click Demo Import uyumlu WordPress teması.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: muhit-studio
*/

.muhit-side_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.muhit-side_nav_list li {
  margin: 0;
}

.muhit-side_nav_list a {
  display: block;
}

.muhit-primary_menu,
.muhit-footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.muhit-entry_wrap {
  padding: 180px 0 120px;
}

.muhit-entry_card {
  padding: 42px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(14, 14, 14, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.muhit-entry_title {
  margin-bottom: 20px;
}

.muhit-entry_meta {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.muhit-entry_content > *:last-child {
  margin-bottom: 0;
}

.muhit-posts_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.muhit-post_card {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.muhit-post_card h2,
.muhit-post_card h3 {
  font-size: 28px;
  margin-bottom: 14px;
}

.muhit-post_card p:last-child {
  margin-bottom: 0;
}

.muhit-empty_state {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.muhit-pagination {
  margin-top: 40px;
}

.muhit-pagination .nav-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.muhit-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.muhit-pagination .page-numbers.current,
.muhit-pagination .page-numbers:hover {
  border-color: rgba(225, 29, 46, 0.5);
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 991px) {
  .muhit-entry_wrap {
    padding: 160px 0 100px;
  }

  .muhit-posts_grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .muhit-entry_card,
  .muhit-post_card,
  .muhit-empty_state {
    padding: 26px 20px;
  }
}
