.elementor-2512 .elementor-element.elementor-element-40775df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* Canvas stili */
#referans-canvas {
  width: 100%;
  max-width: 1140px;
  margin: 50px auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  position: relative;
}

/* Loading göstergesi */
.loading {
  text-align: center;
  padding: 50px;
  font-size: 20px;
  color: #666;
}

.loading:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 3px solid #ddd;
  border-radius: 50%;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Hata mesajı */
.error {
  background: #fff0f0;
  padding: 20px;
  border-left: 4px solid #ff5555;
  color: #aa0000;
  border-radius: 4px;
}

/* Referans detayları */
.referans-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}

.referans-featured-image {
  margin-bottom: 30px;
}

.referans-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.referans-content {
  line-height: 1.8;
  margin-bottom: 40px;
  color: #444;
  font-size: 16px;
}

.referans-meta {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.meta-item {
  flex: 0 0 30%;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .meta-item {
    flex: 0 0 100%;
  }
}

.referans-gallery {
  margin: 40px 0;
}

.referans-gallery h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.gallery-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Navigasyon */
.referans-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #f0f0f0;
}

.nav-prev, .nav-next {
  flex: 0 0 35%;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.nav-prev:hover, .nav-next:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.nav-label {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 5px;
}

.nav-title {
  font-weight: bold;
  font-size: 16px;
}

.nav-close {
  padding: 10px 20px;
  background: #eee;
  color: #666;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-close:hover {
  background: #ddd;
}/* End custom CSS */