.map-embed-container { width: 100%; overflow: hidden; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border: 1px solid #e5e5e5; position: relative; } .map-embed-iframe { width: 100%; height: 500px; border: none; } .map-embed-fullscreen { position: absolute; top: 15px; right: 20px; padding: 12px 16px; font-size: 16px; color: white; background: rgba(0, 0, 0, 0.6); border-radius: 8px; z-index: 10; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s ease; } .map-embed-fullscreen:hover { background: rgba(0, 0, 0, 0.8); transform: scale(1.08); } .map-embed-fullscreen svg { width: 24px; height: 24px; } @media (max-width: 768px) { .map-embed-iframe { height: 400px; } } .timeline-full-embed { width: 100%; overflow: hidden; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border: 1px solid #e5e5e5; position: relative; } .timeline-full-iframe { width: 100%; height: 650px; border: none; } .timeline-full-footer { position: absolute; top: 15px; right: 20px; padding: 12px 16px; font-size: 16px; color: white; background: rgba(0, 0, 0, 0.6); border-radius: 8px; z-index: 10; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s ease; } .timeline-full-footer:hover { background: rgba(0, 0, 0, 0.8); transform: scale(1.08); } .timeline-full-footer svg { width: 24px; height: 24px; } @media (max-width: 768px) { .timeline-full-iframe { height: 500px; } } .timeline-full-embed { width: 100%; overflow: hidden; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border: 1px solid #e5e5e5; position: relative; } .timeline-full-iframe { width: 100%; height: 650px; border: none; } .timeline-full-footer { position: absolute; top: 15px; right: 20px; padding: 12px 16px; font-size: 16px; color: white; background: rgba(0, 0, 0, 0.6); border-radius: 8px; z-index: 10; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s ease; } .timeline-full-footer:hover { background: rgba(0, 0, 0, 0.8); transform: scale(1.08); } .timeline-full-footer svg { width: 24px; height: 24px; } @media (max-width: 768px) { .timeline-full-iframe { height: 500px; } }