.wc300-journal {
  --wc300-primary: #0B3C5D;
  --wc300-secondary: #95C11F;
  --wc300-accent: #1FA3A6;
  --wc300-bg: #FBF9EF;
  --wc300-text: #1A1A1A;
  background: var(--wc300-bg);
  color: var(--wc300-text);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1080px;
  padding: 24px;
}

.wc300-journal h2,
.wc300-journal h3 {
  color: var(--wc300-primary);
  font-family: "Roboto Serif", Georgia, serif;
  letter-spacing: 0;
  margin: 0;
}

.wc300-journal p {
  margin: 8px 0 0;
}

.wc300-journal-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  stroke: currentColor;
  vertical-align: -0.15em;
}

.wc300-journal-app {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 54px);
  color: #1A1A1A;
  font-family: Roboto, Arial, sans-serif;
}

.wc300-journal-app *,
.wc300-journal-app *::before,
.wc300-journal-app *::after {
  box-sizing: border-box;
}

.wc300-journal-app__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
}

.wc300-journal-app__eyebrow {
  margin: 0 0 8px;
  color: #1FA3A6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc300-journal-app h1,
.wc300-journal-app h2,
.wc300-journal-app h3 {
  font-family: "Roboto Serif", Georgia, serif;
  color: #0B3C5D;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.wc300-journal-app h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 68px);
}

.wc300-journal-app__header p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.55;
}

.wc300-journal-app__layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
}

.wc300-journal-sidebar,
.wc300-journal-main {
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 28px;
  background: rgba(251, 249, 239, 0.92);
  box-shadow: 0 12px 32px rgba(11, 60, 93, 0.08);
}

.wc300-journal-sidebar {
  padding: 18px;
  align-self: start;
  position: sticky;
  top: 100px;
}

.wc300-journal-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.wc300-journal-sidebar__head h2 {
  margin: 0;
  font-size: 24px;
}

.wc300-journal-sidebar__head span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.12);
  color: #0B3C5D;
  font-size: 12px;
  font-weight: 800;
}

.wc300-journal-list {
  display: grid;
  gap: 12px;
}

.wc300-journal-mini-card {
  overflow: hidden;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 22px;
  background: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wc300-journal-mini-card,
.wc300-journal-mini-card a,
.wc300-journal-mini-card h3,
.wc300-journal-mini-card p,
.wc300-journal-mini-card small,
.wc300-journal-mini-card span {
  text-decoration: none !important;
}

.wc300-journal-mini-card:hover,
.wc300-journal-mini-card:focus,
.wc300-journal-mini-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(31, 163, 166, 0.45);
  box-shadow: 0 14px 30px rgba(11, 60, 93, 0.14);
}

.wc300-journal-mini-card__image {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #0B3C5D, #1FA3A6);
}

.wc300-journal-mini-card__image img,
.wc300-journal-mini-card__image .wc300-journal-cover-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc300-journal-mini-card__body {
  padding: 14px;
}

.wc300-journal-mini-card h3 {
  margin: 6px 0 4px;
  font-size: 20px;
}

.wc300-journal-mini-card p,
.wc300-journal-mini-card small {
  color: #667085;
}

.wc300-journal-mini-card p {
  margin: 0 0 3px;
}

.wc300-journal-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.12);
  color: #0B3C5D;
  font-size: 11px;
  font-weight: 700;
}

.wc300-journal-main {
  padding: 22px;
  min-height: 560px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.wc300-journal-main.is-leaving,
.wc300-journal-main.is-entering {
  opacity: 0;
  transform: translateY(8px);
}

.wc300-journal-app .wc300-journal-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 0;
  border-radius: 28px;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #0B3C5D, #1FA3A6);
  display: block;
}

.wc300-journal-app .wc300-journal-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc300-journal-app .wc300-journal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 60, 93, 0.78), rgba(11, 60, 93, 0.22), rgba(11, 60, 93, 0.02));
}

.wc300-journal-hero__overlay {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: clamp(28px, 5vw, 56px);
  color: #fff;
}

.wc300-journal-hero__overlay h2 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
}

.wc300-journal-hero__overlay p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.5;
}

.wc300-journal-app .wc300-journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wc300-journal-app .wc300-journal-meta span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.wc300-journal-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 18px 0 26px;
}

.wc300-journal-app .wc300-journal-button {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.wc300-journal-app .wc300-journal-button--primary {
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 26px rgba(11, 60, 93, 0.18);
}

.wc300-journal-app .wc300-journal-button--secondary {
  background: rgba(11, 60, 93, 0.08);
  color: #0B3C5D;
}

.wc300-journal-app .wc300-journal-button--danger {
  background: #A33A2B;
  color: #fff;
  box-shadow: 0 10px 24px rgba(163, 58, 43, 0.18);
}

.wc300-journal-entry-timeline {
  display: grid;
  gap: 14px;
}

.wc300-journal-entry-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 60, 93, 0.07);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.wc300-journal-entry-card:hover,
.wc300-journal-entry-card:focus-within {
  border-color: rgba(31, 163, 166, 0.34);
  box-shadow: 0 14px 34px rgba(11, 60, 93, 0.12);
  transform: translateY(-1px);
}

.wc300-journal-entry-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(11, 60, 93, 0.08);
}

.wc300-journal-entry-card__image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.wc300-journal-entry-card__image img,
.wc300-journal-entry-card__image .wc300-journal-entry-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wc300-journal-entry-card__date {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin: 0 0 6px;
  color: #1FA3A6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wc300-journal-entry-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.wc300-journal-entry-card__body p {
  color: #667085;
  margin: 0;
}

.wc300-journal-entry-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 10px;
}

.wc300-journal-entry-card__meta span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  color: #0B3C5D;
  font-size: 12px;
  font-weight: 700;
}

.wc300-journal-entry-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.wc300-journal-entry-card__chips span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(11, 60, 93, 0.07);
  color: #0B3C5D;
  font-size: 12px;
  font-weight: 600;
}

.wc300-journal-entry-card__actions {
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 2;
  justify-content: flex-start;
}

.wc300-journal-thumb-stack {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
}

.wc300-journal-thumb-stack img {
  width: 34px;
  height: 34px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(11, 60, 93, 0.22);
}

.wc300-journal-thumb-stack span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 6px 14px rgba(11, 60, 93, 0.22);
  font-size: 12px;
  font-weight: 800;
}

.wc300-journal-entry-photo-strip {
  display: flex;
  gap: 7px;
  margin-top: 12px;
}

.wc300-journal-entry-photo-strip button {
  overflow: hidden;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(11, 60, 93, 0.1);
  cursor: pointer;
}

.wc300-journal-entry-photo-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc300-journal-app .wc300-journal-empty {
  display: grid;
  place-items: center;
  min-height: 420px;
  text-align: center;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.wc300-journal-app .wc300-journal-empty h2,
.wc300-journal-app .wc300-journal-empty h3 {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin: 0;
}

.wc300-journal-app .wc300-journal-empty p {
  color: #667085;
  margin: 8px 0 0;
}

.wc300-journal-app .wc300-journal-empty--compact {
  min-height: 180px;
  padding: 18px;
}

.wc300-journal-app .wc300-journal-empty--inset {
  min-height: 260px;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 24px;
  background: #fff;
}

.wc300-journal-toast {
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 100002;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 999px;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 14px 34px rgba(11, 60, 93, 0.22);
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wc300-journal-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.wc300-journal-modal-open,
html.wc300-journal-modal-open body {
  overflow: hidden;
}

html.wc300-photo-lightbox-open body {
  overflow: hidden;
}

html.wc300-photobook-open body {
  overflow: hidden;
}

.wc300-journal-modal[hidden] {
  display: none;
}

.wc300-journal-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.wc300-journal-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wc300-journal-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(11, 60, 93, 0.46);
  backdrop-filter: blur(5px);
}

.wc300-journal-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(860px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(11, 60, 93, 0.12);
  border-radius: 24px;
  background: #FBF9EF;
  box-shadow: 0 24px 70px rgba(11, 60, 93, 0.28);
  transform: translateY(18px) scale(0.985);
  transition: transform 0.24s ease;
}

.wc300-journal-modal.is-open .wc300-journal-panel {
  transform: translateY(0) scale(1);
}

.wc300-journal-panel--wide {
  width: min(900px, 100%);
}

.wc300-journal-panel--confirm {
  width: min(560px, 100%);
}

.wc300-journal-panel--scrapbook {
  padding: 0;
  background: transparent;
}

.wc300-journal-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.wc300-journal-panel__header h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
}

