/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.7
*/
@import url("../mercury/style.css");
/* Related Items Container */
.rexguide-static-related-items {
  text-align: center !important;
  margin: 2rem auto !important;
  max-width: 1000px !important;
}

/* Başlık (Heading) */
.rexguide-static-related-items h3 {
  margin-bottom: 1rem !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

/* Liste (ul) stil ayarları */
.rexguide-static-related-items ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 0.75rem !important;
}

/* Liste elemanları (li) */
.rexguide-static-related-items li {
  margin: 0 !important;
}

/* Buton (pill) link stil ayarları */
.rexguide-static-related-items li a {
  display: inline-block !important;
  padding: 0.5rem 1rem !important;
  background-color: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 9999px !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: background-color 0.2s, border-color 0.2s !important;
}

/* Hover durumu */
.rexguide-static-related-items li a:hover {
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}