.vha-notice,
.vha-archive__empty {
	padding: 1rem 1.25rem;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.vha-archive {
	max-width: 100%;
	overflow-x: hidden;
}

.vha-archive__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	line-height: 1.3;
}

.vha-archive__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 100%;
}

.vha-archive__item {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	max-width: 100%;
	min-width: 0;
}

.vha-archive__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	cursor: pointer;
	list-style: none;
}

.vha-archive__summary::-webkit-details-marker,
.vha-archive__summary::marker {
	display: none;
	content: '';
}

.vha-archive__toggle {
	flex-shrink: 0;
	width: 0;
	height: 0;
	margin-top: 0.15em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid currentColor;
	color: #646970;
	transition: transform 0.15s ease;
}

.vha-archive__item[open] .vha-archive__toggle {
	transform: rotate(90deg);
}

.vha-archive__item[open] .vha-archive__summary {
	border-bottom: 1px solid #dcdcde;
	background: #f6f7f7;
}

.vha-archive__item-title {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 600;
	font-size: 1.05rem;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.vha-archive__item-date {
	color: #646970;
	font-size: 0.95rem;
	white-space: nowrap;
}

.vha-archive__content {
	padding: 1.25rem;
	line-height: 1.6;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden;
	overflow-wrap: anywhere;
	word-break: break-word;
	box-sizing: border-box;
}

.vha-archive__content *,
.vha-archive__content *::before,
.vha-archive__content *::after {
	box-sizing: border-box;
	max-width: 100%;
}

.vha-archive__content table {
	width: 100% !important;
	max-width: 100% !important;
	table-layout: fixed;
}

.vha-archive__content td,
.vha-archive__content th {
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal !important;
}

.vha-archive__content pre {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.vha-archive__content a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.vha-archive__content p:first-child {
	margin-top: 0;
}

.vha-archive__content p:last-child {
	margin-bottom: 0;
}

.vha-archive__content img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	.vha-archive__summary {
		flex-wrap: wrap;
	}

	.vha-archive__item-date {
		flex: 1 1 100%;
		padding-left: calc(7px + 0.75rem);
	}
}

.vha-subscribe {
	max-width: 640px;
}

.vha-subscribe__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	line-height: 1.3;
}

.vha-subscribe__email {
	margin: 0 0 1rem;
}

.vha-subscribe__intro,
.vha-subscribe__status,
.vha-subscribe__unsubscribe {
	margin: 0 0 1rem;
	line-height: 1.6;
}

.vha-subscribe__status--active {
	padding: 1rem 1.25rem;
	background: #edfaef;
	border: 1px solid #b8e6c1;
	border-radius: 6px;
}

.vha-subscribe__notice {
	padding: 1rem 1.25rem;
	border-radius: 6px;
	margin: 0 0 1rem;
	line-height: 1.5;
}

.vha-subscribe__notice--success {
	background: #edfaef;
	border: 1px solid #b8e6c1;
}

.vha-subscribe__notice--error {
	background: #fcf0f1;
	border: 1px solid #f1aeb5;
}

.vha-subscribe__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
	line-height: 1.5;
	cursor: pointer;
}

.vha-subscribe__consent input {
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.vha-subscribe__button {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	border: 0;
	border-radius: 6px;
	background: #2271b1;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
}

.vha-subscribe__button:hover {
	background: #135e96;
}

body.vha-unsubscribe-body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	background: #f6f7f7;
	color: #1d2327;
}

.vha-unsubscribe {
	max-width: 720px;
	margin: 40px auto;
	padding: 0 16px 40px;
}

.vha-unsubscribe h1 {
	margin: 0 0 1rem;
	font-size: 1.75rem;
	line-height: 1.3;
}

.vha-unsubscribe p {
	margin: 0 0 1rem;
	line-height: 1.6;
}

.vha-unsubscribe__actions {
	margin-top: 1.5rem;
}

.vha-unsubscribe__link {
	font-weight: 600;
}

.vha-unsubscribe__back {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #dcdcde;
}