.wc300-journal-icon-button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.18);
  cursor: pointer;
}

.wc300-journal-modal--danger .wc300-journal-icon-button {
  background: rgba(163, 58, 43, 0.1);
  color: #A33A2B;
}

.wc300-journal-icon-button .wc300-journal-icon {
  width: 20px;
  height: 20px;
}

.wc300-journal-app-form {
  display: grid;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wc300-journal-app-form label {
  display: grid;
  gap: 7px;
}

.wc300-journal-app-form label span,
.wc300-journal-app-form > label > span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  color: #0B3C5D;
  font-size: 13px;
  font-weight: 800;
}

.wc300-journal-app-form input[type="text"],
.wc300-journal-app-form input[type="search"],
.wc300-journal-app-form input[type="date"],
.wc300-journal-app-form input[type="file"],
.wc300-journal-app-form select,
.wc300-journal-app-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(11, 60, 93, 0.16);
  border-radius: 16px;
  background: #fff;
  color: #1A1A1A;
  font: inherit;
  font-size: 15px;
}

.wc300-journal-app-form textarea {
  min-height: 150px;
  font-size: 15px;
  line-height: 1.55;
  resize: vertical;
}

.wc300-journal-app-form small {
  color: #667085;
  font-size: 13px;
}

.wc300-journal-app-form .wc300-journal-check {
  display: inline-flex !important;
  align-items: center;
  gap: 10px !important;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.1);
  color: #0B3C5D;
  font-weight: 700;
}

.wc300-journal-app-form .wc300-journal-check span {
  color: inherit;
}

.wc300-journal-app-form .wc300-journal-grid--entry-details {
  grid-template-columns: 2fr 1fr 1.4fr;
}

.wc300-journal-app-form .wc300-journal-grid--entry-details .wc300-journal-place-field {
  grid-column: 1 / -1;
}

.wc300-journal-app-form .wc300-journal-upload--app {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 150px;
  padding: 24px;
  border: 2px dashed rgba(11, 60, 93, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.wc300-journal-app-form .wc300-journal-upload--app:hover,
.wc300-journal-app-form .wc300-journal-upload--app:focus-within {
  border-color: rgba(31, 163, 166, 0.48);
  background: rgba(31, 163, 166, 0.08);
}

.wc300-journal-app-form .wc300-journal-upload--app.is-drag-over {
  border-color: #1FA3A6;
  background: rgba(31, 163, 166, 0.14);
  box-shadow: 0 14px 30px rgba(11, 60, 93, 0.12);
  transform: translateY(-1px);
}

.wc300-journal-app-form .wc300-journal-upload--app input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wc300-journal-app-form .wc300-journal-photo-edit {
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 60, 93, 0.1);
}

.wc300-journal-app-form .wc300-journal-photo-edit h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.wc300-journal-place-field {
  position: relative;
  display: grid;
  gap: 8px;
}

.wc300-journal-place-selected {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #0B3C5D;
  font-size: 13px;
  font-weight: 700;
}

.wc300-journal-place-selected button {
  border: 0;
  background: transparent;
  color: #0B3C5D;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  text-decoration: underline;
}

.wc300-journal-place-results {
  position: absolute;
  z-index: 4;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 60, 93, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(11, 60, 93, 0.14);
}

.wc300-journal-place-results button {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid rgba(11, 60, 93, 0.08);
  background: #fff;
  color: #1A1A1A;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.wc300-journal-place-results button:hover,
.wc300-journal-place-results button:focus {
  background: rgba(31, 163, 166, 0.08);
  color: #0B3C5D;
}

.wc300-journal-photo-queue {
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 60, 93, 0.1);
}

.wc300-journal-photo-queue h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.wc300-journal-photo-queue__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}

.wc300-journal-photo-queue__item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 60, 93, 0.08);
}

.wc300-journal-photo-queue__item.is-dragging {
  opacity: 0.58;
  transform: scale(0.985);
}

.wc300-journal-photo-queue__item::before {
  content: "New";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  background: #1FA3A6;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.wc300-journal-photo-queue__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #A33A2B;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(11, 60, 93, 0.14);
}

.wc300-journal-photo-queue__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wc300-journal-photo-queue__item span {
  display: block;
  overflow: hidden;
  padding: 8px 9px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wc300-journal-photo-queue__item label {
  display: grid;
  gap: 5px;
  padding: 0 9px 10px;
}

.wc300-journal-photo-queue__item .wc300-journal-photo-queue__check {
  align-items: start;
  display: flex;
  gap: 7px;
}

.wc300-journal-photo-queue__item small {
  color: #0B3C5D;
  font-size: 11px;
  font-weight: 800;
}

.wc300-journal-photo-queue__item input {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(11, 60, 93, 0.14);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.wc300-journal-photo-edit__body input[type="text"],
.wc300-journal-photo-queue__item input[type="text"] {
  min-height: 34px;
  padding: 7px 9px;
  border-radius: 12px;
  font-size: 10px;
}

.wc300-journal-photo-edit__body input[type="text"]::placeholder,
.wc300-journal-photo-queue__item input[type="text"]::placeholder {
  font-size: 10px;
}

.wc300-journal-app-form .wc300-journal-photo-edit__body .wc300-journal-check,
.wc300-journal-photo-queue__item .wc300-journal-photo-queue__check {
  align-items: flex-start !important;
  gap: 7px !important;
  padding: 7px 9px;
  border-radius: 14px;
  white-space: normal;
}

.wc300-journal-app-form .wc300-journal-photo-edit__body .wc300-journal-check input,
.wc300-journal-photo-queue__item .wc300-journal-photo-queue__check input {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 1px;
}

.wc300-journal-app-form .wc300-journal-photo-edit__body .wc300-journal-check span,
.wc300-journal-photo-queue__item .wc300-journal-photo-queue__check small {
  display: block;
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
}

.wc300-journal-app-form .wc300-journal-structured-fields {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(11, 60, 93, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.45);
}

.wc300-journal-app-form .wc300-journal-structured-fields textarea {
  min-height: 92px;
}

.wc300-journal-app-form .wc300-journal-photo-edit__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}

.wc300-journal-app-form .wc300-journal-photo-edit__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 60, 93, 0.08);
}

.wc300-journal-app-form .wc300-journal-photo-edit__item.is-dragging {
  opacity: 0.58;
  transform: scale(0.985);
}

.wc300-journal-app-form .wc300-journal-photo-edit__head {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.wc300-journal-app-form .wc300-journal-photo-drag,
.wc300-journal-app-form .wc300-journal-photo-remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0B3C5D;
  cursor: grab;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(11, 60, 93, 0.14);
}

.wc300-journal-app-form .wc300-journal-photo-remove {
  color: #A33A2B;
  cursor: pointer;
}

