/* ================================================
   Creative Minds – Legal Pages (Privacy & T&Cs)
   ================================================ */

/* Narrow the content for comfortable reading */
.section-padding .container .content {
  max-width: 760px;
  margin: 0 auto;
}

/* Base body text */
.section-padding .container .content p {
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
  margin: 0 0 14px;
}

/* Section heading — bold text inside a paragraph */
.section-padding .container .content p strong:only-child,
.section-padding .container .content p > strong:first-child:last-child {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  padding-top: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 14px;
}

/* Inline bold — e.g. "Identity Data." inside a paragraph */
.section-padding .container .content p strong {
  color: #1e1e1e;
  font-weight: 600;
}

/* Bullet list items that use • character — add a little indent */
.section-padding .container .content p:has(br) {
  padding-left: 0;
}

/* Sub-items starting with o or (A), (B) etc — indent slightly */
.section-padding .container .content p {
  padding-left: 0;
}

/* Links */
.section-padding .container .content a {
  color: #e63312;
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 51, 18, 0.3);
}
.section-padding .container .content a:hover {
  border-bottom-color: #e63312;
}

/* Actual <ul> lists */
.section-padding .container .content ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}
.section-padding .container .content ul li {
  font-size: 15px;
  line-height: 1.85;
  color: #444444;
  margin-bottom: 6px;
}
.section-padding .container .content ul li::marker {
  color: #52ae32;
}

/* Mobile */
@media (max-width: 680px) {
  .section-padding .container .content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .section-padding .container .content p strong:only-child,
  .section-padding .container .content p > strong:first-child:last-child {
    font-size: 15px;
  }
}