.fp-member-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fp-member-list__item {
	padding: 0.5rem 0;
	border-bottom: 1px solid #e0e0e0;
}

.fp-activities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
}

.fp-activity-card {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1rem;
}

.fp-activity-card h3 {
	margin-top: 0;
}

.fp-activity-meta {
	color: #666;
	font-size: 0.9em;
}

.fp-my-activities {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fp-my-activities li {
	padding: 0.5rem 0;
	border-bottom: 1px solid #e0e0e0;
}

/* Kommentarer på aktiviteter */
.fp-activity-comments {
	margin-top: 0.75rem;
	border-top: 1px solid #eee;
	padding-top: 0.5rem;
}

.fp-comment-list {
	list-style: none;
	margin: 0 0 0.5rem;
	padding: 0;
	font-size: 0.9em;
}

.fp-comment-list li {
	padding: 0.25rem 0;
}

.fp-comment-form input[type="text"] {
	width: 70%;
}

/* Opslag */
.fp-announcement {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.fp-announcement h3 {
	margin-top: 0;
}

/* Beskeder / chat */
.fp-conversation-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fp-conversation-list li {
	padding: 0.75rem;
	border-bottom: 1px solid #e0e0e0;
}

.fp-conversation-list a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.fp-conversation--unread {
	background: #f5f8ff;
}

.fp-unread-badge {
	background: #d63638;
	color: #fff;
	border-radius: 999px;
	padding: 0.1em 0.6em;
	font-size: 0.75em;
}

.fp-conversation-preview {
	color: #666;
	font-size: 0.9em;
}

.fp-message-thread {
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: 1rem;
}

.fp-message {
	max-width: 75%;
	margin-bottom: 0.75rem;
	padding: 0.5rem 0.75rem;
	border-radius: 8px;
}

.fp-message--own {
	margin-left: auto;
	background: #d9edff;
}

.fp-message--other {
	background: #f0f0f0;
}

.fp-message-meta {
	font-size: 0.75em;
	color: #666;
	margin-bottom: 0.25rem;
}

.fp-report-link {
	color: #d63638;
}

.fp-report-form {
	display: none;
	margin-top: 0.5rem;
}

.fp-report-form--visible {
	display: block;
}

.fp-message-form textarea {
	width: 100%;
}

.fp-notice {
	padding: 0.75rem 1rem;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.fp-notice--success {
	background: #e7f7ed;
	color: #1a7a3e;
}

.fp-notice--info {
	background: #eef4ff;
	color: #2952a3;
}

.fp-notice--error {
	background: #fdeaea;
	color: #a3231f;
}

.fp-task-list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.fp-task-list li {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 0.75rem 1rem;
	margin-bottom: 0.5rem;
}

.fp-task-list form {
	margin-top: 0.5rem;
}

.fp-calendar-link {
	background: #f5f8ff;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.fp-calendar-hint {
	color: #666;
	font-size: 0.85em;
}

/* Medlemsdashboard */
.fp-dashboard {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
}

.fp-dashboard-profile {
	grid-column: 1 / -1;
}

.fp-dashboard-section {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 1rem 1.25rem;
}

.fp-dashboard-section h2,
.fp-dashboard-section h3 {
	margin-top: 0;
}

.fp-dashboard-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fp-dashboard-list li {
	padding: 0.35rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.fp-quicklinks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.fp-quicklinks a {
	display: inline-block;
	background: #f5f5f5;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	text-decoration: none;
	color: inherit;
}

/* Selvregistrering */
.fp-registration-form p {
	margin-bottom: 1rem;
}

.fp-registration-form input[type="text"],
.fp-registration-form input[type="email"],
.fp-registration-form input[type="tel"],
.fp-registration-form input[type="date"] {
	width: 100%;
	max-width: 400px;
	padding: 0.5rem;
}

.fp-registration-children {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.fp-child-fields input[type="text"] {
	max-width: 200px;
	display: inline-block;
}

.fp-child-fields input[type="date"] {
	max-width: 160px;
	display: inline-block;
}

.fp-submit-button {
	background: #2952a3;
	color: #fff;
	border: none;
	padding: 0.6rem 1.5rem;
	border-radius: 6px;
	cursor: pointer;
	font-size: 1em;
}