.wc300-journal-app-form .wc300-journal-photo-edit__item > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  object-fit: cover;
}

.wc300-journal-app-form .wc300-journal-photo-edit__body {
  display: grid;
  gap: 9px;
}

.wc300-add-photo-plus {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #1FA3A6;
  color: #fff;
  line-height: 1;
}

.wc300-icon-circle {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  line-height: 1;
}

.wc300-icon-circle svg,
.wc300-add-photo-plus .wc300-journal-icon {
  width: 26px;
  height: 26px;
  display: block;
  color: #fff;
  stroke: currentColor;
}

.wc300-journal-js-icon {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.wc300-journal-js-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wc300-journal-entry-detail__section {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(11, 60, 93, 0.1);
}

.wc300-journal-entry-detail__section h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.wc300-journal-form-message {
  min-height: 20px;
  margin: 0;
  color: #8a1f1f;
  font-size: 14px;
  font-weight: 700;
}

.wc300-journal-delete-copy {
  padding: 18px;
  border: 1px solid rgba(163, 58, 43, 0.18);
  border-radius: 20px;
  background: rgba(163, 58, 43, 0.06);
}

.wc300-journal-delete-copy p {
  margin: 0 0 8px;
  color: #344054;
  font-size: 16px;
  line-height: 1.5;
}

.wc300-journal-delete-copy strong {
  display: block;
  margin-top: 12px;
  color: #A33A2B;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

.wc300-journal-entry-detail {
  display: grid;
  gap: 20px;
}

.wc300-journal-entry-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wc300-journal-entry-detail__meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.1);
  color: #0B3C5D;
  font-size: 13px;
  font-weight: 700;
}

.wc300-journal-entry-detail__notes {
  color: #344054;
  font-size: 16px;
  line-height: 1.65;
}

.wc300-journal-entry-detail__notes p {
  margin: 0 0 12px;
}

.wc300-journal-entry-detail__photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.wc300-journal-entry-detail__photos figure {
  margin: 0;
}

.wc300-journal-entry-detail__photos img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  border-radius: 18px;
  object-fit: contain;
  object-position: center center;
  background: rgba(11, 60, 93, 0.04);
  box-shadow: 0 10px 26px rgba(11, 60, 93, 0.1);
}

.wc300-journal-entry-detail__photos figcaption {
  margin-top: 7px;
  color: #667085;
  font-size: 13px;
}

.wc300-entry-scrapbook {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(242, 197, 118, 0.18), transparent 28%),
    #FBF9EF;
  color: #1A1A1A;
}

.wc300-entry-back-circle {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.2);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.wc300-entry-back-circle .wc300-journal-js-icon {
  width: 22px;
  height: 22px;
}

.wc300-entry-eyebrow {
  margin: 0 0 10px;
  color: #1FA3A6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc300-entry-scrapbook__header h1 {
  max-width: 760px;
  margin: 0;
  padding-right: 62px;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: clamp(28px, 4.6vw, 54px);
  line-height: 1.05;
  color: #0B3C5D;
}

.wc300-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wc300-entry-meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #0B3C5D;
  font-size: 13px;
  font-weight: 800;
}

.wc300-entry-photo-collage {
  isolation: isolate;
  position: relative;
  margin: 30px 0 48px;
  min-height: var(--wc300-collage-min-height, 420px);
}

.wc300-entry-photo-collage--count-1 {
  max-width: 780px;
  min-height: 0;
  margin-bottom: 44px;
}

.wc300-entry-photo-collage--count-2 {
  min-height: var(--wc300-collage-min-height, 560px);
}

.wc300-entry-photo-collage--count-3,
.wc300-entry-photo-collage--count-many {
  margin-bottom: 56px;
}

.wc300-entry-photo-collage--count-3 {
  min-height: var(--wc300-collage-min-height, 760px);
}

.wc300-entry-photo-collage--count-many {
  min-height: var(--wc300-collage-min-height, 900px);
}

.wc300-entry-photo {
  position: relative;
  margin: 0;
  padding: 10px 10px 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(11, 60, 93, 0.18);
  transform: rotate(-1.5deg);
}

.wc300-entry-photo:nth-child(2n) {
  transform: rotate(1.7deg);
}

.wc300-entry-photo:nth-child(3n) {
  transform: rotate(-0.8deg);
}

.wc300-entry-photo-collage--count-1 .wc300-entry-photo {
  width: min(760px, 94%);
  transform: rotate(-1.1deg);
}

.wc300-entry-photo-collage--count-2 .wc300-entry-photo {
  position: absolute;
  width: min(58%, 520px);
}

.wc300-entry-photo-collage--count-2 .wc300-entry-photo--1 {
  left: 2%;
  top: 12px;
  z-index: 3;
  transform: rotate(-2deg);
}

.wc300-entry-photo-collage--count-2 .wc300-entry-photo--2 {
  right: 3%;
  top: 72px;
  width: min(50%, 450px);
  z-index: 2;
  transform: rotate(2.1deg);
}

.wc300-entry-photo-collage--count-3 .wc300-entry-photo--1,
.wc300-entry-photo-collage--count-many .wc300-entry-photo--1 {
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 3;
  width: min(64%, 620px);
  transform: rotate(-1.4deg);
}

.wc300-entry-photo-collage--count-3 .wc300-entry-photo--2,
.wc300-entry-photo-collage--count-many .wc300-entry-photo--2 {
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 4;
  width: min(36%, 330px);
  transform: rotate(2.4deg);
}

.wc300-entry-photo-collage--count-3 .wc300-entry-photo--3,
.wc300-entry-photo-collage--count-many .wc300-entry-photo--3 {
  position: absolute;
  right: 0;
  top: 330px;
  z-index: 1;
  width: min(38%, 350px);
  transform: rotate(-2.1deg);
}

.wc300-entry-photo-collage--count-many .wc300-entry-photo--4 {
  position: absolute;
  left: 45%;
  top: 540px;
  z-index: 2;
  width: min(30%, 280px);
  transform: rotate(1.1deg);
}

.wc300-entry-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center center;
  background: rgba(11, 60, 93, 0.04);
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-entry-photo-collage--count-2 .wc300-entry-photo img,
.wc300-entry-photo-collage--count-3 .wc300-entry-photo--2 img,
.wc300-entry-photo-collage--count-3 .wc300-entry-photo--3 img,
.wc300-entry-photo-collage--count-many .wc300-entry-photo--2 img,
.wc300-entry-photo-collage--count-many .wc300-entry-photo--3 img,
.wc300-entry-photo-collage--count-many .wc300-entry-photo--4 img {
  max-height: 360px;
}

.wc300-entry-photo.is-portrait {
  width: min(42%, 380px);
}

.wc300-entry-photo.is-portrait img {
  max-height: 640px;
}

.wc300-entry-photo-collage--count-2 .wc300-entry-photo.is-portrait img,
.wc300-entry-photo-collage--count-3 .wc300-entry-photo.is-portrait img,
.wc300-entry-photo-collage--count-many .wc300-entry-photo.is-portrait img {
  max-height: 500px;
}

.wc300-entry-photo.is-square img {
  max-height: 460px;
}

.wc300-entry-photo-collage--variant-b .wc300-entry-photo--1 {
  left: 8%;
  top: 0;
  width: min(72%, 680px);
  transform: rotate(1.2deg);
}

.wc300-entry-photo-collage--variant-b .wc300-entry-photo--2 {
  left: 0;
  right: auto;
  top: 430px;
  width: min(38%, 350px);
  transform: rotate(-2.2deg);
}

