.content-block {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 26px 28px;
    margin: 32px 0;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  }

  .content-block .content-subtitle {
    font-family: 'Segoe UI', 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #000000;
  }

  .content-block .content-list {
    margin: 0 0 0 20px;
    padding-left: 0;
    line-height: 1.6;
    color: #1a1a1a;
  }

  .content-block .content-item {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 4px;
  }

  .content-block .content-item:last-child {
    margin-bottom: 0;
  }