/* Aydede Kreş - Özel Stiller */

.watercolor-border {
    border: 8px solid transparent;
    border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect x="0" y="0" width="100" height="100" fill="none" stroke="%23f9ee94" stroke-width="10" stroke-dasharray="20 10" rx="20"/></svg>') 20 stretch;
}

.cloud-divider {
    height: 100px;
    width: 100%;
    background: radial-gradient(circle at 10% 100%, #fff 20%, transparent 21%),
                radial-gradient(circle at 30% 100%, #fff 35%, transparent 36%),
                radial-gradient(circle at 50% 100%, #fff 25%, transparent 26%),
                radial-gradient(circle at 70% 100%, #fff 35%, transparent 36%),
                radial-gradient(circle at 90% 100%, #fff 20%, transparent 21%);
    background-size: 200px 100px;
}

.hill-divider {
    height: 60px;
    width: 100%;
    background: radial-gradient(circle at 50% 100%, #eef0ea 80%, transparent 81%);
    background-size: 100% 120px;
    background-repeat: no-repeat;
}

.scribble-underline {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 20"><path d="M10,10 Q100,20 250,10 T490,10" fill="none" stroke="%238fbfc3" stroke-width="4" stroke-linecap="round"/></svg>');
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 8px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* Yorum yıldızları: kontrastı yüksek, dolu altın yıldız */
.stars-gold .material-symbols-outlined {
    color: #e6a817;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 48;
}