.wc300-entry-photo-collage--variant-b .wc300-entry-photo--3 {
  right: 2%;
  top: 520px;
  width: min(44%, 420px);
  transform: rotate(1.8deg);
}

.wc300-entry-photo-collage--variant-b .wc300-entry-photo--4 {
  left: 44%;
  top: 690px;
  width: min(30%, 290px);
}

.wc300-entry-photo-collage--variant-c .wc300-entry-photo--1 {
  left: 5%;
  top: 8px;
  width: min(44%, 430px);
  transform: rotate(-1.8deg);
}

.wc300-entry-photo-collage--variant-c .wc300-entry-photo--1 img {
  max-height: 650px;
}

.wc300-entry-photo-collage--variant-c .wc300-entry-photo--2 {
  right: 1%;
  top: 54px;
  width: min(48%, 520px);
}

.wc300-entry-photo-collage--variant-c .wc300-entry-photo--3 {
  right: 8%;
  top: 390px;
  width: min(38%, 360px);
}

.wc300-entry-photo-collage--variant-c .wc300-entry-photo--4 {
  left: 42%;
  top: 640px;
  width: min(32%, 300px);
}

.wc300-entry-photo-collage--variant-d .wc300-entry-photo--1 {
  left: 2%;
  top: 0;
  width: min(54%, 560px);
}

.wc300-entry-photo-collage--variant-d .wc300-entry-photo--2 {
  right: 0;
  top: 150px;
  width: min(44%, 430px);
}

.wc300-entry-photo-collage--variant-d .wc300-entry-photo--3 {
  left: 14%;
  right: auto;
  top: 500px;
  width: min(42%, 390px);
}

.wc300-entry-photo-collage--variant-d .wc300-entry-photo--4 {
  right: 10%;
  left: auto;
  top: 680px;
  width: min(30%, 290px);
}

.wc300-entry-photo-collage--count-1 .wc300-entry-photo {
  left: auto;
  right: auto;
  top: auto;
  width: min(760px, 94%);
}

.wc300-entry-photo figcaption {
  position: relative;
  z-index: 6;
  margin-top: 9px;
  padding: 0 2px;
  color: #667085;
  font-size: 15px;
  font-style: italic;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  line-height: 1.35;
  white-space: normal;
}

.wc300-entry-photo-more {
  position: absolute;
  right: 11%;
  bottom: 28px;
  z-index: 5;
  padding: 9px 13px;
  border-radius: 999px;
  border: 0;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.22);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.wc300-entry-all-photos {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(11, 60, 93, 0.1);
}

.wc300-entry-all-photos h2 {
  margin: 0 0 16px;
  font-family: "Roboto Serif", Georgia, serif;
  color: #0B3C5D;
  font-size: 28px;
  font-weight: 500;
}

.wc300-entry-all-photos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.wc300-entry-all-photos figure {
  margin: 0;
  padding: 8px 8px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.1);
}

.wc300-entry-all-photos img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center center;
  background: rgba(11, 60, 93, 0.04);
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-entry-all-photos figcaption {
  margin-top: 8px;
  color: #667085;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 15px;
  line-height: 1.35;
}

.wc300-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.wc300-photo-lightbox.is-open {
  opacity: 1;
}

.wc300-photo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(11, 60, 93, 0.82);
  cursor: zoom-out;
}

.wc300-photo-lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  max-width: min(1120px, 94vw);
  max-height: 92vh;
  margin: 0;
  padding: clamp(10px, 2vw, 16px);
  border-radius: 22px;
  background: #FBF9EF;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.wc300-photo-lightbox__panel img {
  display: block;
  width: auto;
  max-width: calc(94vw - 32px);
  max-height: calc(88vh - 110px);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-photo-lightbox__panel figcaption {
  max-width: 860px;
  color: #4f5f6f;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 17px;
  line-height: 1.35;
}

.wc300-photo-lightbox__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  border: 0;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.28);
  cursor: pointer;
}

.wc300-photo-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.24);
  cursor: pointer;
  transform: translateY(-50%);
}

.wc300-photo-lightbox__nav--prev {
  left: -22px;
}

.wc300-photo-lightbox__nav--next {
  right: -22px;
}

.wc300-photobook {
  --wc300-navy: #0B3C5D;
  --wc300-teal: #1FA3A6;
  --wc300-paper: #FBF6E8;
  --wc300-paper-deep: #F2E8D0;
  --wc300-ink-soft: #526173;
  --wc300-gold: #F2C576;
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(14px, 2.4vw, 30px);
  background: rgba(11, 60, 93, 0.74);
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.wc300-photobook.is-open {
  opacity: 1;
}

.wc300-photobook__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
}

.wc300-photobook__spread {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  aspect-ratio: 16 / 9;
  width: min(94vw, 156vh);
  max-height: min(88vh, calc(100vh - 124px));
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f1df;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 4px 14px rgba(0, 0, 0, 0.22);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.wc300-photobook__spread::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.22) 0,
      transparent 3%,
      transparent 47%,
      rgba(0, 0, 0, 0.14) 49.5%,
      rgba(255, 255, 255, 0.18) 50%,
      rgba(0, 0, 0, 0.18) 50.5%,
      transparent 53%,
      transparent 97%,
      rgba(0, 0, 0, 0.22) 100%);
}

.wc300-photobook__spread::after {
  content: "";
  position: absolute;
  inset: 8px 10px;
  z-index: 7;
  pointer-events: none;
  border-radius: 14px;
  box-shadow:
    inset 10px 0 14px rgba(255, 255, 255, 0.22),
    inset -10px 0 16px rgba(0, 0, 0, 0.06);
}

.wc300-photobook__spread--single {
  grid-template-columns: minmax(0, 1fr);
  aspect-ratio: 4 / 3;
  width: min(820px, 86vw, 112vh);
  max-height: min(88vh, calc(100vh - 124px));
}

.wc300-photobook__spread--single::before,
.wc300-photobook__spread--single::after {
  display: none;
}

.wc300-photobook__spread.is-turning {
  opacity: 0;
  transform: translateY(8px);
}

.wc300-photobook__page {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 3.4vw, 54px) clamp(28px, 3.8vw, 60px) clamp(44px, 5vw, 76px);
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 197, 118, 0.18), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(11, 60, 93, 0.035), transparent 24%),
    radial-gradient(circle at 35% 45%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.04)),
    #fbf6e8;
  background-size: auto, auto, 9px 9px, auto, auto;
}

.wc300-photobook__page--left {
  border-right: 1px solid rgba(11, 60, 93, 0.1);
}

.wc300-photobook__page--single {
  border-right: 0;
}

.wc300-photobook h1,
.wc300-photobook h2,
.wc300-photobook h3 {
  margin: 0;
  color: #0B3C5D;
  font-family: "Roboto Serif", Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
}

.wc300-photobook h1 {
  font-size: clamp(42px, 5.4vw, 74px);
}

.wc300-photobook h2 {
  font-size: clamp(28px, 3.3vw, 46px);
}

.wc300-photobook h3 {
  font-size: 22px;
}

.wc300-photobook p {
  margin: 0;
  color: #4f5f6f;
  line-height: 1.6;
}

.wc300-photobook__eyebrow {
  color: #1FA3A6 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc300-photobook__subtitle,
.wc300-photobook__lede,
.wc300-photobook__story {
  font-size: clamp(16px, 1.7vw, 20px);
}

.wc300-photobook__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wc300-photobook__meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.1);
  color: #0B3C5D;
  font-size: 12px;
  font-weight: 800;
}

.wc300-photobook__photo {
  margin: 0;
  padding: 10px 10px 34px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(11, 60, 93, 0.2);
}

