/* Persoonlijke Liefdeshoroscoop styles */
.plh-wrap { max-width: 820px; margin: 0 auto; }
.plh-form { margin: 0 0 1.5em; }
.plh-people { display: flex; flex-wrap: wrap; gap: 24px; }
.plh-person-form { flex: 1 1 320px; background: #faf7fb; border: 1px solid #ece3f0; border-radius: 12px; padding: 18px 20px; }
.plh-person-title { margin: 0 0 .8em; font-size: 1.15em; }
.plh-age-notice { margin: 0 0 1em; padding: 10px 12px; border-radius: 8px; background: #f7eef2; color: #4e2535; font-size: .9em; line-height: 1.45; }
.plh-label { display: block; font-weight: 600; margin: .8em 0 .25em; font-size: .9em; }
.plh-row { display: flex; gap: 8px; }
.plh-row select { flex: 1 1 0; min-width: 0; }
.plh-form select, .plh-text { width: 100%; padding: 7px 9px; border: 1px solid #cfc6d6; border-radius: 8px; background: #fff; font-size: 15px; box-sizing: border-box; }
.plh-unknown-time { display: flex; align-items: flex-start; gap: 8px; margin: .7em 0 0; font-size: .92em; }
.plh-unknown-time input { flex: 0 0 auto; margin-top: .2em; }
.plh-daypart-wrap { margin-top: .7em; padding: 12px; border: 1px solid #e4d7e8; border-radius: 8px; background: #fff; }
.plh-daypart-wrap[hidden], .plh-row[hidden] { display: none !important; }
.plh-time-note { margin: .65em 0 0; color: #6b5b73; font-size: .86em; line-height: 1.45; }
.plh-place-wrap { position: relative; }
.plh-suggest { position: absolute; z-index: 30; left: 0; right: 0; top: 100%; margin: 2px 0 0; padding: 0; list-style: none; background: #fff; border: 1px solid #cfc6d6; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,.12); max-height: 240px; overflow-y: auto; }
.plh-suggest li { padding: 8px 12px; cursor: pointer; font-size: 14px; }
.plh-suggest li:hover { background: #f1e8f6; }
.plh-actions { margin-top: 1.2em; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.plh-submit { background: #c2185b; color: #fff; border: 0; border-radius: 999px; padding: 12px 26px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .15s; }
.plh-submit:hover:not([disabled]) { background: #a3144c; }
.plh-submit[disabled] { background: #d8b9c6; cursor: not-allowed; }
.plh-error { color: #b3261e; font-size: .92em; }

/* Report */
.plh-result { margin-top: 1.5em; }
.plh-report-title { text-align: center; margin: 0 0 .8em; }
.plh-intro, .plh-closing { font-size: 1.02em; line-height: 1.6; }
.plh-score-wrap { text-align: center; background: linear-gradient(135deg,#fce4ec,#f3e5f5); border-radius: 16px; padding: 22px; margin: 1.2em 0; }
.plh-score-number { font-size: 3em; font-weight: 800; color: #c2185b; line-height: 1; }
.plh-score-label { font-size: 1.15em; font-weight: 600; margin-top: .2em; }
.plh-score-counts { color: #6b5b73; margin-top: .5em; font-size: .92em; }
.plh-section-title { margin: 1.4em 0 .6em; padding-bottom: .3em; border-bottom: 2px solid #f1e8f6; }
.plh-placements { display: flex; flex-wrap: wrap; gap: 20px; }
.plh-person { flex: 1 1 240px; }
.plh-person h4 { margin: 0 0 .4em; }
.plh-person ul { list-style: none; padding: 0; margin: 0; }
.plh-person li { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px dashed #eadff0; }
.plh-pt { font-weight: 600; }
.plh-pos { color: #6b5b73; }
.plh-aspects { display: flex; flex-direction: column; gap: 12px; }
.plh-aspect { border-left: 5px solid #ccc; border-radius: 8px; padding: 12px 16px; background: #fafafa; }
.plh-aspect-heading { margin: 0 0 .35em; font-size: 1.05em; }
.plh-aspect-text { line-height: 1.55; }
.plh-aspect.plh-harmonious { border-left-color: #2e9e6b; background: #f1faf5; }
.plh-aspect.plh-challenging { border-left-color: #e0823c; background: #fdf4ec; }
.plh-aspect.plh-neutral { border-left-color: #8e5bc0; background: #f7f2fb; }
.plh-no-aspects { color: #6b5b73; font-style: italic; }
.plh-unknown-note { padding: 12px 14px; border-radius: 8px; background: #faf3f6; color: #573745; line-height: 1.5; }
.plh-possibility-note { margin: 0 0 .8em; color: #6b5b73; font-style: italic; }
.plh-house-planets-list { margin: .2em 0 1em; font-weight: 600; }
.plh-house-tag { margin-left: .45em; color: #6b5b73; font-size: .9em; white-space: nowrap; }

@media (max-width: 560px) {
	.plh-people, .plh-placements { flex-direction: column; }
}

.plh-psection-desc{font-style:italic;opacity:.85;margin:.2em 0 .9em;}
.plh-psection-desc p{margin:0 0 .4em;}
