/* ========== Reset ========== */
* { 
  margin:0; 
  padding:0; 
  box-sizing:border-box; 
}

/* ========== Body ========== */
body {
  font-family: 'Arial', sans-serif;
  background:#0D1B2A;
  color:#fff;
}

/* ========== Header ========== */
.main-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#101324;
  padding:10px;
}

.logo img {
  height:36px;
}

.header-right {
  display:flex;
  align-items:center;
  gap:12px;
}

/* ========== Giriş Yap & Kayıt Ol (auth) ========== */
.auth {
  display:flex;
  align-items:center;
}
.auth .giris-btn,
.auth .kayit-btn {
  font-size:0.85rem;
  margin-right:8px;
  padding:6px 10px;
  border-radius:4px;
  text-decoration:none;
}

.giris-btn {
  border:1px solid #fff;
  color:#fff;
  background:transparent;
}

.kayit-btn {
  background:#E73897;
  border:none;
  color:#fff;
}

.menu-toggle {
  background:transparent;
  border:none;
  color:#fff;
  font-size:1.2rem;
}

.lang-picker {
  display:flex;
  align-items:center;
  gap:4px;
  cursor:pointer;
}

.clock {
  font-size:0.9rem;
  min-width:68px;
  text-align:center;
}

/* ========== Top Nav ========== */
.top-nav {
  background:#141E38;
  overflow-x:auto;
}

.top-nav ul {
  display:flex;
  list-style:none;
}

.top-nav li {
  margin:0 10px;
}

.top-nav a {
  display:block;
  padding:12px 0;
  color:#ccc;
  font-size:0.9rem;
  text-transform:uppercase;
  white-space:nowrap;
  text-decoration:none;
}

.top-nav a:hover,
.top-nav a.active {
  color:#fff;
  border-bottom:2px solid #E73897;
}

/* ========== Slider ========== */
.slider {
  position:relative;
  width:100%;
  height:160px;
  overflow:hidden;
  margin: 1px 0;
}

.slide {
  position:absolute;
  top:0;
  left:0;
  border-radius: 20px;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity .8s ease-in-out;
}

.slide.active {
  opacity:1;
}

.slide-text {
  position:absolute;
  bottom:15px; 
  left:15px;
  background:rgba(0,0,0,.5);
  padding:6px 12px;
  border-radius:4px;
  font-size:1rem;
}

/* Masaüstü için slider yüksekliğini artırma */
@media (min-width: 768px) {
  .slider {
    height: 500px;
  }
}

/* ========== Side Menu (Soldan Açılır Menü) ========== */
.side-menu {
  position: fixed;
  top: 0;
  left: -240px; /* Başlangıçta gizli */
  width: 240px;
  height: 100%;
  background: #0D1B2A;
  transition: left 0.3s;
  display: flex;
  flex-direction: column;
  z-index: 200;
}

.side-menu.open {
  left: 0;
}

.side-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #101324;
  padding: 10px;
}
.menu-title {
  font-size: 1rem;
  font-weight: 600;
}
.close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

/* Menü içi liste */
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1; /* kalan yüksekliği kaplar */
  overflow-y: auto; 
}
.side-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.side-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0.9rem;
  padding: 12px 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.side-menu a i {
  font-size: 1.1rem;
  color: #E73897; /* ikon rengi */
}
.side-menu a:hover {
  background: #14243D;
}

/* ========== Category Grid ========== */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px;
}
.category-grid .category-card {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}
.category-card span {
  position:absolute;
  bottom:6px; 
  left:6px;
  background:rgba(0,0,0,.6);
  padding:4px 6px;
  border-radius:4px;
  font-size:0.75rem;
  display:flex;
  align-items:center;
  gap:4px;
  color:#fff;
}

/* ========== Game Sections ========== */
.game-section {
  margin-bottom:25px;
}
.game-section .header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 12px;
}
.game-section h3 {
  font-size:1rem;
}
.game-section .more {
  font-size:0.75rem;
  color:#E73897;
  text-decoration:none;
}
.game-slider {
  display:flex;
  overflow-x:auto;
  padding:10px 8px;
  gap:8px;
}
.game-card {
  min-width:100px;
  background:#14243D;
  border-radius:6px;
  overflow:hidden;
  text-align:center;
}
.game-card img {
  width:100%;
  display:block;
}
.game-card span {
  display:block;
  padding:4px 0;
  font-size:0.7rem;
}