.wc300-book-photo {
  position: relative;
  background: #fff;
  padding: 10px 10px 34px;
  border-radius: 5px;
  box-shadow: 0 18px 38px rgba(11, 60, 93, 0.2);
}

.wc300-tape {
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 5;
  width: 88px;
  height: 24px;
  background: rgba(218, 196, 158, 0.75);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) rotate(-2deg);
  pointer-events: none;
}

.wc300-book-photo.is-landscape .wc300-tape {
  left: 50%;
  width: 102px;
  transform: translateX(-50%) rotate(-2deg);
}

.wc300-book-photo.is-portrait .wc300-tape {
  left: 34%;
  width: 74px;
  opacity: 0.78;
  transform: translateX(-50%) rotate(5deg);
}

.wc300-book-photo:nth-child(2n) .wc300-tape {
  top: -9px;
  left: 28%;
  width: 96px;
  opacity: 0.82;
  transform: translateX(-50%) rotate(4deg);
}

.wc300-book-photo:nth-child(3n) .wc300-tape {
  top: -10px;
  left: 70%;
  width: 72px;
  opacity: 0.68;
  transform: translateX(-50%) rotate(-5deg);
}

.wc300-book-photo:nth-child(4n) .wc300-tape {
  top: -12px;
  left: 50%;
  width: 108px;
  opacity: 0.76;
  transform: translateX(-50%) rotate(2deg);
}

.wc300-photobook__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(48vh, 520px);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-photobook__photo figcaption {
  margin-top: 8px;
  color: #667085;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 15px;
  line-height: 1.35;
}

.wc300-book-photo__caption {
  margin-top: 8px;
  color: #667085;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 16px;
  line-height: 1.35;
  white-space: normal;
}

.wc300-book-logo {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  max-width: 120px;
}

.wc300-book-logo img {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-book-logo--fallback {
  min-width: 94px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: currentColor;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wc300-book-logo--cover {
  justify-self: center;
  max-width: 118px;
  color: #fff;
}

.wc300-book-stamp {
  align-self: flex-start;
  max-width: 76px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(11, 60, 93, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #0B3C5D;
  opacity: 0.86;
}

.wc300-book-stamp img {
  max-width: 58px;
}

.wc300-book-logo--closing {
  margin-bottom: 10px;
  color: #0B3C5D;
}

.wc300-book-watermark {
  position: absolute;
  right: 28px;
  bottom: 24px;
  max-width: 86px;
  opacity: 0.1;
}

.wc300-photobook__photo--cover,
.wc300-photobook__photo--intro {
  margin-top: auto;
}

.wc300-photobook__photo--cover img,
.wc300-photobook__photo--intro img {
  max-height: min(46vh, 520px);
}

.wc300-photobook__photos {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-bottom: 4px;
}

.wc300-photobook__photos--1 {
  grid-template-columns: 1fr;
}

.wc300-photobook__photos--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.wc300-photobook__photos--3 {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.wc300-photobook__photos--3 .wc300-photobook__photo--1 {
  grid-row: span 2;
}

.wc300-photobook__photos--4,
.wc300-photobook__photos--5,
.wc300-photobook__photos--6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.wc300-photobook__photos--4 .wc300-photobook__photo--1,
.wc300-photobook__photos--5 .wc300-photobook__photo--1,
.wc300-photobook__photos--6 .wc300-photobook__photo--1 {
  grid-column: span 2;
}

.wc300-photobook__photo.is-portrait {
  justify-self: center;
  max-width: min(100%, 360px);
}

.wc300-photobook__photo.is-portrait img {
  max-height: min(58vh, 620px);
}

.wc300-photobook__notes {
  display: grid;
  gap: 12px;
}

.wc300-photobook__note {
  padding: 16px;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.wc300-photobook__note h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.wc300-photobook__page--closing {
  justify-content: center;
}

.wc300-photobook__page--blank {
  background:
    radial-gradient(circle at 72% 22%, rgba(242, 197, 118, 0.1), transparent 28%),
    #FBF6E8;
}

.wc300-photobook__blank {
  flex: 1;
}

.wc300-photobook__page--quiet {
  justify-content: center;
}

.wc300-photobook__quiet-text {
  max-width: 560px;
  color: #0B3C5D;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 48px);
  line-height: 1.12;
}

.wc300-photobook__page--variant-b .wc300-photobook__photo,
.wc300-photobook__page--variant-d .wc300-photobook__photo {
  transform: rotate(-0.7deg);
}

.wc300-photobook__page--variant-c .wc300-photobook__photo:nth-child(even) {
  transform: rotate(0.8deg);
}

.wc300-photobook-cover {
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(34px, 5vw, 68px);
  background: #0B3C5D;
  text-align: center;
  color: #fff;
}

.wc300-photobook-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
    radial-gradient(circle at center, transparent 25%, rgba(0, 0, 0, 0.35));
}

.wc300-photobook-cover__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-photobook-cover__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 560px;
}

.wc300-photobook-cover .wc300-photobook__eyebrow,
.wc300-photobook-cover .wc300-photobook__subtitle,
.wc300-photobook-cover h1 {
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.wc300-photobook-spread--opening-landscape-spread .wc300-photobook__photo--solo img,
.wc300-photobook-spread--opening-landscape-spread .wc300-photobook__photo--intro img {
  max-height: min(58vh, 620px);
}

.wc300-photobook-spread--opening-landscape-spread .wc300-photobook__page--photo-feature {
  justify-content: center;
}

.wc300-photobook-spread--opening-landscape-spread .wc300-photobook__page--intro {
  justify-content: center;
}

.wc300-page-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.wc300-spread--full-bleed-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 60, 93, 0.72), rgba(11, 60, 93, 0.18), rgba(11, 60, 93, 0.42)),
    linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.34));
}

.wc300-spread--full-bleed-hero .wc300-photobook__page {
  z-index: 3;
  background: transparent;
}

.wc300-spread--full-bleed-hero .wc300-photobook__page--hero-copy {
  justify-content: flex-end;
  color: #fff;
}

.wc300-spread--full-bleed-hero .wc300-photobook__page--hero-copy h2,
.wc300-spread--full-bleed-hero .wc300-photobook__page--hero-copy p,
.wc300-spread--full-bleed-hero .wc300-photobook__page--quote blockquote {
  color: #fff;
}

