.services-details__content h1,
.services-details__content h2,
.services-details__content h3 {
  color: #123456;
  line-height: 1.35;
  font-weight: 700;
}

.services-details__content h1 {
  font-size: 34px;
  margin-bottom: 18px;
}

.services-details__content h2 {
  font-size: 27px;
  margin-top: 28px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201,166,107,.28);
}

.services-details__content h3 {
  font-size: 21px;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #123456;
}

.services-details__content p {
  margin: 14px 0;
  color: #263b50;
  line-height: 1.9;
}

.services-details__content strong,
.services-details__content b {
  color: #123456;
  font-weight: 700;
}

.services-details__content a {
  color: #123456;
  font-weight: 700;
  text-decoration-color: rgba(201,166,107,.65);
  text-underline-offset: 3px;
}

.services-details__content a:hover {
  color: #C9A66B;
}

.services-details__content ul,
.services-details__content ol {
  padding-left: 22px;
  margin: 16px 0;
}

.services-details__content li {
  margin-bottom: 10px;
  color: #263b50;
  line-height: 1.75;
}

.snippet-box,
.ai-box,
.info-box,
.warning-box {
  padding: 20px 22px;
  border-radius: 14px;
  margin: 26px 0;
  line-height: 1.8;
}

.snippet-box {
  background: #f6f8fb;
  border: 1px solid rgba(18,52,86,.12);
  border-left: 4px solid #123456;
}

.ai-box {
  background: #fbf7ef;
  border: 1px solid rgba(201,166,107,.36);
  border-left: 4px solid #C9A66B;
}

.info-box {
  background: #f5fbf8;
  border: 1px solid rgba(39,174,96,.20);
  border-left: 4px solid #2f9e62;
}

.warning-box {
  background: #fff8f5;
  border: 1px solid rgba(201,166,107,.32);
  border-left: 4px solid #C9A66B;
}

.table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 14px;
  border: 1px solid rgba(18,52,86,.10);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #ffffff;
}

table th,
table td {
  border: 1px solid rgba(18,52,86,.10);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  color: #263b50;
  line-height: 1.65;
}

table th {
  background: #123456;
  color: #ffffff;
  font-weight: 700;
}

.cta-box {
  background:
  radial-gradient(circle at top right, rgba(201,166,107,.18), transparent 40%),
  #123456;
  color: #fff;
  padding: 28px 30px;
  border-radius: 18px;
  margin-top: 38px;
  border: 1px solid rgba(201,166,107,.30);
}

.cta-box p {
  color: rgba(255,255,255,.92);
}

.cta-box h2 {
  color: #fff;
  border-bottom-color: rgba(201,166,107,.35);
}

.cta-box a {
  color: #C9A66B;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-item {
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(18,52,86,.08);
  border-left: 4px solid #C9A66B;
  border-radius: 14px;
  background: #ffffff;
}

.mini-note {
  font-size: 14px;
  color: #5b6d7e;
  background: #f7f9fb;
  border-left: 3px solid #C9A66B;
  padding: 10px 14px;
  border-radius: 10px;
}

.cta-box,
.cta-box p,
.cta-box strong,
.cta-box b,
.cta-box span,
.cta-box li {
  color: rgba(255,255,255,.92) !important;
}

.cta-box a {
  color: #C9A66B !important;
}

.cta-box a:hover {
  color: #ffffff !important;
}

/* Blog Detay - Güncel İçerikler Widget */
.blog-detail-section .recent-blog-widget {
  padding: 28px 26px !important;
}

.blog-detail-section .recent-blog-widget h4 {
  color: #C9A66B;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 22px;
}

.blog-detail-section .recent-blog-widget-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(18,52,86,.08);
}

.blog-detail-section .recent-blog-widget-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-detail-section .recent-blog-widget-item img {
  width: 76px !important;
  height: 58px !important;
  min-width: 76px;
  object-fit: cover;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(18,52,86,.08);
}

.blog-detail-section .recent-blog-widget-item-title {
  flex: 1;
}

.blog-detail-section .recent-blog-widget-item-title a {
  color: #123456;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.blog-detail-section .recent-blog-widget-item-title a:hover {
  color: #C9A66B;
}

/* Eski inline max-width etkisini bastır */
.blog-detail-section .recent-blog-widget-item img[style] {
  max-width: 76px !important;
}