/* ========== Footer & Bottom Nav ========== */
.main-footer {
  background:#101324;
  text-align:center;
  padding:10px 0;
  font-size:0.75rem;
}

/* Footer container */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Footer üst kısım */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}
.footer-description {
  margin-top: 10px;
  line-height: 1.4em;
  color: #ccc;
}
.footer-columns {
  display: flex;
  gap: 25%;
  flex: 2;
}
.footer-links-column h3 {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #fff;
}
.footer-links-column ul {
  list-style: none;
}
.footer-links-column ul li {
  margin-bottom: 6px;
}
.footer-links-column ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-links-column ul li a:hover {
  color: #fff;
}

/* Footer orta kısım */
.footer-middle {
  text-align: center;
  margin-bottom: 20px;
}
.social-icons a {
  display: inline-block;
  margin: 0 6px;
  color: #ccc;
  font-size: 1.2rem;
  transition: color 0.2s;
}
.social-icons a:hover {
  color: #fff;
}
.footer-middle p {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #ccc;
}

/* Footer alt kısım */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-bottom img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer-payments {
  display: flex;
}
.footer-payments img {
  margin-right: 10px;
  height: 45px;
  object-fit: cover;
}
.footer-disclaimer {
  flex: 1;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.4em;
}

/* Alt sabit menü (mobil) */
.bottom-nav {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#101324;
  display:flex;
  justify-content:space-around;
  align-items:center;
  padding:6px 0;
  z-index: 9999;
}
.bottom-nav a {
  color:#ccc;
  text-decoration:none;
  font-size:0.7rem;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.bottom-nav a:hover,
.bottom-nav a.active {
  color:#fff;
}
.bottom-nav i {
  font-size:1.2rem;
  margin-bottom:2px;
}
@media(min-width:768px){
  .bottom-nav { 
    display:none; 
  }
}

/* Footer'un mobil uyumu */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-columns {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-payments img {
    margin: 0 5px 5px 0;
  }
}

/* ========== Tema Renk Değişkenleri ========== */
:root {
  --bg-primary:    #021e44;
  --bg-secondary:  #012f6b;
  --text-primary:  #e5f7ff;
  --accent:        #00cfff;
  --btn-red:       #e73897;
}

/* ========== (Tekrar) Ana Body ========== */
body {
  font-family: 'Arial', sans-serif;
  color: var(--text-primary);
}

/* ========== Header ========== */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-primary);
  padding: 8px 12px;
  z-index: 9999;
}
.main-header .logo img {
  height: 36px;
}

/* ========== User Panel ========== */
.user-panel {
  display:flex;
  align-items:center;
  gap:20px;
}

/* Bakiye kutusu */
.balance-box {
  display:flex;
  align-items:center;
  background: #2A3C5A;
  padding: 6px 12px;
  border-radius: 4px;
  gap:6px;
}
.balance-box i {
  color: #00ffff;
  font-size: 1.1rem;
}
.bakiye {
  font-size:0.9rem;
  font-weight: 400;
}

/* Kullanıcı dropdown */
.user-dropdown {
  position:relative;
}
.user-dropdown-btn {
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.user-dropdown-btn i {
  font-size:0.8rem;
}
.user-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  background: #1B2A3C;
  border: 1px solid #2A3C5A;
  width: 160px;
  z-index: 999;
}
.user-dropdown-menu a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
}
.user-dropdown-menu a:hover {
  background: #2A3C5A;
}
.user-dropdown.open .user-dropdown-menu {
  display: block;
}

/* --- Kullanıcı dropdown menüsünü daha hoş göstermek için ek/yenileme --- */
.user-dropdown {
  position: relative;
}

/* Kullanıcı dropdown butonu */
.user-dropdown-btn {
  background: #2A3C5A;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}
.user-dropdown-btn:hover {
  background: #33496E; /* Hover’da biraz daha koyu */
}
.user-dropdown-btn i {
  font-size: 0.95rem;
}
.user-dropdown-btn .username {
  font-weight: 600;
}

/* Açılır menü */
.user-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1B2A3C;
  border: 1px solid #2A3C5A;
  border-radius: 6px;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  padding: 8px 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none; /* kapalıyken tıklamayı engelle */
  z-index: 999;
}

/* Üstte küçük üçgen/ok */
.user-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  width: 0; 
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1B2A3C;
}

