/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&display=swap');

:root {
	--bp-cream: #fdf8f5;
	--bp-card: #fffaf4;
	--bp-card-soft: #fffdf9;
	--bp-border: #ead9c5;
	--bp-section-border: #CC7A00;
	--bp-accent: #c7857d;
	--bp-title: #4f3a35;
	--bp-text: #4f3a35;
	--bp-muted: #7a5c5c;
	--bp-display: "Libre Caslon Text", Georgia, serif;
	--bp-bg-rainbow: url("https://isthebabyhere.net/wp-content/uploads/2026/05/Is-Baby-Here-Rainbow1.png");
	--bp-bg-moon: url("https://isthebabyhere.net/wp-content/uploads/2026/05/Is-the-Baby-Here-Moon.png");
	--bp-bg-star: url("https://isthebabyhere.net/wp-content/uploads/2026/05/Is-the-Baby-Here-Star.png");
}

body {
	font-size: 16px;
	background: var(--bp-cream);
}

p,
li,
.bp-update-text,
.bp-parent-note-text,
.bp-form-intro,
.bp-form-helper,
.bp-due-date-message,
.bp-note-textarea,
.bp-note-input,
.bp-notify-input,
.bp-input {
	font-size: 16px;
}

/* =====================================================
   SHARED BABY PAGE BASE
   These styles support both No and Yes pages.
===================================================== */

.bp-page.bp-state-no,
.bp-page.bp-state-yes,
.bp-page.bp-mode-parent,
.bp-page.bp-mode-family {
	--bp-page-state-ready: 1;
}

/* =====================================================
   ACCOUNT PAGE BACKGROUNDS
   Join, Create/Edit Baby Page, and Access My Baby Page.
===================================================== */

body:not(.single-baby_page) .site-content,
body:not(.single-baby_page) .ast-container,
body:not(.single-baby_page) .entry-content {
	background: transparent;
}

body:not(.single-baby_page) .entry-content:has(.bp-form-wrap) {
	position: relative;
	overflow: hidden;
}

body:not(.single-baby_page) .entry-content:has(.bp-form-wrap)::before,
body:not(.single-baby_page) .entry-content:has(.bp-form-wrap)::after,
body:not(.single-baby_page) .site-main:has(.bp-form-wrap)::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body:not(.single-baby_page) .entry-content:has(.bp-form-wrap)::before {
	width: 380px;
	height: 380px;
	top: 18%;
	right: max(-160px, calc((100vw - 760px) / 2 - 260px));
	background-image: var(--bp-bg-star);
	opacity: 0.24;
	transform: rotate(8deg);
}

body:not(.single-baby_page) .entry-content:has(.bp-form-wrap)::after {
	width: 460px;
	height: 460px;
	top: 62%;
	left: max(-190px, calc((100vw - 760px) / 2 - 310px));
	background-image: var(--bp-bg-rainbow);
	opacity: 0.2;
	transform: rotate(-8deg);
}

body:not(.single-baby_page) .site-main:has(.bp-form-wrap) {
	position: relative;
	overflow: visible;
}

body:not(.single-baby_page) .site-main:has(.bp-form-wrap)::before {
	width: 340px;
	height: 340px;
	top: 34%;
	left: max(-140px, calc((100vw - 760px) / 2 - 250px));
	background-image: var(--bp-bg-moon);
	opacity: 0.18;
	transform: rotate(10deg);
}

body:not(.single-baby_page) .bp-form-wrap,
body:not(.single-baby_page) .bp-notice,
body:not(.single-baby_page) .entry-content > h1,
body:not(.single-baby_page) .entry-content > h2,
body:not(.single-baby_page) .entry-content > p {
	position: relative;
	z-index: 1;
}

.single-baby_page .entry-content {
	position: relative;
	overflow: hidden;
}

