.tags {
	display:none!important;
}

 /* MagicGirl – bemutatkozó blokk (fix: 16px alapbetű + reszponzív kép, float nélkül) */
  .mg-about{
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color:#1f2937;
    line-height:1.7;
    font-size:16px; /* <- alap */
  }
  .mg-about *{box-sizing:border-box;}
  .mg-about .wrap{max-width:980px; margin:0 auto; padding:0 12px;}
  .mg-about .card{border:1px solid rgba(128,41,76,.18); border-radius:16px; background:#fff; padding:18px;}

  .mg-about h2{font-size:20px; margin:0 0 12px;}
  .mg-about p{margin:0 0 12px; font-size:16px;}
  .mg-about li{font-size:16px;}

  .mg-about .accent{color:#80294c;}
  .mg-about .hl{
    background:linear-gradient(0deg, rgba(244,170,200,.55) 0%, rgba(244,170,200,.55) 60%, transparent 60%);
    padding:0 .18em; border-radius:6px;
  }
  .mg-about .kicker{
    display:inline-flex; align-items:center; gap:8px;
    padding:6px 10px; border-radius:999px;
    font-weight:700; font-size:15px;
    background:rgba(244,170,200,.35); color:#80294c;
    border:1px solid rgba(128,41,76,.16);
    margin-bottom:12px;
  }

  /* TOP rész – flex, hogy a téma ne tudja "elrontani" a floatot */
  .mg-about .top{display:flex; gap:16px; align-items:flex-start;}
  .mg-about .media{flex:0 0 340px; max-width:340px;}
  .mg-about .media img{
    display:block; width:100%; height:auto; max-width:100%;
    border-radius:14px; border:1px solid rgba(128,41,76,.18);
  }
  .mg-about .cap{font-size:12px; color:#6b7280; margin:8px 2px 0;}
  .mg-about .text{flex:1 1 auto; min-width:0;}

  .mg-about .quote{
    margin:14px 0 0; padding:12px 14px;
    border-left:4px solid #b3396a;
    background:rgba(244,170,200,.22);
    border-radius:12px;
  }
  .mg-about .quote p{margin:0; font-weight:600; color:#80294c; font-size:16px;}

  @media (max-width:820px){
    .mg-about .top{flex-direction:column;}
    .mg-about .media{max-width:100%; flex-basis:auto;}
    .mg-about .card{padding:16px;}
  }