/* /static/brand-guide.css */

/* ... (Temel Stiller) ... */

/* YENİ: Sadakat Paneli Stilleri */
#loyalty-panel {
    margin-top: 25px;
    text-align: left;
}

.info-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.info-box pre {
    font-family: var(--font-govde);
    white-space: pre-wrap; /* Metnin kaymasını sağla */
    word-wrap: break-word;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

/* ... (Buton ve Form Stilleri) ... */

/* Checkbox Stilleri (Kayıt Sayfası) */
.checkbox-group {
    text-align: left;
    margin-top: 15px;
}
.checkbox-group label {
    display: inline;
    font-weight: normal;
}
.checkbox-group a {
    color: #4CAF50; /* Yeşil link rengi */
    text-decoration: underline;
}

/* ... (Diğer Stiller) ... */