/* All frontend styling is now managed via Tailwind CSS CDN directly in the header.
   This file intentionally left blank to remove old non-Stitch styles. */
/* Hizmet detay sayfası zengin içerik tipografisi */
.service-rich-content {
    color: #303238;
    font-size: 1.0625rem;
    line-height: 1.82;
}

.service-rich-content > :first-child {
    margin-top: 0;
}

.service-rich-content h2,
.service-rich-content h3,
.service-rich-content h4,
.service-rich-content h5,
.service-rich-content h6 {
    color: #24262b;
    font-weight: 700;
    line-height: 1.25;
    scroll-margin-top: 7rem;
}

.service-rich-content h2 {
    margin: 2.75rem 0 1rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.service-rich-content h3 {
    margin: 2rem 0 .75rem;
    font-size: clamp(1.3rem, 2.4vw, 1.6rem);
}

.service-rich-content h4 {
    margin: 1.6rem 0 .65rem;
    font-size: 1.2rem;
}

.service-rich-content p,
.service-rich-content ul,
.service-rich-content ol,
.service-rich-content blockquote,
.service-rich-content table,
.service-rich-content pre {
    margin: 0 0 1.25rem;
}

.service-rich-content ul,
.service-rich-content ol {
    padding-left: 1.5rem;
}

.service-rich-content ul {
    list-style: disc;
}

.service-rich-content ol {
    list-style: decimal;
}

.service-rich-content li {
    margin-bottom: .45rem;
    padding-left: .2rem;
}

.service-rich-content strong {
    color: #24262b;
    font-weight: 700;
}

.service-rich-content a {
    color: #9b674e;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: .2em;
}

.service-rich-content blockquote {
    padding: 1rem 1.25rem;
    border-left: 4px solid #b07d62;
    background: #f7f4f2;
    color: #51545b;
}

.service-rich-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.service-rich-content th,
.service-rich-content td {
    padding: .75rem;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.service-rich-content th {
    background: #f7f4f2;
    font-weight: 700;
}

.service-rich-content pre,
.service-rich-content code {
    border-radius: .25rem;
    background: #f3f4f6;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.service-rich-content pre {
    overflow-x: auto;
    padding: 1rem;
}

.service-rich-content code {
    padding: .12rem .35rem;
}