.single-baby_page .entry-content::before,
.single-baby_page .entry-content::after,
.single-baby_page .site-main::before {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.single-baby_page .entry-content::before {
	width: 590px;
	height: 590px;
	top: 50%;
	right: max(-160px, calc((100vw - 760px) / 2 - 430px));
	background-image: var(--bp-bg-star);
	opacity: 0.4;
	transform: rotate(6deg);
}

.single-baby_page .entry-content::after {
	width: 520px;
	height: 520px;
	top: 75%;
	left: max(-170px, calc((100vw - 760px) / 2 - 480px));
	background-image: var(--bp-bg-rainbow);
	opacity: 0.36;
	transform: rotate(-8deg);
}

.single-baby_page .site-main {
	position: relative;
	overflow: visible;
}

.single-baby_page .site-main::before {
	width: 450px;
	height: 450px;
	top: 38%;
	left: max(-150px, calc((100vw - 760px) / 2 - 430px));
	background-image: var(--bp-bg-moon);
	opacity: 0.3;
	transform: rotate(8deg);
}

.single-baby_page .bp-family-name,
.single-baby_page .wp-block-heading,
.single-baby_page .bp-arrival-image-wrap,
.single-baby_page .bp-arrival-experience,
.single-baby_page .bp-section-card,
.single-baby_page .bp-parent-dashboard,
.single-baby_page .bp-updates-module {
	position: relative;
	z-index: 1;
}

.bp-state-yes .bp-preview-note-countdown,
.bp-state-yes .countdown-strip {
	display: none;
}

.bp-state-yes .entry-content .bp-family-name:not(.bp-announcement-family),
.bp-state-yes .entry-content .bp-family-name:not(.bp-announcement-family) + h1,
.bp-state-yes .entry-content .bp-family-name:not(.bp-announcement-family) + h2,
.bp-state-yes .entry-content .bp-family-name:not(.bp-announcement-family) + .wp-block-heading {
	display: none;
}

.comments-title,
.single-baby_page .entry-meta,
.single-baby_page .entry-header .entry-meta,
.single-baby_page .posted-on,
.single-baby_page .byline,
.single-baby_page .comments-link,
.single-baby_page .cat-links,
.single-baby_page .tags-links,
.single-baby_page .comments-area,
.single-baby_page .ast-single-post-order,
.single-baby_page .ast-single-meta,
.single-baby_page .entry-header .comments-link,
.single-baby_page .post-navigation {
	display: none !important;
}

.single-baby_page .entry-content {
	margin-top: 0;
}

.bp-family-name {
	font-family: inherit;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #4f3a35;
	margin: 0;
	padding: 0;
	text-align: center;
}

.single-baby_page .bp-family-name + h1,
.single-baby_page .bp-family-name + h2,
.single-baby_page .bp-family-name + .wp-block-heading {
	margin-top: 10px;
}

.bp-arrival-image-wrap {
	text-align: center;
	margin: 12px auto 34px;
}

.bp-arrival-image {
	display: block;
	width: 100%;
	max-width: 560px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single-baby_page img.wp-image-61,
.single-baby_page img.wp-image-510 {
	display: block;
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bp-due-date-editor,
.bp-parents-section,
.bp-shes-here-wrap,
.bp-parent-notes-section {
	width: calc(100% - 32px);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.bp-section-card {
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 34px auto;
	padding: 28px;
	border: 1px solid var(--bp-section-border);
	border-radius: 12px;
	background: #ffffff;
	box-sizing: border-box;
}

.bp-section-card > .bp-section-title:first-child {
	margin-top: 0;
}

.bp-announcement-prompt {
	border: 1px solid #5393a4;
	background: #e2f6e8;
	text-align: center;
}

.bp-announcement-prompt-logo {
	display: block;
	width: 92px;
	height: 92px;
	object-fit: contain;
	margin: 0 auto 16px;
}

.bp-announcement-prompt-title {
	margin: 0 0 10px;
	color: var(--bp-title);
	font-family: var(--bp-display);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

.bp-announcement-prompt-subtitle {
	max-width: 560px;
	margin: 0 auto 20px;
	color: var(--bp-muted);
	font-size: 16px;
	line-height: 1.5;
}

.bp-parent-dashboard {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 34px auto 12px;
	box-sizing: border-box;
}

/* =====================================================
   REGISTRY
===================================================== */

.bp-registry-section,
.bp-registry-editor-section {
	width: min(calc(100% - 32px), 760px);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	box-sizing: border-box;
}

.bp-registry-title {
	margin-bottom: 8px;
}

.bp-registry-intro {
	max-width: 560px;
	margin: 0 0 24px;
	color: var(--bp-muted);
	font-size: 16px;
	line-height: 1.5;
}

.bp-registry-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bp-registry-card {
	display: grid;
	gap: 14px;
	align-content: space-between;
	min-height: 188px;
	padding: 22px;
	border: 1px solid var(--bp-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(79, 58, 53, 0.07);
}

.bp-registry-card-other {
	grid-column: 1 / -1;
	min-height: 154px;
}

.bp-registry-card-note {
	margin: 0;
	color: var(--bp-muted);
	font-size: 15px;
	line-height: 1.45;
}

.bp-registry-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 34px;
	color: var(--bp-title);
	font-weight: 800;
	line-height: 1;
}

.bp-registry-logo-img {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 42px;
	object-fit: contain;
}

.bp-registry-logo-babylist {
	color: #20a7b8;
	font-size: 16px;
	letter-spacing: -0.01em;
}

.bp-registry-logo-amazon {
	position: relative;
	display: inline-grid;
	gap: 2px;
	color: #111;
	font-size: 16px;
	letter-spacing: -0.03em;
}

.bp-amazon-smile {
	display: block;
	width: 46px;
	height: 9px;
	margin-left: 10px;
	border-bottom: 3px solid #ff9900;
	border-radius: 0 0 50% 50%;
	transform: rotate(-4deg);
}

.bp-registry-logo-target {
	gap: 9px;
	color: #cc0000;
	font-size: 16px;
}

.bp-target-mark {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 8px solid #cc0000;
	border-radius: 50%;
	background: #fff;
}

.bp-target-mark::after {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	background: #cc0000;
}

.bp-registry-logo-walmart {
	gap: 10px;
	color: #0071ce;
	font-size: 16px;
}

.bp-walmart-spark {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.bp-walmart-spark i {
	position: absolute;
	left: 13px;
	top: 2px;
	width: 4px;
	height: 10px;
	border-radius: 999px;
	background: #ffc220;
	transform-origin: 2px 13px;
}

.bp-walmart-spark i:nth-child(2) { transform: rotate(60deg); }
.bp-walmart-spark i:nth-child(3) { transform: rotate(120deg); }
.bp-walmart-spark i:nth-child(4) { transform: rotate(180deg); }
.bp-walmart-spark i:nth-child(5) { transform: rotate(240deg); }
.bp-walmart-spark i:nth-child(6) { transform: rotate(300deg); }

.bp-registry-logo-other {
	gap: 9px;
	color: var(--bp-title);
	font-size: 16px;
}

.bp-registry-other-mark {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 2px solid var(--bp-accent);
	border-radius: 50%;
}

.bp-registry-other-mark::before,
.bp-registry-other-mark::after {
	content: "";
	position: absolute;
	background: var(--bp-accent);
	border-radius: 999px;
}

.bp-registry-other-mark::before {
	left: 7px;
	right: 7px;
	top: 12px;
	height: 2px;
}

.bp-registry-other-mark::after {
	top: 7px;
	bottom: 7px;
	left: 12px;
	width: 2px;
}

.bp-registry-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid var(--bp-accent);
	border-radius: 999px;
	background: var(--bp-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.bp-registry-button:hover,
.bp-registry-button:focus-visible {
	background: #b3726a;
	color: #fff;
	transform: translateY(-1px);
}

.bp-registry-edit-form {
	display: grid;
	gap: 20px;
}

.bp-registry-edit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bp-registry-edit-field {
	display: grid;
	gap: 10px;
	padding: 18px;
	border: 1px solid var(--bp-border);
	border-radius: 12px;
	background: #fff;
}

.bp-registry-edit-field .bp-input {
	width: 100%;
	margin: 0;
	background: #fff;
}

.bp-registry-editor-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.bp-registry-message {
	margin: 0;
	color: var(--bp-muted);
	font-size: 15px;
	line-height: 1.4;
}

.bp-registry-form-section {
	display: grid;
	gap: 12px;
}

.bp-registry-form-section .bp-form-helper {
	margin: 0;
}

.bp-registry-url-fields {
	display: grid;
	gap: 14px;
}

.bp-registry-url-row {
	display: grid;
	gap: 8px;
}

.bp-registry-url-control {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	gap: 10px;
	align-items: center;
}

.bp-registry-url-control .bp-input {
	width: 100%;
	margin: 0;
}

.bp-registry-remove-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--bp-border);
	border-radius: 999px;
	background: #fff;
	color: var(--bp-accent);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.bp-registry-add-link {
	justify-self: start;
}

.bp-mini-card {
	padding: 20px;
	border: 1px solid var(--bp-section-border);
	border-radius: 12px;
	background: #ffffff;
	box-sizing: border-box;
}

.bp-mini-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--bp-title);
	font-family: var(--bp-display);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.bp-family-url-field {
	width: 100%;
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 1px solid #d7d2cc;
	border-radius: 6px;
	background: #ffffff;
	color: var(--bp-muted);
	font: inherit;
	font-size: 14px;
	box-sizing: border-box;
}

.bp-share-card .bp-copy-family-link {
	width: 100%;
}

.bp-family-details-list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.bp-family-details-list div {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 10px;
	align-items: baseline;
}

.bp-family-details-list dt {
	color: var(--bp-muted);
	font-size: 14px;
	font-weight: 700;
}

.bp-family-details-list dd {
	margin: 0;
	color: var(--bp-text);
	font-size: 15px;
}

.bp-family-details-card .bp-edit-family-details {
	width: 100%;
	margin-top: 18px;
}

.bp-due-date-editor {
	width: calc(100% - 32px);
	max-width: 760px;
	margin-top: 0;
	margin-bottom: 38px;
	padding: 0 18px 18px;
	border: 1px solid var(--ast-global-color-3, var(--bp-border));
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #ffffff;
	box-sizing: border-box;
}

.bp-due-date-form {
	display: flex;
	justify-content: center;
}

.bp-due-date-form > div {
	width: 100%;
	max-width: 640px;
	padding: 16px 0 0;
	border: 0;
	border-radius: 8px;
	background: #ffffff;
}

.bp-due-date-row {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	flex-wrap: wrap;
}

.bp-due-date-row .bp-input {
	margin-top: 6px;
}

.bp-due-date-form .bp-label,
.bp-form .bp-label,
.bp-parent-note-form .bp-label,
.bp-shes-here-label {
	display: block;
	margin-bottom: 8px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: var(--bp-text);
}

.bp-due-date-form .bp-input,
.bp-form .bp-input,
.bp-shes-here-fields .bp-input,
.bp-update-input,
.bp-note-input,
.bp-note-textarea,
.bp-notify-input {
	width: 100%;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card-soft);
	color: var(--bp-text);
	box-shadow: none;
	box-sizing: border-box;
}

.bp-input-error {
	border-color: #C0392B;
}

.bp-form .bp-input {
	padding: 12px 14px;
}

.bp-parent-note-form .bp-label {
	margin-top: 14px;
}

.bp-parent-note-form .bp-label:first-of-type {
	margin-top: 0;
}

.bp-post-update-wrap,
.bp-parent-note-form,
.bp-parent-notes-list {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 22px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
	box-sizing: border-box;
}

.bp-update-input,
.bp-note-textarea {
	min-height: 116px;
	padding: 14px 16px;
	resize: vertical;
}

.bp-update-form-footer,
.bp-note-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
}

.bp-char-count,
.bp-note-count,
.bp-parent-notes-empty {
	font-size: 16px;
	color: var(--bp-accent);
}

.bp-update-footer,
.bp-parent-note-meta {
	color: #7a5c5c;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.bp-post-update-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	max-width: 860px;
	min-height: 76px;
	padding: 10px 14px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(62, 48, 37, 0.08);
}

.bp-post-update-wrap .bp-update-input {
	width: 100%;
	min-height: 48px;
	max-height: 96px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: #f1f2f5;
	color: var(--bp-text);
	font-size: 16px;
	line-height: 1.35;
	resize: none;
	overflow-y: auto;
}

.bp-update-photo {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.bp-update-form-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 0;
}

.bp-post-update-wrap .bp-char-count {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.bp-update-photo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #3da45a;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.bp-update-photo-btn:hover,
.bp-update-photo-btn:focus-visible {
	background: #edf8f0;
	transform: translateY(-1px);
}

.bp-update-photo-preview,
.bp-arrival-photo-preview {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #7a5c5c;
	font-size: 14px;
}

.bp-update-photo-preview {
	grid-column: 1 / -1;
	justify-self: start;
	margin-left: 12px;
}

.bp-update-photo-preview img,
.bp-arrival-photo-preview img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(62, 48, 37, 0.12);
}

.bp-arrival-photo-preview {
	flex-wrap: wrap;
	padding: 10px;
	border-radius: 8px;
	background: var(--bp-card-soft);
}

.single-baby_page .bp-post-update-wrap .bp-post-update-btn {
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 999px;
	white-space: nowrap;
}

.bp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border: 0;
	border-radius: 999px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bp-btn-primary,
.single-baby_page .bp-post-update-btn,
.single-baby_page .bp-note-submit,
.single-baby_page .bp-shes-here-confirm,
.single-baby_page .bp-notify-btn,
.single-baby_page .bp-submit,
.single-baby_page .bp-see-more-updates,
.single-baby_page .bp-shes-here-toggle,
.bp-form-wrap .bp-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--bp-accent);
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bp-btn-primary:hover,
.single-baby_page .bp-post-update-btn:hover,
.single-baby_page .bp-note-submit:hover,
.single-baby_page .bp-shes-here-confirm:hover,
.single-baby_page .bp-notify-btn:hover,
.single-baby_page .bp-submit:hover,
.single-baby_page .bp-see-more-updates:hover,
.single-baby_page .bp-shes-here-toggle:hover,
.bp-form-wrap .bp-submit:hover {
	background-color: #b3726a;
	transform: translateY(-1px);
	color: #ffffff;
	text-decoration: none;
}

.bp-btn-secondary {
	background: transparent;
	border: 1px solid var(--bp-accent);
	border-radius: 999px;
	color: var(--bp-accent);
}

.bp-btn-secondary:hover {
	background: #fff5f4;
	color: var(--bp-accent);
	text-decoration: none;
}

.bp-submit,
.bp-post-update-btn,
.bp-note-submit,
.bp-shes-here-confirm,
.bp-notify-btn,
.bp-see-more-updates,
.bp-shes-here-toggle,
.bp-copy-family-link {
	border-radius: 999px;
}

.bp-btn-inline-remove {
	padding: 4px 8px;
	border: 0;
	border-radius: 4px;
	background: none;
	color: #a66258;
	font-size: 13px;
	font-weight: 500;
}

.bp-btn-inline-remove:hover {
	background: #fff0ee;
	color: #8c3d32;
}

.bp-btn-icon,
.bp-mini-card-icon {
	flex: 0 0 auto;
}

.single-baby_page .bp-shes-here-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	max-width: 100%;
	font-size: 22px;
}

.bp-update-image {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	margin: 12px 0 0;
	border-radius: 8px;
}

.bp-updates-list {
	width: 100%;
	max-width: 100%;
	margin: 22px auto 0;
}

.bp-see-more-updates-wrap {
	margin-top: 18px;
	text-align: center;
}

.bp-see-more-updates {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid var(--bp-border);
	border-radius: 999px;
	background: var(--bp-card-soft);
	color: var(--bp-title);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.bp-timeline-fallback-main,
.entry-content:has(.bp-timeline-section) {
	width: 100%;
	box-sizing: border-box;
}

.bp-timeline-section {
	width: min(calc(100% - 32px), 760px);
	max-width: 760px;
	margin: 48px auto;
	box-sizing: border-box;
}

.bp-timeline-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.bp-timeline-actions-top {
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 22px;
}

.bp-back-to-baby-page {
	min-width: 180px;
}

.bp-update-bubble,
.bp-parent-note-card {
	margin-top: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(234, 217, 197, 0.82);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(62, 48, 37, 0.08);
	color: #5a4038;
}

.bp-update-text,
.bp-parent-note-text {
	margin: 12px 0 0;
	color: #5a4038;
}

.bp-update-footer,
.bp-parent-note-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bp-update-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bp-delete-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 34px;
	min-height: 34px;
	padding: 6px 8px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
	color: var(--bp-accent);
	cursor: pointer;
}

.bp-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.bp-shes-here-wrap {
	margin-top: 30px;
	margin-bottom: 12px;
}

.bp-parents-section {
	margin-top: 30px;
	margin-bottom: 36px;
}

.bp-shes-here-panel {
	max-width: 760px;
	margin-top: 16px;
	padding: 22px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
}

.bp-arrived-confirmed {
	margin: 0 auto 18px;
	color: var(--bp-accent);
	font-weight: 700;
	text-align: center;
}

.bp-arrival-experience {
	display: grid;
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 12px auto 42px;
	overflow: hidden;
	text-align: center;
}

.bp-arrival-height-locked {
	align-items: start;
}

.bp-arrival-intro {
	display: flex;
	grid-area: 1 / 1;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 500ms ease, transform 660ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bp-arrival-announcement-stage {
	grid-area: 1 / 1;
	opacity: 0;
	transform: translateX(90px);
	visibility: hidden;
	transition: opacity 620ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s linear 620ms;
}

.bp-intro-exiting .bp-arrival-intro,
.bp-announcement-ready .bp-arrival-intro {
	opacity: 0;
	transform: translateX(-110%);
	pointer-events: none;
}

.bp-announcement-ready .bp-arrival-announcement-stage {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
	transition-delay: 0s;
}

.bp-announcement-skip-intro .bp-arrival-intro {
	display: none;
}

.bp-announcement-skip-intro .bp-arrival-announcement-stage {
	transition: none;
}

.bp-status-arrived,
.bp-status-waiting {
	text-align: center;
}

.bp-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--bp-card);
	border: 1px solid var(--bp-border);
	color: #2A5C2A;
	font-size: 13px;
	font-weight: 700;
}

