/* Sözleşme Sayfaları için Özel Stiller */
.prose,
.prose-lg {
    color: #1f2937 !important;
}

.prose p,
.prose-lg p {
    color: #1f2937 !important;
    font-weight: 400;
    line-height: 1.75;
}

.prose strong,
.prose-lg strong {
    color: #111827 !important;
    font-weight: 700;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose-lg h1,
.prose-lg h2,
.prose-lg h3,
.prose-lg h4 {
    color: #111827 !important;
    font-weight: 700;
}

/* Global Cart Empty Message */
.empty-cart-message {
    color: #374151 !important;
    text-align: center;
    padding: 2rem;
    background: white;
}

.empty-cart-message p {
    color: #374151 !important;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}

