/* Partnerkereső.hu V17.5 – stabil érdeklődés- és profil layout javítás */
:root{
  --ui-line:rgba(49,79,63,.12);
  --ui-shadow:0 10px 30px rgba(45,73,58,.075);
  --ui-radius:16px;
  --ui-text:#2d3d34;
  --ui-muted:#758279;
  --ui-pink:#cb5b7d;
  --ui-soft:#f7fbf8;
}

/* Minden kártyában egységes belső térköz */
.site-main .card,
.site-main article.card,
.site-main section.card{
  box-sizing:border-box;
  padding:clamp(16px,2vw,22px) !important;
  border:1px solid var(--ui-line);
  border-radius:var(--ui-radius);
  box-shadow:var(--ui-shadow);
}
.site-main .card > :first-child{margin-top:0}
.site-main .card > :last-child{margin-bottom:0}

/* Érdeklődési oldal – az SVG-k méretének szigorú korlátozása */
.interest-form{display:grid;gap:22px}
.interest-group{margin:0}
.interest-group h2{display:flex;align-items:center;gap:8px;margin:0 0 11px;font-size:17px;line-height:1.25}
.interest-group h2 small{font-size:11px;color:var(--ui-muted)}
.interest-grid-v171,
.interest-cloud.interest-grid-v171{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.interest-choice{display:block;min-width:0;cursor:pointer}
.interest-choice input{position:absolute;opacity:0;pointer-events:none}
.interest-choice-card{
  min-height:58px;
  display:flex !important;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  overflow:hidden;
  border:1px solid var(--ui-line);
  border-radius:13px;
  background:#fff;
  box-shadow:0 4px 14px rgba(45,73,58,.045);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.interest-choice-card > i{
  flex:0 0 32px !important;
  width:32px !important;
  height:32px !important;
  max-width:32px !important;
  max-height:32px !important;
  display:grid !important;
  place-items:center;
  overflow:hidden;
  border-radius:10px;
  background:linear-gradient(135deg,#fff0f5,#eef9f0);
  color:var(--ui-pink);
  font-style:normal;
}
.interest-choice-card > i > svg,
.interest-choice-card svg{
  display:block !important;
  flex:none !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.7 !important;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.interest-choice-card b{min-width:0;font-size:13px;line-height:1.3;color:var(--ui-text);overflow-wrap:anywhere}
.interest-choice:hover .interest-choice-card{transform:translateY(-1px);box-shadow:0 8px 20px rgba(45,73,58,.08)}
.interest-choice input:checked + .interest-choice-card{border-color:#d65d85;background:linear-gradient(135deg,#fff8fb,#f5fff7);box-shadow:0 0 0 2px rgba(214,93,133,.10)}
.interest-choice input:checked + .interest-choice-card > i{background:#d65d85;color:#fff}
.interest-choice input:disabled + .interest-choice-card{opacity:.5}
.sticky-interest-save{position:sticky;bottom:12px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:1px solid var(--ui-line);border-radius:15px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);box-shadow:0 12px 34px rgba(45,73,58,.12)}

/* Profil – teljes stabil rács és arányos hero */
.profile-v16-page{padding-top:22px;padding-bottom:38px}
.profile-v16-shell{display:grid;gap:18px;max-width:1180px}
.profile-v16-hero{overflow:hidden;border:1px solid var(--ui-line);border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(45,73,58,.09)}
.profile-v16-cover{height:clamp(180px,27vw,310px);background:linear-gradient(135deg,#fbeef3,#eef8f2);background-size:cover;background-repeat:no-repeat;background-position:center}
.profile-v16-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:18px;padding:0 22px 22px;margin-top:-58px}
.profile-v16-avatar{position:relative;width:132px;height:132px;border-radius:24px;background:#fff;padding:5px;box-shadow:0 10px 28px rgba(35,58,46,.16)}
.profile-v16-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:19px}
.profile-v16-identity{min-width:0;padding-top:64px}
.profile-v16-titleline{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.profile-v16-titleline h1{margin:0;font-size:clamp(23px,2.5vw,31px);line-height:1.15;color:var(--ui-text)}
.profile-v16-titleline h1 span{font-weight:500;color:var(--ui-muted)}
.profile-v16-location,.profile-v16-tagline{margin:6px 0 0;color:var(--ui-muted);font-size:14px}
.profile-v16-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding-top:64px}
.profile-v16-actions form{margin:0}
.profile-v16-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.85fr);align-items:start;gap:18px}
.profile-v16-main,.profile-v16-side{display:grid;gap:18px;min-width:0}
.profile-v16-card{min-width:0;margin:0 !important}
.profile-v16-cardhead{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.profile-v16-cardhead .eyebrow{margin:0 0 2px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ui-pink)}
.profile-v16-cardhead h2{margin:0;font-size:18px;line-height:1.25;color:var(--ui-text)}
.profile-v16-icon{flex:0 0 35px;width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#fff0f5,#eef8f2);color:var(--ui-pink);font-size:15px}
.profile-v16-copy{font-size:14px;line-height:1.7;color:#4d5c53}
.profile-v16-factgrid{display:grid;gap:8px}
.profile-v16-factgrid>div{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid rgba(49,79,63,.08)}
.profile-v16-factgrid>div:last-child{border-bottom:0}
.profile-v16-factgrid>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--ui-soft);color:var(--ui-pink)}
.profile-v16-factgrid section{display:grid;gap:1px;min-width:0}
.profile-v16-factgrid small{font-size:10px;color:var(--ui-muted)}
.profile-v16-factgrid strong{font-size:13px;color:var(--ui-text);overflow-wrap:anywhere}
.profile-v16-progress{height:7px;overflow:hidden;border-radius:999px;background:#edf3ef;margin:12px 0}
.profile-v16-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d35f84,#70ad84)}

/* Profil érdeklődési ikonok – felülír minden globális SVG szabályt */
.profile-interest-cloud{display:flex !important;flex-wrap:wrap;gap:7px}
.profile-interest-cloud>span{display:inline-flex !important;align-items:center;gap:7px;max-width:100%;padding:7px 10px;border:1px solid var(--ui-line);border-radius:999px;background:linear-gradient(135deg,#fff,#f5faf7)}
.profile-interest-cloud b{font-size:12px;line-height:1.2;color:var(--ui-text)}
.profile-interest-symbol{flex:0 0 22px !important;width:22px !important;height:22px !important;max-width:22px !important;max-height:22px !important;display:grid !important;place-items:center;overflow:hidden;color:var(--ui-pink);font-style:normal}
.profile-interest-symbol svg{display:block !important;width:16px !important;height:16px !important;min-width:16px !important;min-height:16px !important;max-width:16px !important;max-height:16px !important;fill:none !important;stroke:currentColor !important;stroke-width:1.7 !important;stroke-linecap:round;stroke-linejoin:round}

.wow-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.wow-photo-grid button{display:block;aspect-ratio:1/1;overflow:hidden;padding:0;border:0;border-radius:13px;background:#eef3ef;cursor:pointer}
.wow-photo-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.wow-photo-grid button:hover img{transform:scale(1.025)}
.profile-album-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.profile-album-card{min-width:0;border:1px solid var(--ui-line);border-radius:14px;overflow:hidden;background:#fff}
.profile-album-card>div:last-child{padding:10px 12px;display:grid;gap:2px}
.album-collage{display:grid;grid-template-columns:repeat(2,1fr);aspect-ratio:16/9;overflow:hidden;background:#eef4ef}
.album-collage img{width:100%;height:100%;object-fit:cover}

@media(max-width:900px){
  .interest-grid-v171,.interest-cloud.interest-grid-v171{grid-template-columns:repeat(2,minmax(0,1fr))}
  .profile-v16-head{grid-template-columns:auto minmax(0,1fr)}
  .profile-v16-actions{grid-column:1/-1;padding-top:0;justify-content:flex-start}
  .profile-v16-grid{grid-template-columns:1fr}
  .profile-v16-side{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .interest-grid-v171,.interest-cloud.interest-grid-v171{grid-template-columns:1fr}
  .profile-v16-cover{height:190px}
  .profile-v16-head{grid-template-columns:1fr;margin-top:-48px;padding:0 15px 17px}
  .profile-v16-avatar{width:104px;height:104px;border-radius:20px}
  .profile-v16-avatar img{border-radius:15px}
  .profile-v16-identity{padding-top:0}
  .profile-v16-actions{width:100%}
  .profile-v16-actions .btn,.profile-v16-actions form{flex:1}
  .profile-v16-actions form .btn{width:100%}
  .profile-v16-side{grid-template-columns:1fr}
  .wow-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .profile-album-grid{grid-template-columns:1fr}
  .site-main .card,.site-main article.card,.site-main section.card{padding:15px !important}
}