/* Menü açıkken görünür */
.user-dropdown.open .user-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Menü linkleri */
.user-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  transition: background-color 0.2s;
}
.user-dropdown-menu a:hover {
  background: #2A3C5A;
}
.user-dropdown-menu a i {
  font-size: 1rem;
}

/* ========== Modal (Kayıt & Giriş) ========== */
.modal {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  display: none; 
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.modal-content {
  background: #101324;
  width: 400px;
  max-width: 90%;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.close-modal {
  position: absolute;
  top: 10px; 
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

/* Başlıklar, form vs. */
.modal-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.modal-subtitle {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.modal-step {
  font-size: 0.9rem;
  color: #bbb;
  margin-bottom: 15px;
}
.signup-form,
.login-form {
  display: flex;
  flex-direction: column;
}
.signup-form input,
.login-form input {
  margin-bottom: 10px;
  padding: 8px 12px;
  background: #182235;
  border: 1px solid #2A3C5A;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9rem;
}
.next-btn {
  background: #E73897;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s;
}
.next-btn:hover {
  background: #cf337c;
}

/* Yeni: Para birimi SELECT ve Doğum Tarihi alanını güzelleştirelim */
.signup-form select,
.signup-form input[type="date"] {
  margin-bottom: 10px;
  padding: 8px 12px;
  background: #182235;
  border: 1px solid #2A3C5A;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Arka plana basit bir ok ikonu ekleyelim */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%20128%20128'%3E%3Cpath%20fill='%23ccc'%20d='M64%2089.6%20103.7%2049.9c2.4-2.4%206.3-2.4%208.7%200s2.4%206.3%200%208.7l-44.1%2044.1c-2.4%202.4-6.3%202.4-8.7%200L15.6%2058.6c-2.4-2.4-2.4-6.3%200-8.7s6.3-2.4%208.7%200L64%2089.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
}

/* Label’ları da biraz düzenleyelim */
.form-label {
  font-size: 0.9rem;
  margin-bottom: 4px;
  color: #bbb;
}

/* ========== Alert / Mesaj (Basit) ========== */
.alert {
  margin: 10px auto;
  padding: 8px 12px;
  width: calc(100% - 20px);
  max-width: 400px;
  border-radius:4px;
  font-size:0.85rem;
  text-align: center;
}
.alert-success {
  background: #1d8659;
  color: #fff;
}
.alert-danger {
  background: #b11e36;
  color: #fff;
}

/* Tekrar: user-dropdown menusu görünürlük */
.user-dropdown-menu {
  display: none;
}
.user-dropdown.open .user-dropdown-menu {
  display: block;
}

/* Modal */
.modal {
  position: fixed;
  top:0; left:0; 
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background: #101324;
  width: 400px;
  max-width: 90%;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.close-modal {
  position:absolute;
  top:10px; right:10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.form-label {
  margin-bottom: 4px;
  color: #bbb;
  font-size: 0.9rem;
}
input, select {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 12px;
  background: #182235;
  border: 1px solid #2A3C5A;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9rem;
}
.next-btn {
  background: #E73897;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s;
}
.next-btn:hover {
  background: #cf337c;
}

/* === GÜNÜN MAÇLARI HARİKA TASARIM === */
.match-section {
  margin: 30px 0;
  padding: 0 12px;
}
.match-section .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.match-section h3 {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
}
.match-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: linear-gradient(90deg, #E73897, #00cfff);
}

/* Kartları saran grid: küçük ekranda 2 kolon, tablet ve üstü 4 kolon. */
.match-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .match-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Kart */
.match-card {
  position: relative;
  background: #141E38;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; /* çerçeve animasyonu dışa taşmasın */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Dış çerçeve animasyonu */
.match-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  border-radius: 14px;
  background: linear-gradient(120deg, #E73897, #00cfff, #0D1B2A);
  background-size: 200% 200%;
  animation: glowBorder 5s infinite alternate ease-in-out;
  opacity: 0.65;
  pointer-events: none; /* tıklamayı engellemesin */
}
@keyframes glowBorder {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* İç kısım (koyu gri/mavi) “katman” verelim */
.match-card::after {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background: radial-gradient(
    circle at top left,
    rgba(255,255,255,0.03),
    transparent 50%
  );
  z-index: 1;
  border-radius: 12px;
  pointer-events: none;
}

/* Hover efekti: kart hafif büyüsün ve parlasın */
.match-card:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* İçeriklerin z-index’ini ayarlayalım (animasyon üstüne çıksın) */
.match-card > * {
  position: relative;
  z-index: 2;
}

/* Lig adı */
.match-league {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ccc;
  text-align: center;
}

/* Takımlar ve Tarih */
.match-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}
.team img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 4px;
  transition: transform 0.2s;
}
.team img:hover {
  transform: scale(1.1);
}
.team span {
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
}
.match-time {
  font-size: 0.85rem;
  color: #E73897; /* pembe vurgulu */
  text-align: center;
  width: 36%;
  font-weight: 600;
  transition: color 0.3s;
}
.match-time:hover {
  color: #ccc;
}

/* Oranlar */
.match-odds {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 8px;
  margin-top: 6px;
}
.odd {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: #fff;
}
.odd span {
  font-size: 0.75rem;
  color: #bbb;
}
.odd b {
  font-size: 0.9rem;
  margin-top: 2px;
  color: #fff;
  transition: color 0.2s;
}
.odd b a {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s;
}
.odd b:hover a {
  color: #00cfff;
}

/* ========== DUYURU (ANNOUNCEMENT) MODAL YENİ TASARIM ========== */

/* Mevcut .modal { ... } stiliniz var; 
   biz ek olarak announcement-modal'a ufak ekler yapıyoruz */
.announcement-modal {
  display: none; /* kapalı başlasın, JS ile açıyorsunuz */
  justify-content: center;
  align-items: center;
}

/* Asıl kutunun kart tasarımı */
.announcement-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  background: #1B2A3C;    /* Duyuru kutusu rengi */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  animation: scaleUp 0.3s ease; /* açılırken ufak bir büyüme animasyonu */
}

/* Açılırken hafif scale-up animasyonu */
@keyframes scaleUp {
  from { transform: scale(0.8); opacity: 0.5; }
  to   { transform: scale(1);   opacity: 1;   }
}

/* Kapat butonu */
.announcement-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.announcement-close:hover {
  opacity: 1;
}

/* Üst başlık alanı */
.announcement-header {
  background: linear-gradient(90deg, #0ad3d3, #0D1B2A);
  color: #fff;
  padding: 14px;
  text-align: center;
}
.announcement-header h2 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}

/* İçerik gövdesi */
.announcement-body {
  padding: 16px;
  text-align: center;
}

/* 
   BURADA ÖNEMLİ DEĞİŞİKLİK: 
   max-height: 240px kaldırıp object-fit: contain ekliyoruz
   ki resim *tamamı* görünsün. 
*/
.announcement-image-wrapper {
  /* max-height: 240px;  KALDIRILDI */
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 2px solid rgba(255,255,255,0.1);
  width: 100%;
}

.announcement-image {
  display: block;
  width: 100%;
  height: auto;         /* Otomatik yükseklik */
  object-fit: contain;  /* Kırpmadan, tam göster */
}

.announcement-text {
  margin-bottom: 14px;
  line-height: 1.4em;
  color: #ddd;
  font-size: 0.95rem;
}

.announcement-link {
  color: #00cfff;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
.announcement-link:hover {
  color: #fff;
}

/* Alt kısım -> “Bir daha gösterme” */
.announcement-footer {
  background: rgba(0,0,0,0.1);
  padding: 12px 16px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Checkbox (özel tasarım) */
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  color: #ccc;
  gap: 6px;
}
.custom-checkbox input[type="checkbox"] {
  display: none; /* tarayıcı varsayılanı gizle */
}
.custom-checkbox .checkmark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 4px;
  background: transparent;
  transition: background 0.2s, border-color 0.2s;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background: #E73897;
  border-color: #E73897;
}
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  opacity: 1;
}

/* RESPONSIVE DOKUNUŞ: 
   Daha küçük ekranlarda paddingleri vs. biraz azaltabiliriz. */
@media (max-width: 480px) {
  .announcement-header {
    padding: 10px;
  }
  .announcement-body {
    padding: 12px;
  }
  .announcement-footer {
    padding: 10px;
  }
  /* Resim boyutlarını da mobilde gerekirse daha ufak tutabiliriz */
  .announcement-image-wrapper {
    /* mobilde isterseniz bir max-height ekleyebilirsiniz, 
       ama tam görünmesini istiyorsanız eklemeyin */
  }
  .announcement-text {
    font-size: 0.85rem;
  }
}