.wc300-photobook__handwritten {
  max-width: 420px;
  color: inherit;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.wc300-photobook-spread--double-page-hero .wc300-photobook__page,
.wc300-photobook-spread--cinematic-landscape .wc300-photobook__page {
  justify-content: center;
}

.wc300-photobook-spread--double-page-hero .wc300-photobook__page--blank {
  background: transparent;
}

.wc300-photobook-spread--double-page-hero .wc300-photobook__photo,
.wc300-photobook-spread--cinematic-landscape .wc300-photobook__photo {
  padding: 12px 12px 38px;
}

.wc300-photobook-spread--double-page-hero .wc300-photobook__photo img,
.wc300-photobook-spread--cinematic-landscape .wc300-photobook__photo img {
  max-height: min(58vh, 620px);
}

.wc300-photobook__photo--solo {
  margin-top: auto;
}

.wc300-photobook__photo--solo img {
  max-height: min(56vh, 600px);
}

.wc300-photobook-spread--portrait-feature .wc300-photobook__photo.is-portrait {
  max-width: min(100%, 420px);
}

.wc300-photobook-spread--scrapbook-collage .wc300-photobook__photo:nth-child(2n),
.wc300-photobook-spread--memory-cluster .wc300-photobook__photo:nth-child(2n) {
  transform: rotate(0.9deg);
}

.wc300-photobook-spread--scrapbook-collage .wc300-photobook__photo:nth-child(3n),
.wc300-photobook-spread--memory-cluster .wc300-photobook__photo:nth-child(3n) {
  transform: rotate(-0.8deg);
}

.wc300-photobook-spread--field-notes .wc300-photobook__page {
  background:
    linear-gradient(90deg, rgba(31, 163, 166, 0.06), transparent 34%),
    #FBF9EF;
}

.wc300-photobook-spread--quote .wc300-photobook__page,
.wc300-photobook-spread--quote-moment .wc300-photobook__page,
.wc300-photobook-spread--route-divider .wc300-photobook__page,
.wc300-photobook-spread--closing .wc300-photobook__page,
.wc300-photobook-spread--closing-spread .wc300-photobook__page {
  justify-content: center;
}

.wc300-photobook__quote {
  margin: 0;
  color: #0B3C5D;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
}

.wc300-photobook__quote::before {
  content: "“";
  color: #1FA3A6;
}

.wc300-photobook__quote::after {
  content: "”";
  color: #1FA3A6;
}

.wc300-photobook__route-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0B3C5D;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc300-photobook__route-line::before,
.wc300-photobook__route-line::after {
  content: "";
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: #95C11F;
}

.wc300-photobook__nav,
.wc300-photobook__close {
  border: 0;
  background: #0B3C5D;
  color: #fff;
  cursor: pointer;
}

.wc300-photobook__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.wc300-photobook__nav {
  position: static;
  z-index: 2;
  width: 52px;
  height: 52px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.wc300-photobook__nav:disabled {
  cursor: default;
  opacity: 0.34;
}

.wc300-photobook__footer {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 10px;
  margin-top: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(11, 60, 93, 0.58);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.wc300-photobook__contents,
.wc300-photobook__count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
}

.wc300-photobook__contents {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.wc300-photobook__contents:hover,
.wc300-photobook__contents:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.wc300-photobook__contents svg {
  width: 18px;
  height: 18px;
}

.wc300-photobook-contents {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(11, 60, 93, 0.38);
  backdrop-filter: blur(10px);
}

.wc300-photobook-contents__panel {
  width: min(560px, 92vw);
  max-height: min(680px, 78vh);
  overflow: hidden;
  border: 1px solid rgba(11, 60, 93, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(242, 197, 118, 0.16), transparent 34%),
    #FBF6E8;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.32);
}

.wc300-photobook-contents__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px 12px;
}

.wc300-photobook-contents__header h2 {
  font-size: 30px;
}

.wc300-photobook-contents__close {
  width: 42px;
  height: 42px;
  border: 0;
  background: #0B3C5D;
  color: #fff;
  cursor: pointer;
}

.wc300-photobook-contents__list {
  display: grid;
  gap: 8px;
  max-height: min(540px, 62vh);
  overflow-y: auto;
  padding: 0 16px 18px;
}

.wc300-photobook-contents__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #0B3C5D;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.wc300-photobook-contents__item small {
  flex: 0 0 auto;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.wc300-photobook-contents__item:hover,
.wc300-photobook-contents__item.is-current {
  border-color: rgba(31, 163, 166, 0.42);
  box-shadow: 0 10px 24px rgba(11, 60, 93, 0.1);
}

.wc300-entry-story {
  max-width: 760px;
  clear: both;
  color: #4f5f6f;
  font-size: 19px;
  line-height: 1.65;
}

.wc300-entry-story p {
  margin: 0 0 14px;
}

.wc300-entry-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.wc300-entry-note {
  padding: 18px;
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.wc300-entry-note h2 {
  margin: 0 0 8px;
  font-family: "Roboto Serif", Georgia, serif;
  color: #0B3C5D;
  font-size: 22px;
}

.wc300-entry-note p {
  margin: 0 0 10px;
  color: #4f5f6f;
  line-height: 1.55;
}

.wc300-entry-scrapbook__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.wc300-journal-panel__actions--plain {
  position: static;
  margin: 0;
  padding: 0;
  background: transparent;
}

.wc300-journal-panel__actions {
  position: sticky;
  bottom: -30px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 8px -30px -30px;
  padding: 16px 30px 20px;
  background: linear-gradient(180deg, rgba(251, 249, 239, 0), #FBF9EF 28%);
}

.wc300-journal-panel__actions .wc300-journal-button[disabled] {
  cursor: wait;
  opacity: 0.62;
}

@media (max-width: 900px) {
  .wc300-journal-app__layout {
    grid-template-columns: 1fr;
  }

  .wc300-journal-sidebar {
    position: static;
  }

  .wc300-journal-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .wc300-journal-mini-card {
    min-width: 260px;
  }

  .wc300-journal-entry-card {
    grid-template-columns: 1fr;
  }

  .wc300-journal-entry-card__image {
    aspect-ratio: 16 / 10;
  }

  .wc300-journal-entry-card__actions {
    grid-column: auto;
    width: 100%;
  }

  .wc300-journal-entry-card__actions .wc300-journal-button {
    width: 100%;
  }

  .wc300-journal-app-form .wc300-journal-grid--entry-details,
  .wc300-entry-notes-grid {
    grid-template-columns: 1fr;
  }

  .wc300-entry-photo-collage,
  .wc300-entry-photo-collage--count-2,
  .wc300-entry-photo-collage--count-3,
  .wc300-entry-photo-collage--count-many {
    display: grid;
    gap: 12px;
    min-height: 0;
  }

  .wc300-entry-photo-collage--count-2 .wc300-entry-photo,
  .wc300-entry-photo-collage--count-3 .wc300-entry-photo,
  .wc300-entry-photo-collage--count-many .wc300-entry-photo {
    position: relative;
    inset: auto;
    width: auto;
  }

  .wc300-entry-photo-collage--count-2 .wc300-entry-photo + .wc300-entry-photo,
  .wc300-entry-photo-collage--count-3 .wc300-entry-photo + .wc300-entry-photo,
  .wc300-entry-photo-collage--count-many .wc300-entry-photo + .wc300-entry-photo {
    margin-top: -24px;
    margin-left: clamp(12px, 8vw, 52px);
    width: calc(100% - clamp(12px, 8vw, 52px));
  }

  .wc300-entry-photo-more {
    position: static;
    justify-self: end;
    margin-top: -8px;
  }

  .wc300-photobook {
    padding: 14px;
  }

  .wc300-photobook__spread {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    width: min(680px, 92vw);
    min-height: auto;
    max-height: 82vh;
    overflow-y: auto;
  }

  .wc300-photobook__page--left {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 60, 93, 0.1);
  }

  .wc300-photobook__page--single {
    border-bottom: 0;
  }

  .wc300-photobook__photos--2,
  .wc300-photobook__photos--3,
  .wc300-photobook__photos--4,
  .wc300-photobook__photos--5,
  .wc300-photobook__photos--6 {
    grid-template-columns: 1fr;
  }

  .wc300-photobook__photos--3 .wc300-photobook__photo--1,
  .wc300-photobook__photos--4 .wc300-photobook__photo--1,
  .wc300-photobook__photos--5 .wc300-photobook__photo--1,
  .wc300-photobook__photos--6 .wc300-photobook__photo--1 {
    grid-column: auto;
    grid-row: auto;
  }

  .wc300-photobook__nav {
    bottom: 20px;
  }
}

@media (max-width: 640px) {
  .wc300-journal-app {
    padding: 22px 14px;
  }

  .wc300-journal-app__header {
    display: grid;
  }

  .wc300-journal-main {
    padding: 14px;
  }

  .wc300-journal-app .wc300-journal-hero {
    min-height: 420px;
  }

  .wc300-journal-toolbar {
    justify-content: stretch;
  }

  .wc300-journal-toolbar .wc300-journal-button {
    flex: 1;
  }

  .wc300-journal-modal {
    align-items: end;
    padding: 0;
  }

  .wc300-journal-panel,
  .wc300-journal-panel--wide {
    width: 100%;
    min-height: min(760px, calc(100vh - 28px));
    max-height: calc(100vh - 28px);
    border-radius: 28px 28px 0 0;
  }

  .wc300-journal-panel__actions {
    justify-content: stretch;
  }

  .wc300-journal-panel__actions .wc300-journal-button {
    flex: 1;
  }

  .wc300-entry-scrapbook {
    border-radius: 24px;
    padding: 24px 16px;
  }

  .wc300-entry-back-circle {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .wc300-entry-scrapbook__header h1 {
    padding-right: 54px;
  }

  .wc300-entry-story {
    font-size: 17px;
  }
}

.wc300-journal h2 .wc300-journal-icon,
.wc300-journal h3 .wc300-journal-icon,
.wc300-journal-editor h2 .wc300-journal-icon,
.wc300-journal-editor h3 .wc300-journal-icon,
.wc300-journal-editor__eyebrow .wc300-journal-icon,
.wc300-journal-editor__context .wc300-journal-icon {
  margin-right: 8px;
}

.wc300-journal h2,
.wc300-journal h3,
.wc300-journal-editor h2,
.wc300-journal-editor h3 {
  align-items: center;
  display: flex;
  gap: 8px;
}

.wc300-journal-hero,
.wc300-journal-form-head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(11, 60, 93, 0.14);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.wc300-journal-hero h2,
.wc300-journal-form-head h2 {
  font-size: 30px;
  line-height: 1.15;
}

.wc300-journal-form-head__actions,
.wc300-journal-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.wc300-journal-form-head__actions .wc300-journal-button,
.wc300-journal-hero__actions .wc300-journal-button {
  white-space: nowrap;
}

.wc300-journal-kicker {
  color: var(--wc300-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.wc300-journal-button,
.wc300-journal button.wc300-journal-button {
  align-items: center;
  background: var(--wc300-primary);
  border: 1px solid var(--wc300-primary);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  gap: 8px;
}

.wc300-journal-button:hover,
.wc300-journal-button:focus {
  background: #082f49;
  color: #fff;
}

.wc300-journal-button--ghost {
  background: transparent;
  color: var(--wc300-primary);
}

.wc300-journal-button--ghost:hover,
.wc300-journal-button--ghost:focus {
  background: rgba(11, 60, 93, 0.08);
  color: var(--wc300-primary);
}

.wc300-journal-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.wc300-journal-card,
.wc300-journal-entry,
.wc300-journal-empty,
.wc300-journal-form {
  background: #fff;
  border: 1px solid rgba(11, 60, 93, 0.13);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(11, 60, 93, 0.08);
  padding: 18px;
}

.wc300-journal-card__meta,
.wc300-journal-entry__date,
.wc300-journal-muted,
.wc300-journal-private-note {
  color: rgba(26, 26, 26, 0.66);
  font-size: 13px;
}

.wc300-journal-card h3,
.wc300-journal-entry h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-top: 5px;
}

.wc300-journal-card__footer,
.wc300-journal-entry__context,
.wc300-journal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.wc300-journal-card__footer span,
.wc300-journal-entry__context span,
.wc300-journal-actions a,
.wc300-journal-actions span {
  align-items: center;
  background: rgba(31, 163, 166, 0.1);
  border-radius: 6px;
  color: var(--wc300-primary);
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  padding: 6px 9px;
  text-decoration: none;
}

.wc300-journal-actions a:hover,
.wc300-journal-actions a:focus {
  background: rgba(149, 193, 31, 0.22);
}

.wc300-journal-card--travel {
  overflow: hidden;
  padding: 0;
  border-radius: 18px;
}

.wc300-journal-card__cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0B3C5D;
}

.wc300-journal-card__cover img,
.wc300-journal-view-hero__media img,
.wc300-journal-cover-field__preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wc300-journal-card__body {
  padding: 18px;
}

.wc300-journal-visibility {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0B3C5D;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.wc300-journal-card__cover .wc300-journal-visibility {
  position: absolute;
  left: 14px;
  top: 14px;
}

.wc300-journal-cover-placeholder,
.wc300-journal-entry-thumb-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(31, 163, 166, 0.95), rgba(11, 60, 93, 0.96)),
    #0B3C5D;
  color: #fff;
  text-align: center;
  gap: 7px;
  padding: 20px;
}

.wc300-journal-cover-placeholder .wc300-journal-icon,
.wc300-journal-entry-thumb-placeholder .wc300-journal-icon {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.9);
}

.wc300-journal-cover-placeholder span,
.wc300-journal-entry-thumb-placeholder span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc300-journal-cover-placeholder strong {
  display: block;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}

.wc300-journal-form {
  display: grid;
  gap: 16px;
}

.wc300-journal-form label {
  display: grid;
  gap: 6px;
}

.wc300-journal-form label span {
  align-items: center;
  color: var(--wc300-primary);
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  font-weight: 700;
}

.wc300-journal-form input[type="text"],
.wc300-journal-form input[type="date"],
.wc300-journal-form input[type="number"],
.wc300-journal-form input[type="file"],
.wc300-journal-form select,
.wc300-journal-form textarea {
  border: 1px solid rgba(11, 60, 93, 0.22);
  border-radius: 6px;
  color: var(--wc300-text);
  font: inherit;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.wc300-journal-form textarea {
  min-height: 150px;
}

.wc300-journal-cover-field {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 260px) 1fr;
}

.wc300-journal-cover-field__preview {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #0B3C5D;
}

.wc300-journal-cover-field small {
  color: rgba(26, 26, 26, 0.66);
  font-size: 13px;
}

.wc300-journal-form__row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wc300-journal-check {
  align-items: center;
  display: flex !important;
  gap: 9px !important;
}

.wc300-journal-check span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.wc300-journal-check input {
  flex: 0 0 auto;
}

.wc300-journal-notice {
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.wc300-journal-notice--success {
  background: rgba(149, 193, 31, 0.18);
  color: #355000;
}

.wc300-journal-notice--error {
  background: #fae8e8;
  color: #8a1f1f;
}

.wc300-journal-timeline {
  display: grid;
  gap: 18px;
}

.wc300-journal-view {
  max-width: 1100px;
}

.wc300-journal-view-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) 1.05fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 26px;
}

.wc300-journal-view-hero__media {
  overflow: hidden;
  min-height: 300px;
  border-radius: 24px;
  background: #0B3C5D;
  box-shadow: 0 18px 44px rgba(11, 60, 93, 0.16);
}

.wc300-journal-view-hero__content {
  align-self: center;
}

.wc300-journal-view-hero h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.05;
}

