.shiir-content-wrapper {
  max-width: 600px;
  margin: 0 auto !important;
  padding: 2em !important;
  background-color: #e5fcff;
  font-family: 'Patrick Hand', cursive;
  color: #003e46;
  text-align: left;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  box-sizing: border-box;
}

/* Dolguları sıfırla (özellikle Gutenberg inline style'ları baskılamak için) */
.shiir-content-wrapper * {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.shiir-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  color: #003e46;
  font-family: 'Patrick Hand', cursive;
}

/* Mobil uyumluluk */
@media screen and (max-width: 768px) {
  .shiir-content-wrapper {
    padding: 1.5em 1em !important;
    max-width: 90%;
  }

  .shiir-title {
    font-size: 1.6em;
  }
}
