/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/features/SonDakika.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.SonDakika_container__Y8sZe {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.SonDakika_header__ykMZG {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}

.SonDakika_header__ykMZG:hover {
  opacity: 0.8;
}

.SonDakika_baslik__AdsUQ {
  color: #e50914;
  font-size: 1.5rem;
  margin: 0;
  border-bottom: 2px solid #e50914;
  padding-bottom: 0.5rem;
  flex: 1;
}

.SonDakika_toggleIcon__zvKoE {
  color: #e50914;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SonDakika_toggleIcon__zvKoE.SonDakika_collapsed__cv2aI {
  transform: rotate(-90deg);
}

.SonDakika_toggleIcon__zvKoE.SonDakika_expanded__zV215 {
  transform: rotate(0deg);
}

/* Mobilde toggle icon'u göster, desktop'ta gizle */
@media (min-width: 768px) {
  .SonDakika_toggleIcon__zvKoE {
    display: none;
  }
  
  .SonDakika_header__ykMZG {
    cursor: default;
    pointer-events: none;
  }
  
  .SonDakika_haberListesi__hu0_2 {
    display: flex !important;
    max-height: none !important;
    opacity: 1 !important;
  }
}

.SonDakika_haberListesi__hu0_2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.SonDakika_haberListesi__hu0_2.SonDakika_hidden__ajs7Q {
  display: none;
  max-height: 0;
  opacity: 0;
}

.SonDakika_haberListesi__hu0_2.SonDakika_visible__W8qpt {
  display: flex;
  max-height: 1000px;
  opacity: 1;
}

.SonDakika_haberItem__ptczT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-decoration: none;
  transition: transform 0.2s;
  color: inherit;
}

.SonDakika_haberItem__ptczT:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-decoration: none;
}

.SonDakika_haberBaslik__aKy8Z {
  color: #333;
  font-weight: 500;
  flex: 1;
}

.SonDakika_haberTarih__3wLFQ {
  color: #666;
  font-size: 0.8rem;
  margin-left: 1rem;
}

.SonDakika_loading__f6X6U, .SonDakika_error__gy6bk {
  padding: 1rem;
  text-align: center;
  color: #666;
}