.wc300-journal-view-hero__dates {
  color: #1FA3A6;
  font-weight: 700;
}

.wc300-journal-entry--card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  padding: 14px;
  border-radius: 20px;
}

.wc300-journal-entry__thumb {
  overflow: hidden;
  min-height: 150px;
  border-radius: 16px;
  background: #0B3C5D;
}

.wc300-journal-entry__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wc300-journal-entry__main {
  min-width: 0;
  padding: 8px 4px;
}

.wc300-journal-entry__body {
  margin-top: 12px;
}

.wc300-journal-photos {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 16px;
}

.wc300-journal-photos figure {
  margin: 0;
}

.wc300-journal-photos img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.wc300-journal-photos figcaption {
  color: rgba(26, 26, 26, 0.7);
  font-size: 13px;
  margin-top: 6px;
}

.wc300-journal-photos figcaption span {
  color: #8a5a00;
  display: block;
}

.wc300-journal-upload,
.wc300-journal-photo-edit,
.wc300-journal-existing {
  border-top: 1px solid rgba(11, 60, 93, 0.1);
  padding-top: 14px;
}

.wc300-journal-photo-edit__item {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 96px 1fr;
  margin-top: 12px;
}

.wc300-journal-photo-edit__item img,
.wc300-journal-existing img {
  border-radius: 6px;
  display: block;
  height: 84px;
  object-fit: cover;
  width: 84px;
}

