#wptm-map {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.wptm-popup-title {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.wptm-trip-entry {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.wptm-trip-entry:last-child {
    margin-bottom: 0;
}

.wptm-trip-photo {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.wptm-trip-info {
    min-width: 0;
}

.wptm-trip-name {
    font-weight: 600;
    font-size: 13px;
}

.wptm-trip-meta {
    font-size: 12px;
    color: #555;
}

.wptm-trip-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
}

.leaflet-tooltip.wptm-tooltip {
    max-width: 260px;
    white-space: normal;
    padding: 8px 10px;
}

.wptm-tooltip-hint {
    margin-top: 6px;
    font-size: 11px;
    font-style: italic;
    color: #777;
}
