/* Confirmed ceremony details share the invitation's original typography and colors. */
:root { --cover-top: 0px; }
.cover { top: var(--cover-top); height: calc(100dvh - var(--cover-top)); }
.cover-time { font-size: .875rem; margin-top: 8px; }
.cover-venue { font-size: .875rem; margin-top: 3px; color: #616c56; }
.hall-inline { font-size: .875rem; color: #65705a; }
.location-card { padding: 26px 0 0; border: 0; background: transparent; }
.location-card .venue-hall { margin-top: 2px; font-size: 1rem; color: #46553c; }
.location-card #venue-address { margin-top: 14px; }
.venue-phone { display: inline-block; padding: 8px 12px; font-size: .875rem; color: #697460; text-underline-offset: 4px; }
.venue-map { margin: 22px 0 0; border: 1px solid #dce2d4; background: #f5f5ef; }
.venue-map > a { display: block; }
.venue-map > a > img { width: 100%; height: auto; aspect-ratio: 504 / 310; object-fit: contain; }
.venue-map figcaption { display: flex; gap: 10px; justify-content: space-between; align-items: center; padding: 12px; border-top: 1px solid #e5e8dd; }
.venue-map figcaption img { width: 72px; height: 16px; flex-shrink: 0; }
.venue-map figcaption span { font-size: .75rem; color: #687260; }
.map-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.map-links a, .map-links button { display: flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 5px; border: 1px solid #dadfd3; border-radius: 4px; background: #fffefb; font-size: .875rem; }
.map-links .kakao-directions { grid-column: 1 / -1; border-color: #e9d548; background: #fee500; color: #302a16; font-weight: 500; }
.map-links #naver-map { background: #03c75a; border-color: #03c75a; color: #003b1a; font-weight: 600; }
.map-links #naver-map:hover { background: #02b651; border-color: #02b651; }
.map-links button { grid-column: auto; }
.map-links .copy-fallback { grid-column: 1 / -1; }
#transport { margin-top: 14px; }
.transport-item { padding: 24px 0; }
.transport-item h3 { font-size: 1rem; color: #3e5034; }
.transport-item p { font-size: .9375rem; line-height: 1.9; }
.accounts-section summary { padding: 14px 16px; }
.account-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 10px; row-gap: 5px; padding: 14px 16px; }
.account-row .account-holder { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; font-size: .875rem; line-height: 1.6; }
.account-role { color: #717a68; }
.account-holder strong { font-weight: 500; color: #34462d; }
.account-row .account-info { display: flex; flex-wrap: wrap; align-items: baseline; align-self: center; gap: 2px 7px; min-width: 0; line-height: 1.6; }
.account-row .account-bank { color: #67735d; font-size: .875rem; white-space: nowrap; }
.account-row .account-number { font-size: .9375rem; letter-spacing: 0; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.account-row .account-copy { align-self: center; min-width: 44px; min-height: 40px; margin: 0; padding: 6px 10px; font-size: .875rem; line-height: 1.4; background: #f8f9f3; border-color: #d8dece; border-radius: 4px; }
.account-row .account-copy:hover { background: #eef1e6; }
.account-row .copy-fallback { grid-column: 1 / -1; min-width: 0; margin-top: 3px; font-size: .875rem; }
@media (max-width: 359px) {
  .venue-map figcaption { flex-direction: column; gap: 8px; }
  .account-row { padding: 14px 12px; column-gap: 8px; }
}