.wc300-journal-existing__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
  margin-top: 12px;
}

.wc300-journal-existing__grid label {
  position: relative;
}

.wc300-journal-existing__grid input {
  position: absolute;
  right: 6px;
  top: 6px;
}

@media (max-width: 720px) {
  .wc300-journal {
    padding: 18px;
  }

  .wc300-journal-hero,
  .wc300-journal-form-head {
    display: grid;
  }

  .wc300-journal-editor__hero,
  .wc300-journal-form-head__actions,
  .wc300-journal-hero__actions {
    display: grid;
    justify-content: stretch;
  }

  .wc300-journal-form-head__actions .wc300-journal-button,
  .wc300-journal-hero__actions .wc300-journal-button {
    justify-content: center;
    width: 100%;
  }

  .wc300-journal-hero h2,
  .wc300-journal-form-head h2 {
    font-size: 25px;
  }

  .wc300-journal-form__row,
  .wc300-journal-photo-edit__item,
  .wc300-journal-cover-field,
  .wc300-journal-view-hero,
  .wc300-journal-entry--card {
    grid-template-columns: 1fr;
  }

  .wc300-journal-view-hero__media {
    min-height: 220px;
  }
}

.wc300-journal-editor {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  color: #1A1A1A;
  font-family: Roboto, Arial, sans-serif;
}

.wc300-journal-editor__hero {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.wc300-journal-editor__eyebrow {
  align-items: center;
  margin: 0 0 8px;
  color: #1FA3A6;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc300-journal-editor h1,
.wc300-journal-editor h2 {
  font-family: "Roboto Serif", Georgia, serif;
  color: #0B3C5D;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.wc300-journal-editor h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 64px);
}

.wc300-journal-editor__intro {
  max-width: 680px;
  margin: 12px 0 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.55;
}

.wc300-journal-editor__context {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 16px 0 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.1);
  color: #0B3C5D;
  font-size: 13px;
  font-weight: 700;
}

.wc300-journal-editor .wc300-journal-form {
  display: grid;
  gap: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wc300-journal-editor .wc300-journal-card {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(11, 60, 93, 0.1);
  border-radius: 28px;
  background: rgba(251, 249, 239, 0.92);
  box-shadow: 0 12px 32px rgba(11, 60, 93, 0.08);
}

.wc300-journal-editor .wc300-journal-card h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.wc300-journal-editor .wc300-journal-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.wc300-journal-editor .wc300-journal-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wc300-journal-editor .wc300-journal-form label span {
  align-items: center;
  display: inline-flex;
  margin-bottom: 7px;
  color: #0B3C5D;
  font-size: 13px;
  gap: 6px;
  font-weight: 700;
}

.wc300-journal-editor .wc300-journal-form input[type="text"],
.wc300-journal-editor .wc300-journal-form input[type="date"],
.wc300-journal-editor .wc300-journal-form select,
.wc300-journal-editor .wc300-journal-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 60, 93, 0.16);
  border-radius: 16px;
  background: #fff;
  color: #1A1A1A;
  font: inherit;
  font-size: 16px;
  padding: 13px 15px;
  box-shadow: inset 0 1px 0 rgba(11, 60, 93, 0.03);
}

.wc300-journal-editor .wc300-journal-form textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.6;
}

.wc300-journal-editor .wc300-journal-help {
  margin: -8px 0 14px;
  color: #667085;
  font-size: 15px;
  line-height: 1.5;
}

.wc300-journal-editor .wc300-journal-check {
  display: inline-flex !important;
  align-items: center;
  gap: 10px !important;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(31, 163, 166, 0.1);
  color: #0B3C5D;
  font-weight: 600;
}

.wc300-journal-editor .wc300-journal-check span {
  margin: 0;
  color: inherit;
  font-size: 14px;
}

.wc300-journal-editor .wc300-journal-check--compact {
  margin-top: 10px;
  padding: 8px 12px;
}

.wc300-journal-editor .wc300-journal-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.wc300-journal-editor .wc300-journal-section-head p {
  margin: 6px 0 0;
  color: #667085;
}

.wc300-journal-editor .wc300-journal-upload {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 150px;
  padding: 24px;
  border: 2px dashed rgba(11, 60, 93, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.55);
  text-align: center;
  cursor: pointer;
}

.wc300-journal-editor .wc300-journal-upload input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wc300-journal-editor .wc300-journal-upload__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #1FA3A6;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.wc300-journal-editor .wc300-journal-upload__icon .wc300-journal-icon {
  width: 26px;
  height: 26px;
}

.wc300-journal-editor .wc300-journal-upload strong {
  color: #0B3C5D;
  font-size: 18px;
}

.wc300-journal-editor .wc300-journal-upload small {
  color: #667085;
}

.wc300-journal-editor .wc300-journal-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.wc300-journal-editor .wc300-journal-photo-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 60, 93, 0.08);
  cursor: pointer;
}

.wc300-journal-editor .wc300-journal-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc300-journal-editor .wc300-journal-photo-card input {
  position: absolute;
  opacity: 0;
}

.wc300-journal-editor .wc300-journal-photo-card__tick {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #0B3C5D;
  font-weight: 800;
}

.wc300-journal-editor .wc300-journal-photo-card__tick .wc300-journal-icon {
  width: 16px;
  height: 16px;
}

.wc300-journal-editor .wc300-journal-photo-card input:checked + img {
  outline: 4px solid #1FA3A6;
  outline-offset: -4px;
}

.wc300-journal-editor .wc300-journal-photo-edit,
.wc300-journal-editor .wc300-journal-existing {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 60, 93, 0.1);
}

.wc300-journal-editor .wc300-journal-photo-edit h3,
.wc300-journal-editor .wc300-journal-existing h3 {
  margin: 0 0 12px;
  color: #0B3C5D;
  font-family: "Roboto Serif", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.wc300-journal-editor .wc300-journal-photo-edit__grid {
  display: grid;
  gap: 16px;
}

.wc300-journal-editor .wc300-journal-photo-edit__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.wc300-journal-editor .wc300-journal-photo-edit__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.wc300-journal-editor .wc300-journal-photo-edit__body {
  min-width: 0;
}

.wc300-journal-editor .wc300-journal-actions--editor {
  position: sticky;
  bottom: 18px;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.wc300-journal-editor .wc300-journal-button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.wc300-journal-editor .wc300-journal-button--primary {
  background: #0B3C5D;
  color: #fff;
  box-shadow: 0 10px 26px rgba(11, 60, 93, 0.18);
}

.wc300-journal-editor .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .wc300-journal-editor {
    padding: 22px 16px;
  }

  .wc300-journal-editor .wc300-journal-grid--two,
  .wc300-journal-editor .wc300-journal-photo-edit__item {
    grid-template-columns: 1fr;
  }

  .wc300-journal-editor .wc300-journal-card {
    border-radius: 24px;
  }

  .wc300-journal-editor .wc300-journal-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc300-journal-editor .wc300-journal-actions--editor {
    justify-content: stretch;
  }

  .wc300-journal-editor .wc300-journal-button {
    width: 100%;
  }
}
