
     /* ========== 首页及公共底部 ========== */
    .mkap-friend-links {
      margin: 2.5rem 3rem 1.2rem 3rem;
      padding: 1.8rem 3rem;
      background: #f6f9fe;
      border-radius: 20px;
      border: 1px solid rgba(37,99,235,0.15);
    }
    .mkap-friend-links h5 {
      font-size: 1.6rem;
      margin-bottom: 1.5rem;
      color: #17345c;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .mkap-friend-links h5 svg {
      width: 24px;
      height: 24px;
      fill: #2563eb;
      opacity: 0.7;
    }
    .friend-items {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem 2.2rem;
    }
    .friend-items a {
      color: #2d4059;
      text-decoration: none;
      font-size: 1.45rem;
      border-bottom: 1px dotted transparent;
      transition: border-color 0.2s;
    }
    .friend-items a:hover {
      border-bottom-color: #2563eb;
      color: #2563eb;
    }

    .mkap-copyright-extra {
      font-size: 1.2rem;
      color: #7f8c9f;
      text-align: center;
      margin-top: 1.2rem;
      letter-spacing: 0.3px;
      border-top: 1px solid #e2e8f0;
      padding-top: 1.8rem;
    }
	