.bp-status-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.bp-dot-green {
	background: #5DC45D;
}

.bp-status-waiting {
	padding: 12px 0;
}

.bp-status-welcome,
.bp-status-waiting p {
	font-family: Georgia, serif;
	color: #2A5C2A;
	text-align: center;
}

.bp-status-welcome {
	margin: 10px 0 0;
	font-size: 16px;
}

.bp-born-line {
	max-width: 720px;
	margin: 10px auto 18px;
	color: var(--bp-text);
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.bp-born-line span {
	color: #A07830;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bp-announcement-frame {
	display: grid;
	grid-template-columns: minmax(280px, 520px) minmax(280px, 1fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
	width: 100%;
	padding: clamp(18px, 3vw, 34px);
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
	box-sizing: border-box;
}

.bp-announcement-photo-wrap {
	width: 100%;
}

.bp-announcement-photo-btn {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.bp-announcement-photo {
	display: block;
	width: 100%;
	max-width: 520px;
	max-height: 620px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid var(--bp-border);
}

.bp-announcement-copy {
	text-align: center;
}

.bp-announcement-sun {
	display: block;
	width: min(180px, 44vw);
	height: auto;
	margin: 0 auto 22px;
}

.bp-announcement-family {
	margin-bottom: 18px;
}

.single-baby_page .bp-announcement-family.bp-family-name {
	color: #A07830;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bp-announcement-title {
	margin: 0;
	color: #CC7A00;
	font-family: var(--bp-display);
	font-size: clamp(46px, 7vw, 88px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
}

.bp-announcement-copy .bp-born-line {
	margin-top: 24px;
	margin-bottom: 0;
	color: #7a5c5c;
	font-size: clamp(18px, 2.4vw, 26px);
}

.bp-announcement-copy .bp-born-line span {
	color: #7a5c5c;
	font-size: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.bp-announcement-message {
	max-width: 620px;
	margin: 24px auto 0;
	color: var(--bp-text);
	font-size: 16px;
	line-height: 1.6;
}

.bp-status-waiting p {
	margin: 0;
	font-size: 16px;
	color: #7A4F1C;
}

.bp-birth-stats {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 16px;
}

.bp-arrival-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	width: min(100%, 720px);
	margin: 18px auto 0;
}

.bp-arrival-photo-btn {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.bp-arrival-photo {
	display: block;
	width: 100%;
	max-width: 520px;
	max-height: 560px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid var(--bp-border);
}

.bp-arrival-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(40, 30, 25, 0.82);
}

.bp-arrival-lightbox img {
	display: block;
	max-width: min(92vw, 960px);
	max-height: 86vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
}

.bp-arrival-lightbox-close {
	position: fixed;
	top: 18px;
	right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #fffaf4;
	color: var(--bp-text);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.bp-stat {
	min-width: 84px;
	padding: 10px 12px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card-soft);
}

.bp-stat-val,
.bp-stat-key {
	display: block;
}

.bp-stat-val {
	color: #5C3D1E;
	font-family: var(--bp-display);
	font-size: 16px;
	line-height: 1.2;
}

.bp-stat-key {
	margin-top: 4px;
	color: #A07830;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bp-confetti {
	position: fixed;
	inset: 0;
	z-index: 999999;
	pointer-events: none;
	overflow: hidden;
}

.bp-confetti span {
	position: absolute;
	top: -18px;
	width: 10px;
	height: 16px;
	border-radius: 2px;
	opacity: 0.95;
	transform: translateY(-20px) rotate(0deg);
	animation-name: bp-confetti-fall;
	animation-timing-function: cubic-bezier(0.16, 0.6, 0.28, 1);
	animation-fill-mode: forwards;
}

.bp-confetti span:nth-child(3n) {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.bp-confetti span:nth-child(4n) {
	width: 6px;
	height: 18px;
}

@keyframes bp-confetti-fall {
	0% {
		transform: translate3d(0, -20px, 0) rotate(0deg);
	}

	100% {
		transform: translate3d(var(--bp-drift), 105vh, 0) rotate(var(--bp-spin));
	}
}

.bp-shes-here-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bp-arrival-field,
.bp-arrival-photo-field,
.bp-arrival-message-field {
	display: grid;
	gap: 6px;
	color: #A07830;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.bp-arrival-field-wide {
	grid-column: 1 / -1;
}

.bp-arrival-photo-field .bp-input {
	padding: 10px 12px;
	background: var(--bp-card-soft);
}

.bp-arrival-current-photos {
	display: grid;
	gap: 8px;
	color: #A07830;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.bp-arrival-current-photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	gap: 10px;
}

.bp-arrival-current-photo {
	display: grid;
	gap: 7px;
	padding: 8px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card-soft);
	color: var(--bp-text);
	font-size: 13px;
	font-weight: 400;
}

.bp-arrival-current-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 6px;
}

.bp-arrival-current-photo span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.bp-note-captcha {
	display: grid;
	gap: 8px;
	margin-top: 12px;
	color: #7a5c5c;
	font-size: 14px;
}

.bp-arrival-message-input {
	min-height: 96px;
	padding: 12px 14px;
	resize: vertical;
}

.bp-label-note {
	font-weight: 400;
	color: #A07830;
}

.bp-shes-here-warning {
	margin: 16px 0;
	color: var(--bp-muted);
	font-size: 14px;
	text-align: center;
}

.bp-section-title,
.bp-parent-notes-title {
	max-width: 760px;
	margin: 0 0 18px;
	color: var(--bp-title);
	font-family: var(--bp-display);
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
}

.bp-notify-section {
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 34px auto;
}

.bp-notify-wrap {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 22px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
	text-align: center;
}

.bp-notify-title {
	max-width: none;
	margin-bottom: 18px;
}

.bp-notify-headline {
	margin: 0 0 8px;
	color: var(--bp-title);
	font-family: var(--bp-display);
	font-size: 22px;
	line-height: 1.2;
}

.bp-notify-sub {
	margin: 0 0 16px;
	color: var(--bp-muted);
}

.bp-notify-row {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.bp-notify-input {
	max-width: 420px;
}

.bp-notify-success,
.bp-note-success {
	margin: 14px 0 0;
	color: #2A5C2A;
	font-weight: 700;
	text-align: center;
}

.bp-parent-access-notice {
	max-width: 680px;
	margin: 24px auto 32px;
	padding: 18px;
	text-align: center;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
	color: #6f4d3f;
}

.bp-parent-access-notice p {
	margin: 0 0 14px;
}

.bp-parent-notes-empty {
	margin: 0;
	font-size: 16px;
	text-align: center;
}

.bp-updates-empty {
	text-align: center;
	color: var(--bp-accent);
}

.bp-post-update-wrap,
.bp-parent-note-form,
.bp-parent-notes-list,
.bp-notify-wrap,
.bp-shes-here-panel,
.bp-due-date-form > div {
	background: #ffffff;
}

.bp-notify-wrap {
	background: #FDF8F2;
}

.single-baby_page .bp-parent-notes-section {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}

.single-baby_page .bp-parent-notes-title {
	max-width: none;
	margin: 0 0 48px;
	text-align: left;
}

.bp-form-wrap {
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 48px auto;
	background: #fff;
	border: 1px solid var(--bp-border);
	border-radius: 16px;
	padding: 48px 40px;
	font-family: inherit;
	text-align: center;
	box-sizing: border-box;
}

.entry-content[data-ast-blocks-layout] > .bp-form-wrap,
.entry-content[data-ast-blocks-layout] > .bp-notice {
	width: calc(100% - 32px);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.bp-form-wrap .bp-input {
	border-color: #d7d2cc;
	background: #ffffff;
}

.entry-content .bp-form-wrap img.bp-form-logo,
.bp-form-wrap img.bp-form-logo,
.bp-form-logo {
	display: block;
	width: 56px;
	max-width: 56px;
	height: 56px;
	max-height: 56px;
	object-fit: contain;
	margin: 0 auto 18px;
}

.entry-content .bp-form-wrap img.bp-form-logo,
.bp-form-wrap img.bp-form-logo {
	display: block;
	width: 56px;
	max-width: 56px;
	height: 56px;
	max-height: 56px;
	margin-left: auto;
	margin-right: auto;
}

.bp-notice {
	max-width: 760px;
	margin: 18px auto;
	padding: 14px 16px;
	border: 1px solid var(--bp-border);
	border-radius: 8px;
	background: var(--bp-card);
	color: var(--bp-muted);
	text-align: center;
}

.bp-notice.bp-success {
	max-width: 760px; 
    margin: 48px auto 24px auto;
    padding: 16px;
    border-radius: 8px;
    background-color: #f2f9f2;
    border: 1px solid #ccebc5;
    color: #2A5C2A;
}

.bp-notice.bp-error {
	border-color: #E0B4B4;
	color: #C0392B;
}

.bp-form-title {
	font-family: var(--bp-display);
	font-size: 2rem;
	font-weight: 400;
	color: var(--bp-text);
	margin: 0 0 32px;
	text-align: center;
}

.bp-form-subtitle {
	margin: 0 0 30px;
	color: var(--bp-muted);
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.bp-form-wrap .bp-form-title,
.bp-form-wrap .bp-form-subtitle,
.bp-form-wrap .bp-form-intro,
.bp-form-wrap .bp-form-footer,
.bp-form-wrap .bp-divider {
	text-align: center;
}

.bp-form-wrap .bp-form,
.bp-form-wrap .bp-field-group {
	text-align: left;
}

.bp-form-section {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--bp-border);
}

.bp-form-section-title {
	margin: 0 0 20px;
	color: var(--bp-title);
	font-family: var(--bp-display);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.bp-form-wrap .bp-submit {
	display: flex;
	width: fit-content;
	margin: 8px auto 0;
}

.bp-field-row {
	display: flex;
	gap: 16px;
}

.bp-field-group {
	flex: 1;
	margin-bottom: 20px;
}

.bp-google-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 13px 20px;
	background: #fff;
	border: 1.5px solid #d7d2cc;
	border-radius: 999px;
	text-decoration: none;
	color: var(--bp-text);
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	box-sizing: border-box;
}

.bp-google-btn:hover,
.bp-google-btn:focus {
	text-decoration: none;
}

.bp-google-icon {
	margin-right: 10px;
	vertical-align: middle;
}

.bp-form-intro,
.bp-form-footer,
.bp-form-helper,
.bp-preview-note {
	text-align: center;
}

.bp-form-intro,
.bp-preview-note {
	color: var(--bp-muted);
	font-family: inherit;
}

.bp-form-intro {
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1.5;
}

.bp-form-footer {
	margin-top: 16px;
	color: var(--bp-muted);
	font-size: 0.9rem;
}

.bp-form-helper {
	margin-bottom: 24px;
	color: var(--bp-muted);
	font-size: 0.95rem;
}

.bp-preview-note {
	margin: 0 0 8px;
	font-size: 13px;
}

.bp-preview-note-countdown {
	margin-bottom: 6px;
}

.bp-due-date-message {
	margin: 12px 0 0;
	color: #2A5C2A;
	font-size: 13px;
	text-align: center;
}

.bp-due-date-message.bp-error {
	color: #C0392B;
}

.bp-submit-inline {
	margin-bottom: 0;
}

.bp-debug-output {
	white-space: pre-wrap;
	padding: 16px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	font-size: 13px;
}

.bp-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 1.5rem 0;
}

.bp-divider::before,
.bp-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--bp-border);
}

.countdown-strip {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid var(--ast-global-color-3, var(--bp-border));
	border-radius: 8px;
	background: #FDF8F2;
	box-sizing: border-box;
}

.bp-countdown-section {
	padding: 0;
	overflow: hidden;
}

.bp-countdown-section .countdown-strip {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.bp-countdown-section .bp-due-date-editor {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 18px 18px;
	border: 0;
	border-radius: 0;
}

.cd-cell {
	flex: 1;
	padding: 16px 12px;
	text-align: center;
	border-right: 0.5px solid #E8D8B8;
}

.cd-cell:last-child {
	border-right: none;
}

.cd-num {
	font-family: var(--bp-display);
	font-size: 36px;
	font-weight: 400;
	color: #5C3D1E;
	line-height: 1;
}

.cd-lbl {
	font-family: inherit;
	font-size: 13px;
	color: #A07830;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 6px;
}

.bp-birth-details {
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 24px auto 34px;
	border-top: 0.5px solid #E8D8B8;
	border-bottom: 0.5px solid #E8D8B8;
	background: #FDF8F2;
	text-align: center;
	overflow: hidden;
}

.bp-birth-photo {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
	margin: 0 auto;
}

.bp-birth-details-body {
	padding: 22px 18px 24px;
}

.bp-birth-eyebrow {
	margin: 0 0 8px;
	color: #A07830;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bp-birth-name {
	margin: 0;
	color: #5C3D1E;
	font-family: var(--bp-display);
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: none;
}

.bp-birth-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
	border-top: 0.5px solid #E8D8B8;
	border-bottom: 0.5px solid #E8D8B8;
}

.bp-birth-fact {
	padding: 16px 10px;
	border-right: 0.5px solid #E8D8B8;
}

.bp-birth-fact:last-child {
	border-right: 0;
}

.bp-birth-fact-value,
.bp-birth-fact-label {
	display: block;
}

.bp-birth-fact-value {
	color: #5C3D1E;
	font-family: var(--bp-display);
	font-size: 16px;
	line-height: 1.2;
}

.bp-birth-fact-label {
	margin-top: 6px;
	color: #A07830;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bp-birth-photo-input {
	grid-column: 1 / -1;
	padding: 12px;
}

@media (max-width: 640px) {
	.bp-arrival-image,
	.single-baby_page img.wp-image-61,
	.single-baby_page img.wp-image-510 {
		max-width: 560px;
	}

	.bp-due-date-editor,
	.bp-parent-dashboard,
	.bp-section-card,
	.bp-parents-section,
	.bp-shes-here-wrap,
	.bp-parent-notes-section,
	.bp-notify-wrap,
	.bp-notify-section {
		width: calc(100% - 20px);
	}

	.bp-parent-dashboard {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bp-mini-card {
		padding: 18px;
	}

	.bp-family-details-list div {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.bp-section-title,
	.bp-parent-notes-title,
	.bp-notify-headline {
		font-size: 26px;
	}

	.bp-field-row,
	.bp-update-form-footer,
	.bp-note-footer,
	.bp-notify-row,
	.bp-timeline-actions,
	.bp-timeline-actions-top {
		flex-direction: column;
		align-items: stretch;
	}

	.bp-post-update-btn,
	.bp-note-submit,
	.bp-shes-here-confirm,
	.bp-notify-btn,
	.bp-submit,
	.bp-back-to-baby-page {
		width: 100%;
	}

	.bp-post-update-wrap {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
		min-height: 66px;
		padding: 8px 10px;
		border-radius: 16px;
	}

	.bp-post-update-wrap .bp-update-input {
		min-height: 42px;
		padding: 10px 14px;
		font-size: 15px;
	}

	.bp-post-update-wrap .bp-update-form-footer {
		flex-direction: row;
		align-items: center;
		gap: 6px;
	}

	.bp-update-photo-btn {
		width: 38px;
		height: 38px;
	}

	.single-baby_page .bp-post-update-wrap .bp-post-update-btn {
		width: auto;
		min-height: 38px;
		padding: 9px 12px;
	}

	.bp-arrival-experience {
		width: calc(100% - 20px);
		margin-bottom: 32px;
	}

	.bp-announcement-frame {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 16px;
	}

	.bp-announcement-photo {
		max-height: 520px;
	}

	.bp-announcement-title {
		font-size: 44px;
	}

	.bp-announcement-copy .bp-born-line {
		font-size: 16px;
	}

	.bp-announcement-message {
		font-size: 16px;
	}

	.bp-shes-here-toggle {
		font-size: 16px;
		width: 100%;
	}

	.bp-shes-here-fields {
		grid-template-columns: 1fr;
	}

	.bp-birth-details {
		width: calc(100% - 20px);
	}

	.bp-birth-name {
		font-size: 30px;
	}

	.bp-birth-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-birth-fact:nth-child(2n) {
		border-right: 0;
	}
}

.bp-section-title,
.bp-parent-notes-title {
    text-align: left;
    margin-left: 0;
}

.bp-no-updates {
    text-align: center;
    color: var(--bp-accent);
}

.bp-is-hidden {
	display: none;
}

.single-baby_page.ast-page-builder-template .entry-content[data-ast-blocks-layout] .bp-arrival-image {
	max-width: 560px;
}

.single-baby_page .entry-content[data-ast-blocks-layout] > .bp-section-card,
.single-baby_page .bp-section-card {
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 34px auto;
}

.single-baby_page .bp-updates-module {
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

.single-baby_page .entry-content[data-ast-blocks-layout] .bp-updates-module > .bp-parents-section,
.single-baby_page .bp-updates-module > .bp-parents-section {
	width: min(calc(100% - 32px), 760px);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.single-baby_page .entry-content[data-ast-blocks-layout] .bp-updates-module > .bp-registry-section,
.single-baby_page .entry-content[data-ast-blocks-layout] .bp-updates-module > .bp-registry-editor-section,
.single-baby_page .bp-updates-module > .bp-registry-section,
.single-baby_page .bp-updates-module > .bp-registry-editor-section {
	width: min(calc(100% - 32px), 760px);
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.single-baby_page .bp-parent-dashboard {
	width: calc(100% - 32px);
	max-width: 760px;
	margin: 34px auto;
}

.single-baby_page .bp-parent-dashboard + .bp-parents-section {
	margin-top: 34px;
}

.single-baby_page .bp-section-card.bp-countdown-section {
	margin-top: 32px;
	padding: 0;
}

.single-baby_page .bp-section-card.bp-announcement-prompt {
	border: 1px solid #5393a4;
	background: #e2f6e8;
	margin-bottom: 34px;
}

.single-baby_page .bp-section-card.bp-announcement-prompt .bp-shes-here-toggle {
	background: #45a3bd;
	border-color: #45a3bd;
	color: #ffffff;
}

.single-baby_page .bp-section-card.bp-announcement-prompt .bp-shes-here-toggle:hover,
.single-baby_page .bp-section-card.bp-announcement-prompt .bp-shes-here-toggle:focus-visible {
	background: #3f96ad;
	border-color: #3f96ad;
	color: #ffffff;
}

.single-baby_page .bp-section-card.bp-announcement-prompt + .bp-parent-dashboard {
	margin-top: 34px;
}

.single-baby_page .bp-section-card.bp-countdown-section .countdown-strip {
	border-bottom: 0;
}

.single-baby_page .bp-section-card .bp-post-update-wrap,
.single-baby_page .bp-section-card .bp-parent-note-form,
.single-baby_page .bp-section-card .bp-parent-notes-list,
.single-baby_page .bp-section-card .bp-notify-wrap {
	max-width: none;
}

.single-baby_page .entry-content[data-ast-blocks-layout] > .bp-parent-dashboard,
.single-baby_page .entry-content .bp-parent-dashboard,
.single-baby_page .bp-parent-dashboard {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: min(calc(100% - 32px), 760px) !important;
	max-width: 760px !important;
	margin: 34px auto !important;
	box-sizing: border-box;
}

.single-baby_page .entry-content[data-ast-blocks-layout] .bp-parent-dashboard > .bp-mini-card,
.single-baby_page .bp-parent-dashboard > .bp-mini-card {
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	box-sizing: border-box;
}

.single-baby_page .bp-parent-dashboard + .bp-parents-section {
	margin-top: 34px !important;
}

@media (max-width: 640px) {
	body:not(.single-baby_page) .entry-content:has(.bp-form-wrap)::before {
		width: 150px;
		height: 150px;
		top: 14%;
		right: -70px;
		opacity: 0.16;
	}

	body:not(.single-baby_page) .entry-content:has(.bp-form-wrap)::after {
		width: 190px;
		height: 190px;
		top: 72%;
		left: -90px;
		opacity: 0.14;
	}

	body:not(.single-baby_page) .site-main:has(.bp-form-wrap)::before {
		width: 130px;
		height: 130px;
		top: 38%;
		left: -62px;
		opacity: 0.12;
	}

	.single-baby_page .entry-content::before {
		width: 96px;
		height: 96px;
		top: 42%;
		right: -36px;
		opacity: 0.22;
	}

	.single-baby_page .entry-content::after {
		width: 120px;
		height: 120px;
		top: 68%;
		left: -44px;
		opacity: 0.2;
	}

	.single-baby_page .site-main::before {
		width: 82px;
		height: 82px;
		top: 16%;
		left: -28px;
		opacity: 0.16;
	}

	.single-baby_page .entry-content[data-ast-blocks-layout] > .bp-parent-dashboard,
	.single-baby_page .entry-content .bp-parent-dashboard,
	.single-baby_page .bp-parent-dashboard {
		grid-template-columns: 1fr !important;
		width: calc(100% - 20px) !important;
	}

	.bp-registry-grid,
	.bp-registry-edit-grid {
		grid-template-columns: 1fr;
	}

	.bp-registry-editor-footer {
		align-items: stretch;
		flex-direction: column;
	}
}