Get first access to Bookmark My World trips.
Join the list for literary excuses to travel.
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&display=swap');
.bmw-signup-block {
max-width: 600px;
margin: 0 auto;
padding: 24px;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bmw-signup-headline {
color: #263049;
font-family: "Fraunces", serif;
font-size: 24px;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.3;
}
.bmw-signup-subtext {
color: #263049;
font-size: 15px;
margin: 0 0 16px 0;
opacity: 0.8;
line-height: 1.5;
}
.bmw-signup-block iframe {
max-width: 100%;
}
/* Mobile: stack cleanly and let iframe shrink to container width */
@media (max-width: 500px) {
.bmw-signup-block {
padding: 16px;
}
.bmw-signup-headline {
font-size: 18px;
}
.bmw-signup-block iframe {
width: 100%;
height: 120px;
}
}