.portrait-community-photo-post {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--pc-content-wide, 1200px);
	padding: clamp(32px, 5vw, 64px) var(--pc-space-page, 20px);
	width: 100%;
}

.portrait-community-photo-post__header,
.portrait-community-photo-post__content {
	max-width: var(--pc-content-reading, 800px);
}

.portrait-community-photo-post__header {
	margin-bottom: clamp(32px, 5vw, 56px);
}

.portrait-community-photo-post__title {
	font-size: clamp(2rem, 4vw, 2.5rem);
	line-height: 1.15;
	margin: 0 0 24px;
	overflow-wrap: anywhere;
}

.portrait-community-submission-success {
	background: #edfaef;
	border-left: 4px solid #00a32a;
	margin-bottom: 24px;
	padding: 14px 16px;
}

.portrait-community-photo-post__author {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 0;
}

.portrait-community-photo-post__avatar {
	border-radius: 50%;
	display: block;
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.portrait-community-photo-post__author p {
	color: var(--pc-color-text-supporting, #343a3d);
	font-weight: 500;
	font-size: 0.94rem;
	line-height: 1.5;
	margin: 2px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	overflow-wrap: anywhere;
}

.portrait-community-photo-post__author strong {
	display: block;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.portrait-community-photo-post__gallery {
	display: grid;
	align-items: start;
	gap: clamp(16px, 3vw, 28px);
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
}

.portrait-community-photo-post__gallery--count-1 {
	grid-template-columns: minmax(0, 1fr);
}

.portrait-community-photo-post__photo {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.portrait-community-photo-post__photo a,
.portrait-community-photo-post__photo .portrait-community-timeline__photo {
	display: block;
	max-width: 100%;
}

.portrait-community-photo-post__photo .portrait-community-timeline__photo {
	background: transparent;
	margin: 0;
}

.portrait-community-photo-post__photo .portrait-community-timeline__image,
.portrait-community-photo-post__image {
	display: block;
	height: auto;
	max-height: 85vh;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.portrait-community-photo-post__caption {
	color: var(--pc-color-text, #171a1c);
	font-size: clamp(1.06rem, 1.5vw, 1.18rem);
	font-weight: 500;
	line-height: 1.72;
	margin: 28px 0 0;
	max-width: 720px;
	overflow-wrap: anywhere;
}

.portrait-community-photo-post__caption:empty {
	display: none;
}

.portrait-community-photo-post__exif {
	align-self: flex-start;
	background: transparent;
	box-sizing: border-box;
	margin: 24px 0 0;
	max-width: 560px;
	padding: 0;
	width: min(100%, 560px);
}

.portrait-community-photo-post__exif--item {
	margin: 0;
	width: 100%;
}

.portrait-community-photo-post__photo-exif {
	color: var(--pc-color-text-supporting, #343a3d);
	margin-top: 24px;
	max-width: 560px;
	overflow-wrap: anywhere;
	width: 100%;
}

.portrait-community-photo-post__exif-equipment,
.portrait-community-photo-post__exif-settings {
	margin: 0;
	overflow-wrap: anywhere;
}

.portrait-community-photo-post__exif-equipment {
	font-size: 0.94rem;
	font-weight: 400;
	line-height: 1.55;
}

.portrait-community-photo-post__exif-settings {
	color: var(--pc-color-text-supporting, #343a3d);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.portrait-community-photo-post__photo-actions {
	display: grid;
	gap: 18px;
	max-width: var(--pc-content-reading, 800px);
	padding-top: 4px;
	width: 100%;
}

.portrait-community-photo-post__menu {
	margin-top: 18px;
	max-width: var(--pc-content-reading, 800px);
	width: 100%;
}

.portrait-community-ui .portrait-community-photo-post__menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 3px;
	color: var(--pc-color-text-supporting, #343a3d);
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	min-width: 44px;
	padding: 6px 10px;
}

.portrait-community-photo-post__menu-toggle:hover {
	background: #f3f5f6;
}

.portrait-community-photo-post__menu-toggle:focus-visible {
	background: #f3f5f6;
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}

.portrait-community-photo-post__menu-panel {
	border-top: 1px solid #e3e5e7;
	margin-top: 8px;
	padding-top: 12px;
}

.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	margin: 0;
}

.portrait-community-timed-use__entry-link a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	min-height: 44px;
	padding-block: 10px;
}

.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-points {
	color: var(--pc-color-text-supporting, #343a3d);
	font-size: 0.9rem;
	font-weight: 400;
	white-space: nowrap;
}

.portrait-community-timed-use__entry-link p {
	color: var(--pc-color-text-supporting, #343a3d);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 2px 0 0;
}

.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link--photo a,
.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link--cover a {
	background: #fff;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	padding-inline: 14px;
}

.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link--photo a:hover,
.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link--photo a:focus-visible,
.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link--cover a:hover,
.portrait-community-photo-post__photo-actions .portrait-community-timed-use__entry-link--cover a:focus-visible {
	border-color: #2271b1;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__share {
	border-top: 1px solid #e3e5e7;
	padding-top: 12px;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__share-label {
	display: none;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__share-controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__share-url {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--pc-color-text-supporting, #343a3d);
	font-size: 0.9rem;
	min-height: 44px;
	padding: 8px 0;
	width: 100%;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__share-url[hidden] {
	display: none;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__copy-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--pc-color-accent, #315f73);
	font-size: 0.95rem;
	font-weight: 600;
	min-height: 44px;
	padding: 8px 0;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.portrait-community-photo-post__photo-actions .portrait-community-photo-post__copy-button:hover,
.portrait-community-photo-post__photo-actions .portrait-community-photo-post__copy-button:focus-visible {
	background: transparent;
	color: var(--pc-color-accent-hover, #244a5b);
}

.portrait-community-photo-post__report-actions {
	margin: 32px auto 0;
	max-width: var(--pc-content-reading, 800px);
}

.portrait-community-photo-post__footer {
	border-top: 1px solid #dcdcde;
	margin: clamp(48px, 7vw, 72px) 0 0;
	max-width: var(--pc-content-reading, 800px);
	padding-top: 28px;
}

.portrait-community-photo-post__thread-destination {
	margin-bottom: 32px;
}

.portrait-community-photo-post__thread-destination h2 {
	font-size: 1rem;
	margin: 0 0 8px;
}

.portrait-community-photo-post__thread-destination h2 {
	color: var(--pc-color-text, #171a1c);
	font-weight: 600;
}

.portrait-community-photo-post__thread-title {
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
	overflow-wrap: anywhere;
}

.portrait-community-photo-post__thread-title a {
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.portrait-community-photo-post__thread-title a:hover,
.portrait-community-photo-post__thread-title a:focus-visible,
.portrait-community-photo-post__thread-category a:hover,
.portrait-community-photo-post__thread-category a:focus-visible {
	text-decoration-thickness: 3px;
}

.portrait-community-photo-post__thread-title a:focus-visible,
.portrait-community-photo-post__thread-category a:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 3px;
}

.portrait-community-photo-post__thread-category {
	color: var(--pc-color-text-supporting, #343a3d);
	font-weight: 500;
	font-size: 0.9rem;
	margin: 10px 0 0;
}

.portrait-community-photo-post__share {
	margin: 0;
	padding: 0;
}

.portrait-community-photo-post__share-label {
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0 0 6px;
}

.portrait-community-photo-post__share-controls {
	align-items: stretch;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: 760px;
}

.portrait-community-photo-post__share-url,
.portrait-community-photo-post__copy-button {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	min-height: 44px;
}

.portrait-community-photo-post__share-url {
	background: #fff;
	flex: 1 1 24rem;
	margin: 0;
	min-width: 0;
	padding: 8px 10px;
	overflow-wrap: anywhere;
	user-select: text;
	white-space: normal;
	word-break: break-word;
	width: 100%;
}

.portrait-community-photo-post__share-url:focus,
.portrait-community-photo-post__copy-button:focus-visible {
	border-color: #2271b1;
	outline: 3px solid rgba(34, 113, 177, 0.28);
	outline-offset: 1px;
}

.portrait-community-photo-post__copy-button {
	align-items: center;
	background: #f6f7f7;
	color: #1d2327;
	display: inline-flex;
	gap: 6px;
	padding: 8px 18px;
}

.portrait-community-photo-post__copy-button:hover {
	background: #fff;
	border-color: #2271b1;
}

.portrait-community-photo-post__copy-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.portrait-community-photo-post__share .portrait-community-copy-status {
	display: block;
	font-size: 0.9rem;
	margin: 5px 0 0;
	min-height: 1.5em;
}

@media (max-width: 640px) {
	.portrait-community-photo-post__gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.portrait-community-photo-post__exif {
		max-width: 100%;
		width: 100%;
	}

	.portrait-community-photo-post__title {
		font-size: clamp(1.9rem, 9vw, 2.35rem);
	}

	.portrait-community-photo-post__photo .portrait-community-timeline__photo,
	.portrait-community-photo-post__photo .portrait-community-timeline__image {
		max-width: 100%;
	}

	.portrait-community-photo-post__share-controls {
		grid-template-columns: minmax(0, 1fr);
	}

	.portrait-community-photo-post__copy-button {
		width: 100%;
	}
}

.portrait-community-photo-post__moderation-notice {
	border-left: 4px solid #8a5a00;
	margin-block: 1rem;
	padding: 1rem;
}
